|
KiCad PCB EDA Suite
|
#include <toolbar_configuration.h>
Public Member Functions | |
| TOOLBAR_ITEM () | |
| TOOLBAR_ITEM (TOOLBAR_ITEM_TYPE aType) | |
| TOOLBAR_ITEM (TOOLBAR_ITEM_TYPE aType, int aSize) | |
| TOOLBAR_ITEM (TOOLBAR_ITEM_TYPE aType, std::string aName) | |
Public Attributes | |
| TOOLBAR_ITEM_TYPE | m_Type |
| std::string | m_ControlName |
| std::string | m_ActionName |
| int | m_Size |
| wxString | m_GroupName |
| std::vector< TOOLBAR_ITEM > | m_GroupItems |
Definition at line 45 of file toolbar_configuration.h.
|
inline |
Definition at line 48 of file toolbar_configuration.h.
|
inline |
Definition at line 53 of file toolbar_configuration.h.
|
inline |
Definition at line 58 of file toolbar_configuration.h.
|
inline |
Definition at line 65 of file toolbar_configuration.h.
References CONTROL, m_ActionName, m_ControlName, m_Size, m_Type, and TOOL.
| std::string TOOLBAR_ITEM::m_ActionName |
Definition at line 82 of file toolbar_configuration.h.
Referenced by ACTION_TOOLBAR::ApplyConfiguration(), from_json(), PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree(), to_json(), and TOOLBAR_ITEM().
| std::string TOOLBAR_ITEM::m_ControlName |
Definition at line 79 of file toolbar_configuration.h.
Referenced by from_json(), to_json(), and TOOLBAR_ITEM().
| std::vector<TOOLBAR_ITEM> TOOLBAR_ITEM::m_GroupItems |
Definition at line 89 of file toolbar_configuration.h.
Referenced by TOOLBAR_CONFIGURATION::AppendGroup(), ACTION_TOOLBAR::ApplyConfiguration(), from_json(), PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree(), and to_json().
| wxString TOOLBAR_ITEM::m_GroupName |
Definition at line 88 of file toolbar_configuration.h.
Referenced by TOOLBAR_CONFIGURATION::AppendGroup(), from_json(), and to_json().
| int TOOLBAR_ITEM::m_Size |
Definition at line 85 of file toolbar_configuration.h.
Referenced by from_json(), to_json(), TOOLBAR_ITEM(), TOOLBAR_ITEM(), TOOLBAR_ITEM(), and TOOLBAR_ITEM().
| TOOLBAR_ITEM_TYPE TOOLBAR_ITEM::m_Type |
Definition at line 76 of file toolbar_configuration.h.
Referenced by ACTION_TOOLBAR::ApplyConfiguration(), from_json(), to_json(), TOOLBAR_ITEM(), TOOLBAR_ITEM(), TOOLBAR_ITEM(), and TOOLBAR_ITEM().