KiCad PCB EDA Suite
|
Class to hold basic information about controls that can be added to the toolbars. More...
#include <action_toolbar.h>
Public Member Functions | |
ACTION_TOOLBAR_CONTROL (std::string aName, wxString aUiName, wxString aDescription) | |
const std::string & | GetName () const |
const wxString & | GetUiName () const |
const wxString & | GetDescription () const |
Protected Attributes | |
std::string | m_name |
Name of the control - must start with "control.". | |
wxString | m_uiname |
Short description to show for the control. | |
wxString | m_description |
User-visible tooltip for the control. | |
Class to hold basic information about controls that can be added to the toolbars.
Definition at line 427 of file action_toolbar.h.
|
inline |
Definition at line 430 of file action_toolbar.h.
References ACTION_TOOLBAR::GetCustomControlList().
|
inline |
Definition at line 443 of file action_toolbar.h.
References m_description.
|
inline |
Definition at line 441 of file action_toolbar.h.
References m_name.
Referenced by TOOLBAR_CONFIGURATION::AppendControl(), and EDA_BASE_FRAME::RegisterCustomToolbarControlFactory().
|
inline |
Definition at line 442 of file action_toolbar.h.
References m_uiname.
|
protected |
User-visible tooltip for the control.
Definition at line 459 of file action_toolbar.h.
Referenced by GetDescription().
|
protected |
Name of the control - must start with "control.".
Definition at line 449 of file action_toolbar.h.
Referenced by GetName().
|
protected |
Short description to show for the control.
Definition at line 454 of file action_toolbar.h.
Referenced by GetUiName().