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.

List of all members.

Public Types

Public Functions

Static Public Members

Protected Functions


Detailed Description

The QAccessibleSlider class implements the QAccessibleInterface for sliders.


Member Type Documentation

enum QAccessibleSlider::SliderElements

This enum identifies the components of the slider.

QAccessibleSlider::SliderSelfThe slider as a whole.
QAccessibleSlider::PageLeftThe area to the left of the position.
QAccessibleSlider::PositionThe position indicator.
QAccessibleSlider::PageRightThe 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 © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1