QAccessibleScrollBar Class

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

Header: #include <QAccessibleScrollBar>
Inherits: QAccessibleAbstractSlider

Public Functions

QAccessibleScrollBar(QWidget *w)

Protected Functions

QScrollBar *scrollBar() const

Detailed Description

\ingroupaccessibility

Member Function Documentation

[explicit] QAccessibleScrollBar::QAccessibleScrollBar(QWidget *w)

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

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

Returns the scroll bar.