Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QAccessibleScrollBar class implements the QAccessibleInterface for scroll bars. More...
#include <QAccessibleScrollBar>
Inherits QAccessibleWidget.
The QAccessibleScrollBar class implements the QAccessibleInterface for scroll bars.
This enum identifies the components of the scroll bar.
QAccessibleScrollBar::ScrollBarSelf | The scroll bar as a whole. |
QAccessibleScrollBar::LineUp | The up arrow button. |
QAccessibleScrollBar::PageUp | The area between the position and the up arrow button. |
QAccessibleScrollBar::Position | The position marking rectangle. |
QAccessibleScrollBar::PageDown | The area between the position and the down arrow button. |
QAccessibleScrollBar::LineDown | The down arrow button. |
Constructs a QAccessibleScrollBar object for w. name is propagated to the QAccessibleWidget constructor.
Returns the scroll bar.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |