42 #ifndef QACCESSIBLECOMPAT_H 43 #define QACCESSIBLECOMPAT_H 45 #include <QtGui/qaccessiblewidget.h> 49 #ifndef QT_NO_ACCESSIBILITY 61 virtual int itemAt(
int x,
int y)
const;
71 int itemAt(
int x,
int y)
const;
79 bool setSelected(
int child,
bool on,
bool extend);
80 void clearSelection();
84 Q3ListView *listView()
const;
92 int itemAt(
int x,
int y)
const;
100 bool setSelected(
int child,
bool on,
bool extend);
101 void clearSelection();
105 Q3IconView *iconView()
const;
113 int itemAt(
int x,
int y)
const;
122 Q3TextEdit *textEdit()
const;
135 int childAt(
int x,
int y)
const;
140 Q3WidgetStack *widgetStack()
const;
148 int itemAt(
int x,
int y)
const;
156 bool setSelected(
int child,
bool on,
bool extend);
157 void clearSelection();
161 Q3ListBox *listBox()
const;
164 #endif // QT_NO_ACCESSIBILITY 168 #endif // QACCESSIBLECOMPAT_H The Q3AccessibleTextEdit class implements the QAccessibleInterface for richtext editors.
#define QT_END_NAMESPACE
This macro expands to.
void setText(Text t, int child, const QString &text)
Reimplemented Function
Role
This enum defines the role of an accessible object.
The QAccessibleIconView class implements the QAccessibleInterface for icon views. ...
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...
The State element defines configurations of objects and properties.
The QAccessibleListView class implements the QAccessibleInterface for list views. ...
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 QAccessibleListBox class implements the QAccessibleInterface for list boxes.
The Text item allows you to add formatted text to a scene.