Acacia
atspi_action_interface.h
1 #ifndef INCLUDE_ACACIA_ATSPI_ATSPI_ACTION_INTERFACE_H_
2 #define INCLUDE_ACACIA_ATSPI_ATSPI_ACTION_INTERFACE_H_
3 
4 #include "acacia/atspi/atspi_interface.h"
5 
6 #include <string>
7 
8 #include <atspi/atspi.h>
9 
10 namespace acacia {
11 
19 class AtspiActionInterface : public AtspiInterface<AtspiAction> {
20  public:
22 
28  std::string toString() const override;
29 
35  int getNActions() const;
36 
44  std::string getName(int index) const;
45 
53  std::string getDescription(int index) const;
54 };
55 
56 } // namespace acacia
57 
58 #endif // INCLUDE_ACACIA_ATSPI_ATSPI_ACTION_INTERFACE_H_
Definition: atspi_action_interface.h:19
Definition: atspi_interface.h:18
std::string getName(int index) const
std::string toString() const override
std::string getDescription(int index) const