Eneboo - Documentación para desarrolladores
|
The QAccessibleButton class implements the QAccessibleInterface for button type widgets. Más...
#include <qaccessiblewidget.h>
Métodos públicos | |
QAccessibleButton (QObject *o, Role r, QString description=QString::null, QString help=QString::null) | |
QString | text (Text t, int control) const |
State | state (int control) const |
bool | doDefaultAction (int control) |
Métodos protegidos | |
QButton * | button () const |
The QAccessibleButton class implements the QAccessibleInterface for button type widgets.
QAccessibleButton::QAccessibleButton | ( | QObject * | o, |
Role | role, | ||
QString | description = QString::null , |
||
QString | help = QString::null |
||
) |
Creates a QAccessibleButton object for o. role, description and help are propagated to the QAccessibleWidget constructor.
QButton* QAccessibleButton::button | ( | ) | const [protected] |
Reimplementado de QAccessibleWidget.
QAccessible::State QAccessibleButton::state | ( | int | control | ) | const |
Reimplementado de QAccessibleWidget.
Reimplementado de QAccessibleWidget.