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