|
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) | ACTION_TOOLBAR | |
| Add(const TOOL_ACTION &aAction, bool aIsToggleEntry, bool aIsCancellable=false) | ACTION_TOOLBAR | |
| Add(wxControl *aControl, const wxString &aLabel=wxEmptyString) | ACTION_TOOLBAR | |
| AddButton(const TOOL_ACTION &aAction) | ACTION_TOOLBAR | |
| AddGroup(std::unique_ptr< ACTION_GROUP > aGroup) | ACTION_TOOLBAR | |
| AddScaledSeparator(wxWindow *aWindow) | ACTION_TOOLBAR | |
| AddToolContextMenu(const TOOL_ACTION &aAction, std::unique_ptr< ACTION_MENU > aMenu) | ACTION_TOOLBAR | |
| ApplyConfiguration(const TOOLBAR_CONFIGURATION &aConfig) | ACTION_TOOLBAR | |
| CANCEL | ACTION_TOOLBAR | static |
| ClearToolbar() | ACTION_TOOLBAR | |
| doSelectAction(ACTION_GROUP *aGroup, const TOOL_ACTION &aAction) | ACTION_TOOLBAR | protected |
| GetCustomControlList() | ACTION_TOOLBAR | inlinestatic |
| KiRealize() | ACTION_TOOLBAR | |
| m_actionGroups | ACTION_TOOLBAR | protected |
| m_auiManager | ACTION_TOOLBAR | protected |
| m_controlIDs | 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 |
| onRightClick(wxAuiToolBarEvent &aEvent) | ACTION_TOOLBAR | protected |
| onThemeChanged(wxSysColourChangedEvent &aEvent) | ACTION_TOOLBAR | protected |
| onTimerDone(wxTimerEvent &aEvent) | ACTION_TOOLBAR | protected |
| onToolEvent(wxAuiToolBarEvent &aEvent) | ACTION_TOOLBAR | protected |
| popupPalette(wxAuiToolBarItem *aItem) | ACTION_TOOLBAR | protected |
| RefreshBitmaps() | ACTION_TOOLBAR | |
| SelectAction(ACTION_GROUP *aGroup, const TOOL_ACTION &aAction) | ACTION_TOOLBAR | |
| SelectAction(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 | ACTION_TOOLBAR | static |
| Toggle(const TOOL_ACTION &aAction, bool aState) | ACTION_TOOLBAR | |
| Toggle(const TOOL_ACTION &aAction, bool aEnabled, bool aChecked) | ACTION_TOOLBAR | |
| UpdateControlWidth(int aID) | ACTION_TOOLBAR | |
| UpdateControlWidths() | ACTION_TOOLBAR | |
| ~ACTION_TOOLBAR() | ACTION_TOOLBAR | virtual |