KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TOOLBAR_GROUP_CONFIG Class Reference

#include <toolbar_configuration.h>

Public Member Functions

 TOOLBAR_GROUP_CONFIG (wxString aName)
 
const wxString & GetName () const
 
TOOLBAR_GROUP_CONFIGAddAction (std::string aActionName)
 
TOOLBAR_GROUP_CONFIGAddAction (const TOOL_ACTION &aAction)
 
std::vector< TOOLBAR_ITEMGetGroupItems () const
 

Public Attributes

wxString m_groupName
 
std::vector< TOOLBAR_ITEMm_groupItems
 

Detailed Description

Definition at line 88 of file toolbar_configuration.h.

Constructor & Destructor Documentation

◆ TOOLBAR_GROUP_CONFIG()

TOOLBAR_GROUP_CONFIG::TOOLBAR_GROUP_CONFIG ( wxString  aName)
inline

Definition at line 91 of file toolbar_configuration.h.

Member Function Documentation

◆ AddAction() [1/2]

TOOLBAR_GROUP_CONFIG & TOOLBAR_GROUP_CONFIG::AddAction ( const TOOL_ACTION aAction)
inline

Definition at line 108 of file toolbar_configuration.h.

References TOOL_ACTION::GetName().

◆ AddAction() [2/2]

TOOLBAR_GROUP_CONFIG & TOOLBAR_GROUP_CONFIG::AddAction ( std::string  aActionName)
inline

◆ GetGroupItems()

std::vector< TOOLBAR_ITEM > TOOLBAR_GROUP_CONFIG::GetGroupItems ( ) const
inline

Definition at line 114 of file toolbar_configuration.h.

Referenced by TOOLBAR_CONFIGURATION::AppendGroup().

◆ GetName()

const wxString & TOOLBAR_GROUP_CONFIG::GetName ( ) const
inline

Definition at line 96 of file toolbar_configuration.h.

Referenced by TOOLBAR_CONFIGURATION::AppendGroup().

Member Data Documentation

◆ m_groupItems

std::vector<TOOLBAR_ITEM> TOOLBAR_GROUP_CONFIG::m_groupItems

Definition at line 123 of file toolbar_configuration.h.

◆ m_groupName

wxString TOOLBAR_GROUP_CONFIG::m_groupName

Definition at line 122 of file toolbar_configuration.h.


The documentation for this class was generated from the following file: