| 
    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 (const std::string &aName, const wxString &aUiName, const 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 433 of file action_toolbar.h.
      
  | 
  inline | 
Definition at line 436 of file action_toolbar.h.
References ACTION_TOOLBAR::GetCustomControlList(), m_description, m_name, and m_uiname.
      
  | 
  inline | 
Definition at line 450 of file action_toolbar.h.
References m_description.
      
  | 
  inline | 
Definition at line 448 of file action_toolbar.h.
References m_name.
Referenced by TOOLBAR_CONFIGURATION::AppendControl(), and EDA_BASE_FRAME::RegisterCustomToolbarControlFactory().
      
  | 
  inline | 
Definition at line 449 of file action_toolbar.h.
References m_uiname.
      
  | 
  protected | 
User-visible tooltip for the control.
Definition at line 466 of file action_toolbar.h.
Referenced by ACTION_TOOLBAR_CONTROL(), and GetDescription().
      
  | 
  protected | 
Name of the control - must start with "control.".
Definition at line 456 of file action_toolbar.h.
Referenced by ACTION_TOOLBAR_CONTROL(), and GetName().
      
  | 
  protected | 
Short description to show for the control.
Definition at line 461 of file action_toolbar.h.
Referenced by ACTION_TOOLBAR_CONTROL(), and GetUiName().