KiCad PCB EDA Suite
|
This is the complete list of members for ACTION_TOOLBAR, including all inherited members.
ACTION_TOOLBAR(EDA_BASE_FRAME *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxAUI_TB_DEFAULT_STYLE) | ACTION_TOOLBAR | |
Add(const TOOL_ACTION &aAction, bool aIsToggleEntry=false, bool aIsCancellable=false) | ACTION_TOOLBAR | |
AddButton(const TOOL_ACTION &aAction) | ACTION_TOOLBAR | |
AddGroup(ACTION_GROUP *aGroup, bool aIsToggleEntry=false) | ACTION_TOOLBAR | |
AddScaledSeparator(wxWindow *aWindow) | ACTION_TOOLBAR | |
AddToolContextMenu(const TOOL_ACTION &aAction, std::unique_ptr< ACTION_MENU > aMenu) | ACTION_TOOLBAR | |
CANCEL | ACTION_TOOLBAR | static |
ClearToolbar() | ACTION_TOOLBAR | |
doSelectAction(ACTION_GROUP *aGroup, const TOOL_ACTION &aAction) | ACTION_TOOLBAR | protected |
KiRealize() | ACTION_TOOLBAR | |
m_actionGroups | ACTION_TOOLBAR | protected |
m_auiManager | ACTION_TOOLBAR | protected |
m_palette | ACTION_TOOLBAR | protected |
m_paletteTimer | ACTION_TOOLBAR | protected |
m_toolActions | ACTION_TOOLBAR | protected |
m_toolCancellable | ACTION_TOOLBAR | protected |
m_toolKinds | ACTION_TOOLBAR | protected |
m_toolManager | ACTION_TOOLBAR | protected |
m_toolMenus | ACTION_TOOLBAR | protected |
OnCustomRender(wxDC &aDc, const wxAuiToolBarItem &aItem, const wxRect &aRect) override | ACTION_TOOLBAR | protected |
onItemDrag(wxAuiToolBarEvent &aEvent) | ACTION_TOOLBAR | protected |
onMouseClick(wxMouseEvent &aEvent) | ACTION_TOOLBAR | protected |
onPaletteEvent(wxCommandEvent &aEvent) | ACTION_TOOLBAR | protected |
onThemeChanged(wxSysColourChangedEvent &aEvent) | ACTION_TOOLBAR | protected |
onTimerDone(wxTimerEvent &aEvent) | ACTION_TOOLBAR | protected |
onToolEvent(wxAuiToolBarEvent &aEvent) | ACTION_TOOLBAR | protected |
onToolRightClick(wxAuiToolBarEvent &aEvent) | ACTION_TOOLBAR | protected |
popupPalette(wxAuiToolBarItem *aItem) | ACTION_TOOLBAR | protected |
RefreshBitmaps() | ACTION_TOOLBAR | |
SelectAction(ACTION_GROUP *aGroup, const TOOL_ACTION &aAction) | ACTION_TOOLBAR | |
SetAuiManager(wxAuiManager *aManager) | ACTION_TOOLBAR | inline |
SetToolBitmap(const TOOL_ACTION &aAction, const wxBitmap &aBitmap) | ACTION_TOOLBAR | |
SetToolManager(TOOL_MANAGER *aManager) | ACTION_TOOLBAR | inline |
Toggle(const TOOL_ACTION &aAction, bool aState) | ACTION_TOOLBAR | |
Toggle(const TOOL_ACTION &aAction, bool aEnabled, bool aChecked) | ACTION_TOOLBAR | |
TOGGLE | ACTION_TOOLBAR | static |
UpdateControlWidth(int aID) | ACTION_TOOLBAR | |
~ACTION_TOOLBAR() | ACTION_TOOLBAR | virtual |