#include <atspi_action_interface.h>
Public Member Functions | |
std::string | toString () const override |
int | getNActions () const |
std::string | getName (int index) const |
std::string | getDescription (int index) const |
Public Member Functions inherited from acacia::AtspiInterface< AtspiAction > | |
AtspiInterface (AtspiAction *interface) | |
bool | isNull () const |
Additional Inherited Members | |
Protected Attributes inherited from acacia::AtspiInterface< AtspiAction > | |
std::shared_ptr< AtspiAction > | interface_ |
This object wraps an AtspiAction pointer. It can be retrieved from an accessible object which implements this interface using AtspiNode::queryAction().