| 
    KiCad PCB EDA Suite
    
   | 
 
#include <toolbar_configuration.h>
Public Member Functions | |
| TOOLBAR_GROUP_CONFIG (const wxString &aName) | |
| const wxString & | GetName () const | 
| TOOLBAR_GROUP_CONFIG & | AddAction (std::string aActionName) | 
| TOOLBAR_GROUP_CONFIG & | AddAction (const TOOL_ACTION &aAction) | 
| std::vector< TOOLBAR_ITEM > | GetGroupItems () const | 
Public Attributes | |
| wxString | m_groupName | 
| std::vector< TOOLBAR_ITEM > | m_groupItems | 
Definition at line 92 of file toolbar_configuration.h.
      
  | 
  inline | 
Definition at line 95 of file toolbar_configuration.h.
References m_groupName.
Referenced by AddAction(), and AddAction().
      
  | 
  inline | 
Definition at line 112 of file toolbar_configuration.h.
References TOOL_ACTION::GetName(), m_groupItems, TOOL, and TOOLBAR_GROUP_CONFIG().
      
  | 
  inline | 
Definition at line 105 of file toolbar_configuration.h.
References m_groupItems, TOOL, and TOOLBAR_GROUP_CONFIG().
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::parseToolbarTree().
      
  | 
  inline | 
Definition at line 118 of file toolbar_configuration.h.
References m_groupItems.
Referenced by TOOLBAR_CONFIGURATION::AppendGroup().
      
  | 
  inline | 
Definition at line 100 of file toolbar_configuration.h.
References m_groupName.
Referenced by TOOLBAR_CONFIGURATION::AppendGroup().
| std::vector<TOOLBAR_ITEM> TOOLBAR_GROUP_CONFIG::m_groupItems | 
Definition at line 127 of file toolbar_configuration.h.
Referenced by AddAction(), AddAction(), and GetGroupItems().
| wxString TOOLBAR_GROUP_CONFIG::m_groupName | 
Definition at line 126 of file toolbar_configuration.h.
Referenced by GetName(), and TOOLBAR_GROUP_CONFIG().