KiCad PCB EDA Suite
|
#include <app_settings.h>
Public Attributes | |
int | sash_pos_h |
int | sash_pos_v |
int | width |
int | height |
int | sort_mode |
bool | repeated_placement |
bool | place_as_sheet |
bool | keep_annotations |
LIB_TREE | tree |
Definition at line 138 of file app_settings.h.
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::height |
Definition at line 143 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::FinishSetup().
bool APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::keep_annotations |
bool APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::place_as_sheet |
Definition at line 146 of file app_settings.h.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PCB_CONTROL::AppendBoard(), SCH_DRAWING_TOOLS::ImportSheet(), and FILEDLG_IMPORT_SHEET_CONTENTS::TransferDataFromCustomControls().
bool APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::repeated_placement |
Definition at line 145 of file app_settings.h.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), APP_SETTINGS_BASE::APP_SETTINGS_BASE(), SCH_DRAWING_TOOLS::ImportSheet(), and FILEDLG_IMPORT_SHEET_CONTENTS::TransferDataFromCustomControls().
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::sash_pos_h |
Definition at line 140 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::FinishSetup().
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::sash_pos_v |
Definition at line 141 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::FinishSetup().
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::sort_mode |
Definition at line 144 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::FinishSetup().
LIB_TREE APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::tree |
Definition at line 150 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::PANEL_DESIGN_BLOCK_CHOOSER().
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::width |
Definition at line 142 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::FinishSetup().