#include <atspi_text_interface.h>
Public Member Functions | |
std::string | toString () const override |
int | getCaretOffset () const |
int | getCharacterCount () const |
std::string | getText (int start_offset, int end_offset) const |
Public Member Functions inherited from acacia::AtspiInterface< AtspiText > | |
AtspiInterface (AtspiText *interface) | |
bool | isNull () const |
Additional Inherited Members | |
Protected Attributes inherited from acacia::AtspiInterface< AtspiText > | |
std::shared_ptr< AtspiText > | interface_ |
This object wraps an AtspiText pointer. It can be retrieved from an accessible object which implements this interface using AtspiNode::queryText().