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 | place_as_group |
bool | keep_annotations |
LIB_TREE | tree |
Definition at line 156 of file app_settings.h.
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::height |
Definition at line 161 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 |
Definition at line 166 of file app_settings.h.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS::AddCustomControls(), APP_SETTINGS_BASE::APP_SETTINGS_BASE(), SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::ImportSheet(), FILEDLG_IMPORT_SHEET_CONTENTS::TransferDataFromCustomControls(), and FILEDLG_IMPORT_BOARD_CONTENTS::TransferDataFromCustomControls().
bool APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::place_as_group |
Definition at line 165 of file app_settings.h.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS::AddCustomControls(), SCH_DRAWING_TOOLS::ImportSheet(), FILEDLG_IMPORT_SHEET_CONTENTS::TransferDataFromCustomControls(), and FILEDLG_IMPORT_BOARD_CONTENTS::TransferDataFromCustomControls().
bool APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::place_as_sheet |
Definition at line 164 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().
bool APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::repeated_placement |
Definition at line 163 of file app_settings.h.
Referenced by FILEDLG_IMPORT_SHEET_CONTENTS::AddCustomControls(), FILEDLG_IMPORT_BOARD_CONTENTS::AddCustomControls(), APP_SETTINGS_BASE::APP_SETTINGS_BASE(), SCH_DRAWING_TOOLS::ImportSheet(), FILEDLG_IMPORT_SHEET_CONTENTS::TransferDataFromCustomControls(), and FILEDLG_IMPORT_BOARD_CONTENTS::TransferDataFromCustomControls().
int APP_SETTINGS_BASE::PANEL_DESIGN_BLOCK_CHOOSER::sash_pos_h |
Definition at line 158 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 159 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 162 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 169 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 160 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), and PANEL_DESIGN_BLOCK_CHOOSER::FinishSetup().