1 #ifndef LIB_IA2_IA_ACTION_H_
2 #define LIB_IA2_IA_ACTION_H_
6 #include <wrl/client.h>
8 #include "acacia/export.h"
9 #include "third_party/ia2/include/ia2/ia2_api_all.h"
22 IAAction(Microsoft::WRL::ComPtr<IAccessibleAction> iface) : iface_(iface) {}
64 Microsoft::WRL::ComPtr<IAccessibleAction> iface_;
Definition: ia_action.h:20
bool isNull()
Definition: ia_action.h:29
std::string getDescription(int index)
std::string getName(int index)