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.

List of all members.

Public Types

Public Functions

Static Public Members

Protected Functions


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.

QAccessibleScrollBar::ScrollBarSelfThe scroll bar as a whole.
QAccessibleScrollBar::LineUpThe up arrow button.
QAccessibleScrollBar::PageUpThe area between the position and the up arrow button.
QAccessibleScrollBar::PositionThe position marking rectangle.
QAccessibleScrollBar::PageDownThe area between the position and the down arrow button.
QAccessibleScrollBar::LineDownThe 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 © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1