KiCad PCB EDA Suite
|
#include <footprint_editor_settings.h>
Public Attributes | |
int | appearance_panel_tab |
int | right_panel_width |
bool | show_layer_manager |
bool | show_properties |
int | properties_panel_width |
float | properties_splitter |
Definition at line 33 of file footprint_editor_settings.h.
int FOOTPRINT_EDITOR_SETTINGS::AUI_PANELS::appearance_panel_tab |
Definition at line 35 of file footprint_editor_settings.h.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS(), and FOOTPRINT_EDIT_FRAME::SaveSettings().
int FOOTPRINT_EDITOR_SETTINGS::AUI_PANELS::properties_panel_width |
Definition at line 39 of file footprint_editor_settings.h.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS(), and FOOTPRINT_EDIT_FRAME::SaveSettings().
float FOOTPRINT_EDITOR_SETTINGS::AUI_PANELS::properties_splitter |
Definition at line 40 of file footprint_editor_settings.h.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS(), and FOOTPRINT_EDIT_FRAME::SaveSettings().
int FOOTPRINT_EDITOR_SETTINGS::AUI_PANELS::right_panel_width |
Definition at line 36 of file footprint_editor_settings.h.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS(), FOOTPRINT_EDIT_FRAME::SaveSettings(), and FOOTPRINT_EDIT_FRAME::ToggleLayersManager().
bool FOOTPRINT_EDITOR_SETTINGS::AUI_PANELS::show_layer_manager |
Definition at line 37 of file footprint_editor_settings.h.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS(), FOOTPRINT_EDIT_FRAME::LoadSettings(), and FOOTPRINT_EDIT_FRAME::SaveSettings().
bool FOOTPRINT_EDITOR_SETTINGS::AUI_PANELS::show_properties |
Definition at line 38 of file footprint_editor_settings.h.
Referenced by FOOTPRINT_EDITOR_SETTINGS::FOOTPRINT_EDITOR_SETTINGS(), and FOOTPRINT_EDIT_FRAME::SaveSettings().