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

QAccessibleSlider Class Reference

The QAccessibleSlider class implements the QAccessibleInterface for sliders. More...

#include <QAccessibleSlider>

Inherits QAccessibleWidget.

Public Types

Public Functions

Protected Functions

Additional Inherited Members


Detailed Description

The QAccessibleSlider class implements the QAccessibleInterface for sliders.


Member Type Documentation

enum QAccessibleSlider::SliderElements

This enum identifies the components of the slider.

ConstantValueDescription
QAccessibleSlider::SliderSelf0The slider as a whole.
QAccessibleSlider::PageLeft1The area to the left of the position.
QAccessibleSlider::Position2The position indicator.
QAccessibleSlider::PageRight3The area to the right of the position.

Member Function Documentation

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

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

int QAccessibleSlider::defaultAction ( int child ) const

Returns the default action for the given child. The base class implementation returns 0.

QSlider * QAccessibleSlider::slider () const   [protected]

Returns the slider.


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0-b2