KiCad PCB EDA Suite
Loading...
Searching...
No Matches
toolbar_configuration.h File Reference
#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 }
 

Enumeration Type Documentation

◆ TOOLBAR_ITEM_TYPE

enum class TOOLBAR_ITEM_TYPE
strong
Enumerator
TOOL 
TB_GROUP 
SPACER 
CONTROL 
SEPARATOR 

Definition at line 36 of file toolbar_configuration.h.

◆ TOOLBAR_LOC

enum class TOOLBAR_LOC
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 196 of file toolbar_configuration.h.