#include <atspi_value_interface.h>
Public Member Functions | |
std::string | toString () const override |
double | getCurrentValue () const |
double | getMaximumValue () const |
double | getMinimumValue () const |
Public Member Functions inherited from acacia::AtspiInterface< AtspiValue > | |
AtspiInterface (AtspiValue *interface) | |
bool | isNull () const |
Additional Inherited Members | |
Protected Attributes inherited from acacia::AtspiInterface< AtspiValue > | |
std::shared_ptr< AtspiValue > | interface_ |
This object wraps an AtspiValue pointer. It can be retrieved from an accessible object which implements this interface using AtspiNode::queryValue().