KiCad PCB EDA Suite
|
This is the complete list of members for TOOL_ACTION, including all inherited members.
ACTION_BASE_UI_ID | TOOL_ACTION | protectedstatic |
ACTION_MANAGER | TOOL_ACTION | friend |
GetBaseUIId() | TOOL_ACTION | inlinestatic |
GetDefaultHotKey() const | TOOL_ACTION | inline |
GetDescription(bool aIncludeHotkey=true) const | TOOL_ACTION | |
GetHotKey() const | TOOL_ACTION | inline |
GetIcon() const | TOOL_ACTION | inline |
GetId() const | TOOL_ACTION | inline |
GetLabel() const | TOOL_ACTION | |
GetMenuItem() const | TOOL_ACTION | |
GetName() const | TOOL_ACTION | inline |
GetParam() const | TOOL_ACTION | inline |
GetScope() const | TOOL_ACTION | inline |
GetToolName() const | TOOL_ACTION | |
GetUIId() const | TOOL_ACTION | inline |
IsActivation() const | TOOL_ACTION | inline |
IsNotification() const | TOOL_ACTION | inline |
m_defaultHotKey | TOOL_ACTION | protected |
m_flags | TOOL_ACTION | protected |
m_hotKey | TOOL_ACTION | protected |
m_icon | TOOL_ACTION | protected |
m_id | TOOL_ACTION | protected |
m_label | TOOL_ACTION | protected |
m_legacyName | TOOL_ACTION | protected |
m_name | TOOL_ACTION | protected |
m_param | TOOL_ACTION | protected |
m_scope | TOOL_ACTION | protected |
m_tooltip | TOOL_ACTION | protected |
MakeEvent() const | TOOL_ACTION | |
operator!=(const TOOL_ACTION &aRhs) const | TOOL_ACTION | inline |
operator=(const TOOL_ACTION &)=delete | TOOL_ACTION | |
operator==(const TOOL_ACTION &aRhs) const | TOOL_ACTION | inline |
SetHotKey(int aKeycode) | TOOL_ACTION | |
TOOL_ACTION(const std::string &aName, TOOL_ACTION_SCOPE aScope=AS_CONTEXT, int aDefaultHotKey=0, const std::string &aLegacyHotKeyName="", const wxString &aMenuText=wxEmptyString, const wxString &aTooltip=wxEmptyString, BITMAPS aIcon=static_cast< BITMAPS >(0), TOOL_ACTION_FLAGS aFlags=AF_NONE, void *aParam=nullptr) | TOOL_ACTION | |
TOOL_ACTION(const TOOL_ACTION &)=delete | TOOL_ACTION | |
TOOL_ACTION() | TOOL_ACTION | protected |
~TOOL_ACTION() | TOOL_ACTION |