KiCad PCB EDA Suite
|
#include <dialogs/panel_toolbar_customization.h>
#include <bitmaps.h>
#include <settings/app_settings.h>
#include <tool/ui/toolbar_configuration.h>
#include <widgets/split_button.h>
#include <widgets/std_bitmap_button.h>
#include <magic_enum.hpp>
#include <wx/listctrl.h>
#include <wx/menu.h>
Go to the source code of this file.
Classes | |
class | TOOLBAR_TREE_ITEM_DATA |
Enumerations | |
enum | { ID_SEPARATOR_MENU = ( wxID_HIGHEST + 5 ) , ID_SPACER_MENU , ID_GROUP_MENU } |
Variables | |
static std::map< TOOLBAR_LOC, wxString > | s_toolbarNameMap |
anonymous enum |
Enumerator | |
---|---|
ID_SEPARATOR_MENU | |
ID_SPACER_MENU | |
ID_GROUP_MENU |
Definition at line 37 of file panel_toolbar_customization.cpp.
|
static |
Definition at line 45 of file panel_toolbar_customization.cpp.
Referenced by PANEL_TOOLBAR_CUSTOMIZATION::TransferDataToWindow().