KiCad PCB EDA Suite
|
This is the complete list of members for HIGHLIGHT_MENU, including all inherited members.
ACTION_MENU(bool isContextMenu, TOOL_INTERACTIVE *aTool=nullptr) | ACTION_MENU | |
ACTION_MENU(const ACTION_MENU &aMenu)=delete | ACTION_MENU | |
Add(const wxString &aLabel, int aId, BITMAPS aIcon) | ACTION_MENU | |
Add(const wxString &aLabel, const wxString &aToolTip, int aId, BITMAPS aIcon, bool aIsCheckmarkEntry=false) | ACTION_MENU | |
Add(const TOOL_ACTION &aAction, bool aIsCheckmarkEntry=false, const wxString &aOverrideLabel=wxEmptyString) | ACTION_MENU | |
Add(ACTION_MENU *aMenu) | ACTION_MENU | |
AddClose(const wxString &aAppname="") | ACTION_MENU | |
AddQuit(const wxString &aAppname="") | ACTION_MENU | |
AddQuitOrClose(KIFACE_BASE *aKiface, wxString aAppname="") | ACTION_MENU | |
appendCopy(const wxMenuItem *aSource) | ACTION_MENU | protected |
CHECK | ACTION_MENU | static |
Clear() | ACTION_MENU | |
ClearDirty() | ACTION_MENU | |
Clone() const | ACTION_MENU | |
copyFrom(const ACTION_MENU &aMenu) | ACTION_MENU | protected |
create() const override | HIGHLIGHT_MENU | inlineprivatevirtual |
DisplayTitle(bool aDisplay=true) | ACTION_MENU | |
eventHandler(const wxMenuEvent &) | ACTION_MENU | inlineprotectedvirtual |
findToolAction(int aId) | ACTION_MENU | protected |
GetSelected() const | ACTION_MENU | inline |
GetTitle() const | ACTION_MENU | inline |
getToolManager() const | ACTION_MENU | protected |
HasEnabledItems() const | ACTION_MENU | |
HIGHLIGHT_MENU() | HIGHLIGHT_MENU | inline |
m_dirty | ACTION_MENU | protected |
m_forcedPosition | ACTION_MENU | protected |
m_icon | ACTION_MENU | protected |
m_isContextMenu | ACTION_MENU | protected |
m_isForcedPosition | ACTION_MENU | protected |
m_selected | ACTION_MENU | protected |
m_submenus | ACTION_MENU | protected |
m_title | ACTION_MENU | protected |
m_titleDisplayed | ACTION_MENU | protected |
m_tool | ACTION_MENU | protected |
m_toolActions | ACTION_MENU | protected |
NORMAL | ACTION_MENU | static |
OnIdle(wxIdleEvent &event) | ACTION_MENU | |
OnMenuEvent(wxMenuEvent &aEvent) | ACTION_MENU | |
operator=(const ACTION_MENU &aMenu)=delete | ACTION_MENU | |
PassHelpTextToHandler() | ACTION_MENU | inlinevirtual |
runEventHandlers(const wxMenuEvent &aMenuEvent, OPT_TOOL_EVENT &aToolEvent) | ACTION_MENU | protected |
runOnSubmenus(std::function< void(ACTION_MENU *)> aFunction) | ACTION_MENU | protected |
SetDirty() | ACTION_MENU | |
SetIcon(BITMAPS aIcon) | ACTION_MENU | |
SetTitle(const wxString &aTitle) override | ACTION_MENU | |
SetTool(TOOL_INTERACTIVE *aTool) | ACTION_MENU | |
setupEvents() | ACTION_MENU | protected |
update() override | HIGHLIGHT_MENU | inlineprivatevirtual |
UpdateAll() | ACTION_MENU | |
updateHotKeys() | ACTION_MENU | protected |
UpdateTitle() | ACTION_MENU | inlinevirtual |
~ACTION_MENU() override | ACTION_MENU |