![]() |
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.
Constant | Value | Description |
---|---|---|
QAccessibleScrollBar::ScrollBarSelf | 0 | The scroll bar as a whole. |
QAccessibleScrollBar::LineUp | 1 | The up arrow button. |
QAccessibleScrollBar::PageUp | 2 | The area between the position and the up arrow button. |
QAccessibleScrollBar::Position | 3 | The position marking rectangle. |
QAccessibleScrollBar::PageDown | 4 | The area between the position and the down arrow button. |
QAccessibleScrollBar::LineDown | 5 | The down arrow button. |
Constructs a QAccessibleScrollBar object for w. name is propagated to the QAccessibleWidget constructor.
Returns the scroll bar.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |