42 #ifndef RANGECONTROLS_H 43 #define RANGECONTROLS_H 45 #include <QtGui/qaccessiblewidget.h> 46 #include <QtGui/qaccessible2.h> 50 #ifndef QT_NO_ACCESSIBILITY 132 #endif // QT_NO_SPINBOX 152 #ifndef QT_NO_SCROLLBAR 177 #endif // QT_NO_SCROLLBAR 199 int defaultAction(
int child)
const;
205 #endif // QT_NO_SLIDER 231 #endif // QT_NO_ACCESSIBILITY 235 #endif // RANGECONTROLS_H The QVariant class acts like a union for the most common Qt data types.
QRect rect(int child) const
Reimplemented Function
#define QT_END_NAMESPACE
This macro expands to.
SpinBoxElements
This enum identifies the components of the spin box.
QVariant invokeMethodEx(Method method, int child, const QVariantList ¶ms)
int childCount() const
Reimplemented Function
Role
This enum defines the role of an accessible object.
void setCurrentValue(const QVariant &value)
int navigate(RelationFlag rel, int entry, QAccessibleInterface **target) const
Reimplemented Function
QAccessibleAbstractSpinBox(QWidget *w)
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
RelationFlag
This enum type defines bit flags that can be combined to indicate the relationship between two access...
Method
This enum describes the possible types of methods that can be invoked on an accessible object...
SliderElements
This enum identifies the components of the slider.
#define Q_ACCESSIBLE_OBJECT
The QSlider widget provides a vertical or horizontal slider.
The QAbstractSpinBox class provides a spinbox and a line edit to display values.
The State element defines configurations of objects and properties.
QAbstractSpinBox * abstractSpinBox() const
Returns the underlying QAbstractSpinBox.
QString text(Text t, int child) const
Reimplemented Function
The QAccessibleSlider class implements the QAccessibleInterface for sliders.
The QDoubleSpinBox class provides a spin box widget that takes doubles.
The QAccessibleInterface class defines an interface that exposes information about accessible objects...
The QRect class defines a rectangle in the plane using integer precision.
The QAbstractSlider class provides an integer value within a range.
The QSpinBox class provides a spin box widget.
The QDial class provides a rounded range control (like a speedometer or potentiometer).
bool doAction(int action, int child, const QVariantList ¶ms)
Reimplemented Function
The QAccessibleValueInterface class implements support for the IAccessibleValue interface.
The QAccessibleSpinBox class implements the QAccessibleInterface for spinbox widgets.
Role role(int child) const
Reimplemented Function
The Text item allows you to add formatted text to a scene.