KiCad PCB EDA Suite
|
Public Member Functions | |
TOOLBAR_TREE_ITEM_DATA () | |
TOOLBAR_TREE_ITEM_DATA (TOOLBAR_ITEM_TYPE aType) | |
TOOLBAR_TREE_ITEM_DATA (TOOLBAR_ITEM_TYPE aType, int aSize) | |
TOOLBAR_TREE_ITEM_DATA (TOOLBAR_ITEM_TYPE aType, wxString aName) | |
TOOLBAR_TREE_ITEM_DATA (TOOLBAR_ITEM_TYPE aType, TOOL_ACTION *aAction) | |
void | SetAction (TOOL_ACTION *aAction) |
TOOL_ACTION * | GetAction () const |
void | SetName (const wxString &aName) |
const wxString & | GetName () const |
void | SetSize (int aSize) |
int | GetSize () const |
TOOLBAR_ITEM_TYPE | GetType () const |
Private Attributes | |
TOOLBAR_ITEM_TYPE | m_type |
TOOL_ACTION * | m_action |
int | m_size |
wxString | m_name |
Definition at line 53 of file panel_toolbar_customization.cpp.
|
inline |
Definition at line 56 of file panel_toolbar_customization.cpp.
|
inline |
Definition at line 59 of file panel_toolbar_customization.cpp.
|
inline |
Definition at line 63 of file panel_toolbar_customization.cpp.
|
inline |
Definition at line 70 of file panel_toolbar_customization.cpp.
|
inline |
Definition at line 78 of file panel_toolbar_customization.cpp.
|
inline |
Definition at line 86 of file panel_toolbar_customization.cpp.
References m_action.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 89 of file panel_toolbar_customization.cpp.
References m_name.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onGroupPress(), and PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 92 of file panel_toolbar_customization.cpp.
References m_size.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onSpacerPress(), and PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 94 of file panel_toolbar_customization.cpp.
References m_type.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), PANEL_TOOLBAR_CUSTOMIZATION::onTreeBeginLabelEdit(), and PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 85 of file panel_toolbar_customization.cpp.
References m_action.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
inline |
Definition at line 88 of file panel_toolbar_customization.cpp.
References m_name.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
inline |
Definition at line 91 of file panel_toolbar_customization.cpp.
References m_size.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
private |
Definition at line 101 of file panel_toolbar_customization.cpp.
Referenced by GetAction(), and SetAction().
|
private |
Definition at line 107 of file panel_toolbar_customization.cpp.
|
private |
Definition at line 104 of file panel_toolbar_customization.cpp.
|
private |
Definition at line 98 of file panel_toolbar_customization.cpp.
Referenced by GetType().