#include <atspi_hyperlink_interface.h>
Public Member Functions | |
std::string | toString () const override |
int | getStartIndex () const |
int | getEndIndex () const |
std::string | getURI (int index=0) const |
Public Member Functions inherited from acacia::AtspiInterface< AtspiHyperlink > | |
AtspiInterface (AtspiHyperlink *interface) | |
bool | isNull () const |
Additional Inherited Members | |
Protected Attributes inherited from acacia::AtspiInterface< AtspiHyperlink > | |
std::shared_ptr< AtspiHyperlink > | interface_ |
This object wraps an AtspiHyperlink pointer. It can be retrieved from an accessible object which implements this interface using AtspiNode::queryHyperlink().