|
KiCad PCB EDA Suite
|
#include <panel_toolbar_customization.h>
Public Attributes | |
| wxString | label |
| wxString | tooltip |
| wxString | search_text |
| TOOL_ACTION * | action = nullptr |
| ACTION_TOOLBAR_CONTROL * | control = nullptr |
| int | image_index = -1 |
Definition at line 67 of file panel_toolbar_customization.h.
| TOOL_ACTION* PANEL_TOOLBAR_CUSTOMIZATION::ACTION_LIST_ENTRY::action = nullptr |
Definition at line 72 of file panel_toolbar_customization.h.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::populateActions().
| ACTION_TOOLBAR_CONTROL* PANEL_TOOLBAR_CUSTOMIZATION::ACTION_LIST_ENTRY::control = nullptr |
Definition at line 73 of file panel_toolbar_customization.h.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::populateActions().
| int PANEL_TOOLBAR_CUSTOMIZATION::ACTION_LIST_ENTRY::image_index = -1 |
Definition at line 74 of file panel_toolbar_customization.h.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::applyActionFilter(), and PANEL_TOOLBAR_CUSTOMIZATION::populateActions().
| wxString PANEL_TOOLBAR_CUSTOMIZATION::ACTION_LIST_ENTRY::label |
Definition at line 69 of file panel_toolbar_customization.h.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::applyActionFilter(), PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::populateActions().
| wxString PANEL_TOOLBAR_CUSTOMIZATION::ACTION_LIST_ENTRY::search_text |
Definition at line 71 of file panel_toolbar_customization.h.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::actionMatchesFilter(), and PANEL_TOOLBAR_CUSTOMIZATION::populateActions().
| wxString PANEL_TOOLBAR_CUSTOMIZATION::ACTION_LIST_ENTRY::tooltip |
Definition at line 70 of file panel_toolbar_customization.h.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::populateActions().