| Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions |
The QAccessibleSlider class implements the QAccessibleInterface for sliders. More...
#include <QAccessibleSlider>
Inherits QAccessibleWidget.
The QAccessibleSlider class implements the QAccessibleInterface for sliders.
This enum identifies the components of the slider.
| Constant | Value | Description |
|---|---|---|
| QAccessibleSlider::SliderSelf | 0 | The slider as a whole. |
| QAccessibleSlider::PageLeft | 1 | The area to the left of the position. |
| QAccessibleSlider::Position | 2 | The position indicator. |
| QAccessibleSlider::PageRight | 3 | The area to the right of the position. |
Constructs a QAccessibleScrollBar object for w. name is propagated to the QAccessibleWidget constructor.
Returns the default action for the given child. The base class implementation returns 0.
Returns the slider.
| Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |