Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

QAccessibleScrollBar Class Reference

The QAccessibleScrollBar class implements the QAccessibleInterface for scroll bars. More...

#include <QAccessibleScrollBar>

Inherits QAccessibleWidget.

Public Types

Public Functions

Protected Functions

Additional Inherited Members


Detailed Description

The QAccessibleScrollBar class implements the QAccessibleInterface for scroll bars.


Member Type Documentation

enum QAccessibleScrollBar::ScrollBarElements

This enum identifies the components of the scroll bar.

ConstantValueDescription
QAccessibleScrollBar::ScrollBarSelf0The scroll bar as a whole.
QAccessibleScrollBar::LineUp1The up arrow button.
QAccessibleScrollBar::PageUp2The area between the position and the up arrow button.
QAccessibleScrollBar::Position3The position marking rectangle.
QAccessibleScrollBar::PageDown4The area between the position and the down arrow button.
QAccessibleScrollBar::LineDown5The down arrow button.

Member Function Documentation

QAccessibleScrollBar::QAccessibleScrollBar ( QWidget * w, const QString & name = QString() )

Constructs a QAccessibleScrollBar object for w. name is propagated to the QAccessibleWidget constructor.

QScrollBar * QAccessibleScrollBar::scrollBar () const   [protected]

Returns the scroll bar.


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0-b2