The QAccessibleActionInterface class implements support for the IAccessibleAction interface.
More...
#include <qaccessible2.h>
The QAccessibleActionInterface class implements support for the IAccessibleAction interface.
- Warning
- This function is not part of the public interface. This function is under development and subject to change.
http://www.linux-foundation.org/en/Accessibility/IAccessible2 Specification
Definition at line 329 of file qaccessible2.h.
◆ actionCount()
virtual int QAccessibleActionInterface::actionCount |
( |
| ) |
|
|
pure virtual |
◆ description()
virtual QString QAccessibleActionInterface::description |
( |
int |
actionIndex | ) |
|
|
pure virtual |
◆ doAction()
virtual void QAccessibleActionInterface::doAction |
( |
int |
actionIndex | ) |
|
|
pure virtual |
◆ keyBindings()
virtual QStringList QAccessibleActionInterface::keyBindings |
( |
int |
actionIndex | ) |
|
|
pure virtual |
◆ localizedName()
virtual QString QAccessibleActionInterface::localizedName |
( |
int |
actionIndex | ) |
|
|
pure virtual |
◆ name()
virtual QString QAccessibleActionInterface::name |
( |
int |
actionIndex | ) |
|
|
pure virtual |
◆ qAccessibleActionCastHelper()
The documentation for this class was generated from the following file: