| 
    KiCad PCB EDA Suite
    
   | 
 
#include <string>#include <vector>#include <settings/json_settings.h>#include <settings/parameters.h>#include <tool/action_toolbar.h>#include <tool/tool_action.h>Go to the source code of this file.
Classes | |
| class | TOOLBAR_ITEM | 
| class | TOOLBAR_GROUP_CONFIG | 
| class | TOOLBAR_CONFIGURATION | 
| class | TOOLBAR_SETTINGS | 
Enumerations | |
| enum class | TOOLBAR_ITEM_TYPE {  TOOL , TB_GROUP , SPACER , CONTROL , SEPARATOR }  | 
| enum class | TOOLBAR_LOC { LEFT = 0 , RIGHT , TOP_MAIN , TOP_AUX } | 
      
  | 
  strong | 
| Enumerator | |
|---|---|
| TOOL | |
| TB_GROUP | |
| SPACER | |
| CONTROL | |
| SEPARATOR | |
Definition at line 36 of file toolbar_configuration.h.
      
  | 
  strong | 
| Enumerator | |
|---|---|
| LEFT | Toolbar on the left side of the canvas.  | 
| RIGHT | Toolbar on the right side of the canvas.  | 
| TOP_MAIN | Toolbar on the top of the canvas.  | 
| TOP_AUX | Toolbar on the top of the canvas.  | 
Definition at line 200 of file toolbar_configuration.h.