Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CAction, including all inherited members.
CAction() | CAction | |
CAction(int actionID, float amount1=1.0f, float amount2=0.0f, const std::string &name="", unsigned int holdTime=0, unsigned int buttonCode=0) | CAction | |
CAction(int actionID, wchar_t unicode) | CAction | |
CAction(int actionID, unsigned int state, float posX, float posY, float offsetX, float offsetY, float velocityX=0.0f, float velocityY=0.0f, const std::string &name="") | CAction | |
CAction(int actionID, const std::string &name, const CKey &key) | CAction | |
CAction(int actionID, const std::string &name) | CAction | |
CAction(const CAction &other) | CAction | inline |
ClearAmount() | CAction | |
GetAmount(unsigned int index=0) const | CAction | inline |
GetButtonCode() const | CAction | inline |
GetHoldTime() const | CAction | inline |
GetID() const | CAction | inline |
GetName() const | CAction | inline |
GetRepeat() const | CAction | inline |
GetText() const | CAction | inline |
GetUnicode() const | CAction | inline |
IsAnalog() const | CAction | |
IsGesture() const | CAction | |
IsMouse() const | CAction | |
operator=(const CAction &rhs) | CAction | |
SetText(const std::string &text) | CAction | inline |