#include <atspi_component_interface.h>
Public Member Functions | |
std::string | toString () const override |
std::pair< int, int > | getPosition () const |
std::pair< int, int > | getSize () const |
AtspiInterface (T *interface) | |
AtspiInterface () | |
Public Member Functions inherited from acacia::AtspiInterface< AtspiComponent > | |
AtspiInterface (AtspiComponent *interface) | |
bool | isNull () const |
Additional Inherited Members | |
Protected Attributes inherited from acacia::AtspiInterface< AtspiComponent > | |
std::shared_ptr< AtspiComponent > | interface_ |
This object wraps an AtspiComponent pointer. It can be retrieved from an accessible object which implements this interface using AtspiNode::queryComponent().