42 #ifndef QACCESSIBLEMENU_H 43 #define QACCESSIBLEMENU_H 45 #include <QtGui/qaccessiblewidget.h> 46 #include <QtGui/qaccessible2.h> 50 #ifndef QT_NO_ACCESSIBILITY 63 int childAt(
int x,
int y)
const;
86 int childAt(
int x,
int y)
const;
101 #endif // QT_NO_MENUBAR 113 virtual int childAt (
int x,
int y )
const;
122 virtual Role role (
int child )
const;
129 virtual int actionCount();
130 virtual void doAction(
int actionIndex);
131 virtual QString description(
int);
149 #endif // QT_NO_ACCESSIBILITY 150 #endif // QACCESSIBLEMENU_H The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
QObject * object() const
Returns a pointer to the QObject this interface implementation provides information for...
Role
This enum defines the role of an accessible object.
int userActionCount(int child) const
Returns the number of custom actions of the object, or of the object's child if child is not 0...
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
void setText(Text t, int child, const QString &text)
Sets the text property t of the object, or of the object's child if child is not 0, to text.
#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...
The QStringList class provides a list of strings.
#define Q_ACCESSIBLE_OBJECT
The State element defines configurations of objects and properties.
The QAccessibleInterface class defines an interface that exposes information about accessible objects...
The QAccessibleActionInterface class implements support for the IAccessibleAction interface...
QList< QVariant > QVariantList
The QRect class defines a rectangle in the plane using integer precision.
bool isValid() const
Returns true if all the data necessary to use this interface implementation is valid (e...
Text
This enum specifies string information that an accessible object returns.
The QAction class provides an abstract user interface action that can be inserted into widgets...
static bool localizedName(const QString &name)
The Text item allows you to add formatted text to a scene.