1 #ifndef LIB_IA2_IA_VALUE_H_
2 #define LIB_IA2_IA_VALUE_H_
6 #include <wrl/client.h>
8 #include "acacia/export.h"
9 #include "third_party/ia2/include/ia2/ia2_api_all.h"
22 IAValue(Microsoft::WRL::ComPtr<IAccessibleValue> iface) : iface_(iface) {}
61 Microsoft::WRL::ComPtr<IAccessibleValue> iface_;
Definition: ia_value.h:20
std::string getMaximumValue()
bool isNull()
Definition: ia_value.h:29
std::string getMinimumValue()
std::string getCurrentValue()