|
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) | |
| void | SetAction (TOOL_ACTION *aAction) |
| TOOL_ACTION * | GetAction () const |
| void | SetControl (ACTION_TOOLBAR_CONTROL *aControl) |
| ACTION_TOOLBAR_CONTROL * | GetControl () 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 |
| ACTION_TOOLBAR_CONTROL * | m_control |
| int | m_size |
| wxString | m_name |
Definition at line 55 of file panel_toolbar_customization.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 93 of file panel_toolbar_customization.cpp.
References m_action, m_type, and TOOL.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 100 of file panel_toolbar_customization.cpp.
References CONTROL, m_control, and m_type.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 107 of file panel_toolbar_customization.cpp.
References m_name.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onGroupPress(), and PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 110 of file panel_toolbar_customization.cpp.
References m_size.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onSpacerPress(), and PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 112 of file panel_toolbar_customization.cpp.
References m_type.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
|
inline |
Definition at line 92 of file panel_toolbar_customization.cpp.
References m_action.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
inline |
Definition at line 99 of file panel_toolbar_customization.cpp.
References m_control.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::onBtnAddAction(), and PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
inline |
Definition at line 106 of file panel_toolbar_customization.cpp.
References m_name.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
inline |
Definition at line 109 of file panel_toolbar_customization.cpp.
References m_size.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::populateToolbarTree().
|
private |
Definition at line 119 of file panel_toolbar_customization.cpp.
Referenced by GetAction(), SetAction(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), and TOOLBAR_TREE_ITEM_DATA().
|
private |
Definition at line 120 of file panel_toolbar_customization.cpp.
Referenced by GetControl(), SetControl(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), and TOOLBAR_TREE_ITEM_DATA().
|
private |
Definition at line 126 of file panel_toolbar_customization.cpp.
Referenced by GetName(), SetName(), and TOOLBAR_TREE_ITEM_DATA().
|
private |
Definition at line 123 of file panel_toolbar_customization.cpp.
Referenced by GetSize(), SetSize(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), and TOOLBAR_TREE_ITEM_DATA().
|
private |
Definition at line 116 of file panel_toolbar_customization.cpp.
Referenced by GetAction(), GetControl(), GetType(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), TOOLBAR_TREE_ITEM_DATA(), and TOOLBAR_TREE_ITEM_DATA().