KiCad PCB EDA Suite
|
#include <toolbar_configuration.h>
Public Member Functions | |
TOOLBAR_CONFIGURATION () | |
virtual | ~TOOLBAR_CONFIGURATION () |
TOOLBAR_CONFIGURATION & | AppendAction (std::string aActionName) |
TOOLBAR_CONFIGURATION & | AppendAction (const TOOL_ACTION &aAction) |
TOOLBAR_CONFIGURATION & | AppendSeparator () |
TOOLBAR_CONFIGURATION & | AppendSpacer (int aSize) |
TOOLBAR_CONFIGURATION & | AppendGroup (const TOOLBAR_GROUP_CONFIG &aGroup) |
TOOLBAR_CONFIGURATION & | AppendControl (std::string aControlName) |
TOOLBAR_CONFIGURATION & | AppendControl (const ACTION_TOOLBAR_CONTROL &aControl) |
std::vector< TOOLBAR_ITEM > | GetToolbarItems () const |
void | Clear () |
Public Attributes | |
std::vector< TOOLBAR_ITEM > | m_toolbarItems |
Definition at line 126 of file toolbar_configuration.h.
|
inline |
Definition at line 130 of file toolbar_configuration.h.
|
inlinevirtual |
Definition at line 131 of file toolbar_configuration.h.
|
inline |
Definition at line 139 of file toolbar_configuration.h.
References TOOL_ACTION::GetName().
|
inline |
Definition at line 133 of file toolbar_configuration.h.
|
inline |
Definition at line 173 of file toolbar_configuration.h.
References ACTION_TOOLBAR_CONTROL::GetName().
|
inline |
Definition at line 167 of file toolbar_configuration.h.
|
inline |
Definition at line 157 of file toolbar_configuration.h.
References TOOLBAR_GROUP_CONFIG::GetGroupItems(), TOOLBAR_GROUP_CONFIG::GetName(), TOOLBAR_ITEM::m_GroupItems, and TOOLBAR_ITEM::m_GroupName.
|
inline |
Definition at line 145 of file toolbar_configuration.h.
|
inline |
Definition at line 151 of file toolbar_configuration.h.
|
inline |
Definition at line 184 of file toolbar_configuration.h.
|
inline |
Definition at line 179 of file toolbar_configuration.h.
Referenced by ACTION_TOOLBAR::ApplyConfiguration(), and PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
std::vector<TOOLBAR_ITEM> TOOLBAR_CONFIGURATION::m_toolbarItems |
Definition at line 192 of file toolbar_configuration.h.
Referenced by from_json(), and to_json().