KiCad PCB EDA Suite
|
This is the complete list of members for GRID_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 |
BuildChoiceList(wxArrayString *aGridsList, APP_SETTINGS_BASE *aCfg, EDA_DRAW_FRAME *aParent) | GRID_MENU | static |
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 | GRID_MENU | inlineprivatevirtual |
DisplayTitle(bool aDisplay=true) | ACTION_MENU | |
eventHandler(const wxMenuEvent &aEvent) override | GRID_MENU | privatevirtual |
findToolAction(int aId) | ACTION_MENU | protected |
GetSelected() const | ACTION_MENU | inline |
GetTitle() const | ACTION_MENU | inline |
getToolManager() const | ACTION_MENU | protected |
GRID_MENU(EDA_DRAW_FRAME *aParent) | GRID_MENU | |
HasEnabledItems() const | ACTION_MENU | |
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_parent | GRID_MENU | private |
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 | GRID_MENU | privatevirtual |
UpdateAll() | ACTION_MENU | |
updateHotKeys() | ACTION_MENU | protected |
UpdateTitle() override | GRID_MENU | virtual |
~ACTION_MENU() override | ACTION_MENU |