26#include <dialogs/dialog_bom_cfg_lexer.h>
42using namespace T_BOMCFG_T;
51 {
"name",
"bom_csv_grouped_extra" },
52 {
"path",
"bom_csv_grouped_extra.py" }
55 {
"name",
"bom_csv_grouped_by_value" },
56 {
"path",
"bom_csv_grouped_by_value.py" }
59 {
"name",
"bom_csv_grouped_by_value_with_fp" },
60 {
"path",
"bom_csv_grouped_by_value_with_fp.py" }
67 static wxAuiPaneInfo paneInfo;
69 paneInfo.Name( wxS(
"NetNavigator" ) )
70 .Caption(
_(
"Net Navigator" ) )
71 .CaptionVisible(
true )
73 .Left().Layer( 3 ).Position( 0 )
75 .BottomDockable(
false )
79 .FloatingSize( 200, 200 )
80 .FloatingPosition( 50, 200 )
89 static wxAuiPaneInfo paneInfo;
92 .Caption(
_(
"Properties" ) )
93 .CaptionVisible(
true )
95 .Left().Layer( 3 ).Position( 2 )
97 .BottomDockable(
false )
99 .MinSize( aWindow->FromDIP( wxSize( 240, 60 ) ) )
100 .BestSize( aWindow->FromDIP( wxSize( 300, 200 ) ) )
101 .FloatingSize( aWindow->FromDIP( wxSize( 300, 400 ) ) )
102 .FloatingPosition( aWindow->FromDIP( wxPoint( 50, 200 ) ) )
111 static wxAuiPaneInfo paneInfo;
113 paneInfo.Name( wxS(
"SelectionFilter" ) )
114 .Caption(
_(
"Selection Filter" ) )
115 .CaptionVisible(
true )
117 .Left().Layer( 3 ).Position( 4 )
118 .TopDockable(
false )
119 .BottomDockable(
false )
120 .CloseButton(
false )
121 .MinSize( aWindow->FromDIP( wxSize( 180, -1 ) ) )
122 .BestSize( aWindow->FromDIP( wxSize( 180, -1 ) ) )
131 static wxAuiPaneInfo paneInfo;
134 .Caption(
_(
"Design Blocks" ) )
135 .CaptionVisible(
true )
137 .Right().Layer( 3 ).Position( 2 )
138 .TopDockable(
false )
139 .BottomDockable(
false )
140 .CloseButton(
false )
141 .MinSize( aWindow->FromDIP( wxSize( 240, 60 ) ) )
142 .BestSize( aWindow->FromDIP( wxSize( 300, 200 ) ) )
143 .FloatingSize( aWindow->FromDIP( wxSize( 800, 600 ) ) )
144 .FloatingPosition( aWindow->FromDIP( wxPoint( 50, 200 ) ) )
156 m_FindReplaceExtra(),
161 m_FieldEditorPanel(),
169 m_RescueNeverShow( false )
250 new PARAM<bool>(
"appearance.show_sheet_filename_case_sensitivity_dialog",
359 LINE_MODE::LINE_MODE_90 ) );
376 m_params.emplace_back(
new PARAM <int>(
"drawing.junction_size_choice",
413 m_params.emplace_back(
new PARAM<int>(
"selection.highlight_netclass_colors_thickness",
445 [&](
const nlohmann::json& aObj )
447 if( !aObj.is_array() )
458 [&](
const nlohmann::json& aObj )
460 if( !aObj.is_array() )
466 const nlohmann::json& list = aObj;
607 "simulator.mouse_wheel_actions.vertical_unmodified",
609 SIM_MOUSE_WHEEL_ACTION::ZOOM, SIM_MOUSE_WHEEL_ACTION::NONE,
610 SIM_MOUSE_WHEEL_ACTION::ZOOM_VERTICALLY ) );
613 "simulator.mouse_wheel_actions.vertical_with_ctrl",
615 SIM_MOUSE_WHEEL_ACTION::PAN_LEFT_RIGHT, SIM_MOUSE_WHEEL_ACTION::NONE,
616 SIM_MOUSE_WHEEL_ACTION::ZOOM_VERTICALLY ) );
619 "simulator.mouse_wheel_actions.vertical_with_shift",
621 SIM_MOUSE_WHEEL_ACTION::PAN_UP_DOWN, SIM_MOUSE_WHEEL_ACTION::NONE,
622 SIM_MOUSE_WHEEL_ACTION::ZOOM_VERTICALLY ) );
625 "simulator.mouse_wheel_actions.vertical_with_alt",
627 SIM_MOUSE_WHEEL_ACTION::NONE, SIM_MOUSE_WHEEL_ACTION::NONE,
628 SIM_MOUSE_WHEEL_ACTION::ZOOM_VERTICALLY ) );
631 "simulator.mouse_wheel_actions.horizontal",
633 SIM_MOUSE_WHEEL_ACTION::NONE, SIM_MOUSE_WHEEL_ACTION::ZOOM_VERTICALLY ) );
753 if( std::optional<int> optval = Get<int>(
"lib_tree.column_width" ) )
756 Set(
"lib_tree.column_width", 300 );
778 std::string gridSizePtr =
"window.grid.last_size";
780 if( std::optional<int> currentSize = Get<int>( gridSizePtr ) )
782 Set( gridSizePtr, *currentSize - 4 );
787 Set( gridSizePtr, 1 );
790 ret &= fromLegacy<bool>( aCfg,
"FootprintPreview",
"appearance.footprint_preview" );
791 ret &= fromLegacy<bool>( aCfg,
"NavigatorStaysOpen",
"appearance.navigator_stays_open" );
792 ret &= fromLegacy<bool>( aCfg,
"PrintSheetReferenceAndTitleBlock",
793 "appearance.print_sheet_reference" );
794 ret &= fromLegacy<bool>( aCfg,
"ShowHiddenPins",
"appearance.show_hidden_pins" );
795 ret &= fromLegacy<bool>( aCfg,
"ShowIllegalSymbolLibDialog",
796 "appearance.show_illegal_symbol_lib_dialog" );
797 ret &= fromLegacy<bool>( aCfg,
"ShowPageLimits",
"appearance.show_page_limits" );
798 ret &= fromLegacy<bool>( aCfg,
"ShowSheetFileNameCaseSensitivityDlg",
799 "appearance.show_sheet_filename_case_sensitivity_dialog" );
801 ret &= fromLegacy<bool>( aCfg,
"AutoplaceFields",
"autoplace_fields.enable" );
802 ret &= fromLegacy<bool>( aCfg,
"AutoplaceJustify",
"autoplace_fields.allow_rejustify" );
803 ret &= fromLegacy<bool>( aCfg,
"AutoplaceAlign",
"autoplace_fields.align_to_grid" );
805 ret &= fromLegacy<int>( aCfg,
"DefaultBusWidth",
"drawing.default_bus_thickness" );
806 ret &= fromLegacy<int>( aCfg,
"DefaultJunctionSize",
"drawing.default_junction_size" );
807 ret &= fromLegacy<int>( aCfg,
"DefaultDrawLineWidth",
"drawing.default_line_thickness" );
808 ret &= fromLegacy<int>( aCfg,
"RepeatStepX",
"drawing.default_repeat_offset_x" );
809 ret &= fromLegacy<int>( aCfg,
"RepeatStepY",
"drawing.default_repeat_offset_y" );
810 ret &= fromLegacy<int>( aCfg,
"DefaultWireWidth",
"drawing.default_wire_thickness" );
812 ret &= fromLegacy<bool>( aCfg,
"HorizVertLinesOnly",
"drawing.line_mode" );
813 ret &= fromLegacy<int>( aCfg,
"RepeatLabelIncrement",
"drawing.repeat_label_increment" );
815 ret &= fromLegacy<bool>( aCfg,
"DragActionIsMove",
"input.drag_is_move" );
817 ret &= fromLegacy<int>( aCfg,
"SelectionThickness",
"selection.thickness" );
818 ret &= fromLegacy<bool>( aCfg,
"SelectionDrawChildItems",
"selection.draw_selected_children" );
819 ret &= fromLegacy<bool>( aCfg,
"SelectionFillShapes",
"selection.fill_shapes" );
820 ret &= fromLegacy<bool>( aCfg,
"SelectPinSelectSymbolOpt",
821 "selection.select_pin_selects_symbol" );
823 ret &= fromLegacy<int>( aCfg,
"AnnotateAlgoOption",
"annotation.method" );
824 ret &= fromLegacy<int>( aCfg,
"AnnotateFilterMsg",
"annotation.messages_filter" );
825 ret &= fromLegacy<int>( aCfg,
"AnnotateSortOption",
"annotation.sort_order" );
827 ret &=
fromLegacyString( aCfg,
"bom_plugin_selected",
"bom.selected_plugin" );
833 "edit_sch_component.visible_columns" );
835 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportRevision",
"page_settings.export_revision" );
836 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportDate",
"page_settings.export_date" );
837 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportTitle",
"page_settings.export_title" );
838 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportCompany",
"page_settings.export_company" );
839 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment1",
"page_settings.export_comment1" );
840 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment2",
"page_settings.export_comment2" );
841 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment3",
"page_settings.export_comment3" );
842 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment4",
"page_settings.export_comment4" );
843 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment5",
"page_settings.export_comment5" );
844 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment6",
"page_settings.export_comment6" );
845 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment7",
"page_settings.export_comment7" );
846 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment8",
"page_settings.export_comment8" );
847 ret &= fromLegacy<bool>( aCfg,
"PageSettingsExportComment9",
"page_settings.export_comment9" );
851 constexpr int max_custom_commands = 8;
852 nlohmann::json js_cmd = nlohmann::json::array();
853 nlohmann::json js_title = nlohmann::json::array();
854 wxString cmd_key, title_key, cmd, title;
856 for(
int i = 1; i <= max_custom_commands; ++i )
859 cmd_key.Printf(
"CustomNetlistCommand%d", i );
860 title_key.Printf(
"CustomNetlistTitle%d", i );
862 if( aCfg->Read( cmd_key, &cmd ) && aCfg->Read( title_key, &title )
863 && !cmd.IsEmpty() && !title.IsEmpty() )
865 js_cmd.push_back( cmd.ToUTF8() );
866 js_title.push_back( title.ToUTF8() );
870 Set(
"netlist.custom_command_titles", js_title );
871 Set(
"netlist.custom_command_paths", js_cmd );
880 aCfg->SetPath(
"SymbolFieldEditor/Show/" );
882 nlohmann::json js = nlohmann::json( {} );
887 while( aCfg->GetNextEntry( key, index ) )
889 if( aCfg->Read( key, &value ) )
891 std::string key_utf( key.ToUTF8() );
895 js[ std::move( key_utf ) ] = value;
904 Set(
"field_editor.fields_show", js );
906 aCfg->SetPath(
"../GroupBy" );
908 while( aCfg->GetNextEntry( key, index ) )
910 if( aCfg->Read( key, &value ) )
912 std::string key_utf( key.ToUTF8() );
916 js[ std::move( key_utf ) ] = value;
925 Set(
"field_editor.fields_group_by", js );
927 aCfg->SetPath(
"../.." );
930 ret &= fromLegacy<bool>( aCfg,
"PlotModeColor",
"plot.color" );
931 ret &= fromLegacy<int>( aCfg,
"PlotFormat",
"plot.format" );
932 ret &= fromLegacy<bool>( aCfg,
"PlotFrameRef",
"plot.frame_reference" );
933 ret &= fromLegacy<bool>( aCfg,
"PlotHPGLOrg",
"plot.hpgl_origin" );
934 ret &= fromLegacy<int>( aCfg,
"PlotHPGLPaperSize",
"plot.hpgl_paper_size" );
935 ret &= fromLegacy<double>( aCfg,
"PlotHPGLPenSize",
"plot.hpgl_pen_size" );
937 ret &= fromLegacy<int>( aCfg,
"SIM_PLOT_FRAMEPos_x",
"simulator.window.pos_x" );
938 ret &= fromLegacy<int>( aCfg,
"SIM_PLOT_FRAMEPos_y",
"simulator.window.pos_y" );
939 ret &= fromLegacy<int>( aCfg,
"SIM_PLOT_FRAMESize_x",
"simulator.window.size_x" );
940 ret &= fromLegacy<int>( aCfg,
"SIM_PLOT_FRAMESize_y",
"simulator.window.size_y" );
941 ret &= fromLegacy<bool>( aCfg,
"SIM_PLOT_FRAMEMaximized",
"simulator.window.maximized" );
942 ret &=
fromLegacyString( aCfg,
"SIM_PLOT_FRAMEPerspective",
"simulator.window.perspective" );
943 ret &=
fromLegacyString( aCfg,
"SIM_PLOT_FRAMEMostRecentlyUsedPath",
"simulator.mru_path" );
944 ret &= fromLegacy<int>( aCfg,
"SimPlotPanelWidth",
"simulator.plot_panel_width" );
945 ret &= fromLegacy<int>( aCfg,
"SimPlotPanelHeight",
"simulator.plot_panel_height" );
946 ret &= fromLegacy<int>( aCfg,
"SimSignalPanelHeight",
"simulator.signal_panel_height" );
947 ret &= fromLegacy<int>( aCfg,
"SimCursorsPanelHeight",
"simulator.cursors_panel_height" );
948 ret &= fromLegacy<bool>( aCfg,
"SimPlotWhiteBg",
"simulator.white_background" );
950 ret &= fromLegacy<int>( aCfg,
"SymbolChooserHSashPosition",
"symbol_chooser.sash_pos_h" );
951 ret &= fromLegacy<int>( aCfg,
"SymbolChooserVSashPosition",
"symbol_chooser.sash_pos_v" );
952 ret &= fromLegacy<int>( aCfg,
"SymbolChooserWidth",
"symbol_chooser.width" );
953 ret &= fromLegacy<int>( aCfg,
"SymbolChooserHeight",
"symbol_chooser.height" );
954 ret &= fromLegacy<bool>( aCfg,
"SymbolChooserKeepSymbol",
"symbol_chooser.keep_symbol" );
955 ret &= fromLegacy<bool>( aCfg,
"SymbolChooserUseUnits",
"symbol_chooser.place_all_units" );
957 const std::string vlf =
"ViewlibFrame";
958 ret &= fromLegacy<bool>( aCfg, vlf +
"Maximized",
"lib_view.window.maximized" );
959 ret &=
fromLegacyString( aCfg, vlf +
"MostRecentlyUsedPath",
"lib_view.window.mru_path" );
960 ret &= fromLegacy<int>( aCfg, vlf +
"Size_x",
"lib_view.window.size_x" );
961 ret &= fromLegacy<int>( aCfg, vlf +
"Size_y",
"lib_view.window.size_y" );
962 ret &=
fromLegacyString( aCfg, vlf +
"Perspective",
"lib_view.window.perspective" );
963 ret &= fromLegacy<int>( aCfg, vlf +
"Pos_x",
"lib_view.window.pos_x" );
964 ret &= fromLegacy<int>( aCfg, vlf +
"Pos_y",
"lib_view.window.pos_y" );
965 ret &= fromLegacy<int>( aCfg,
"ViewLiblistWidth",
"lib_view.lib_list_width" );
966 ret &= fromLegacy<int>( aCfg,
"ViewCmplistWidth",
"lib_view.cmp_list_width" );
967 ret &= fromLegacy<bool>( aCfg,
968 "ViewCmpShowPinElectricalType",
"lib_view.show_pin_electrical_type" );
969 ret &= fromLegacy<bool>( aCfg, vlf +
"ShowGrid",
"lib_view.grid.show" );
970 ret &= fromLegacy<int>( aCfg, vlf +
"_LastGridSize",
"lib_view.grid.last_size" );
972 ret &= fromLegacy<bool>( aCfg,
"RescueNeverShow",
"system.never_show_rescue_dialog" );
977 if( aCfg->Read(
"MoveWarpsCursor", &tmp ) )
982 auto migrateLegacyColor = [&] (
const std::string& aKey,
int aLayerId ) {
985 if( aCfg->Read( aKey, &str ) )
993 migrateLegacyColor(
"Color4DBusEx",
LAYER_BUS );
1005 migrateLegacyColor(
"Color4DNoteEx",
LAYER_NOTES );
1006 migrateLegacyColor(
"Color4DPinEx",
LAYER_PIN );
1007 migrateLegacyColor(
"Color4DPinNameEx",
LAYER_PINNAM );
1011 migrateLegacyColor(
"Color4DSheetEx",
LAYER_SHEET );
1016 migrateLegacyColor(
"Color4DWireEx",
LAYER_WIRE );
1027 libedit->MigrateFromLegacy( aCfg );
1043 BOM_CFG_PARSER( std::vector<EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS>* aPluginList,
1044 const char* aData,
const wxString& aSource );
1064 wxString list = *Get<wxString>(
"bom.plugins" );
1086 nlohmann::json js = nlohmann::json::array();
1090 nlohmann::json pluginJson;
1092 pluginJson[
"name"] = plugin.
name.ToUTF8();
1093 pluginJson[
"path"] = plugin.
path.ToUTF8();
1094 pluginJson[
"command"] = plugin.
command.ToUTF8();
1096 js.push_back( pluginJson );
1104 const nlohmann::json& aObj )
1106 std::vector<EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS> ret;
1108 wxASSERT( aObj.is_array() );
1110 for(
const nlohmann::json& entry : aObj )
1112 if( entry.empty() || !entry.is_object() )
1115 if( !entry.contains(
"name" ) || !entry.contains(
"path" ) )
1119 entry.at(
"path" ).get<wxString>() );
1121 if( entry.contains(
"command" ) )
1122 plugin.
command = entry.at(
"command" ).get<wxString>();
1124 ret.emplace_back( plugin );
1133 nlohmann::json js = nlohmann::json::array();
1137 nlohmann::json pluginJson;
1139 pluginJson[
"name"] = plugin.
name.ToUTF8();
1140 pluginJson[
"path"] = plugin.
path.ToUTF8();
1141 pluginJson[
"command"] = plugin.
command.ToUTF8();
1143 js.push_back( pluginJson );
1151 const nlohmann::json& aObj )
1153 std::vector<EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS> ret;
1155 wxASSERT( aObj.is_array() );
1157 for(
const nlohmann::json& entry : aObj )
1159 if( entry.empty() || !entry.is_object() )
1162 if( !entry.contains(
"name" ) || !entry.contains(
"path" ) )
1166 entry.at(
"path" ).get<wxString>() );
1168 if( entry.contains(
"command" ) )
1169 plugin.
command = entry.at(
"command" ).get<wxString>();
1171 ret.emplace_back( plugin );
1179 const char* aLine,
const wxString& aSource ) :
1180 DIALOG_BOM_CFG_LEXER( aLine, aSource )
1182 wxASSERT( aPluginList );
1191 while( ( token = NextTok() ) != T_RIGHT )
1196 if( token == T_LEFT )
1199 if( token == T_plugins )
1221 NeedSYMBOLorNUMBER();
1222 settings.
path = FromUTF8();
1226 while( ( token = NextTok() ) != T_RIGHT )
1237 NeedSYMBOLorNUMBER();
1239 settings.
command = FromUTF8();
1246 NeedSYMBOLorNUMBER();
1248 wxString option = FromUTF8();
1250 if( option.StartsWith( wxS(
"nickname=" ), &str ) )
1251 settings.
name = str;
1258 Unexpected( CurText() );
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
virtual bool MigrateFromLegacy(wxConfigBase *aCfg) override
Migrates from wxConfig to JSON-based configuration.
bool migrateLibTreeWidth()
Migrates the library tree width setting from a single column (Item) to multi-column.
Used for parsing legacy-format bom plugin configurations.
BOM_CFG_PARSER(std::vector< EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS > *aPluginList, const char *aData, const wxString &aSource)
std::vector< EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS > * m_pluginList
Color settings are a bit different than most of the settings objects in that there can be more than o...
void SetColor(int aLayer, const COLOR4D &aColor)
static const wxString PropertiesPaneName()
static const wxString DesignBlocksPaneName()
PANEL_DESIGN_BLOCK_CHOOSER m_DesignBlockChooserPanel
PANEL_ANNOTATE m_AnnotatePanel
static std::vector< BOM_PLUGIN_SETTINGS > DefaultBomPlugins()
bool migrateBomSettings()
PANEL_NETLIST m_NetlistPanel
nlohmann::json bomSettingsToJson() const
virtual bool MigrateFromLegacy(wxConfigBase *aLegacyConfig) override
Migrates from wxConfig to JSON-based configuration.
nlohmann::json netlistSettingsToJson() const
PANEL_SYM_CHOOSER m_SymChooserPanel
PAGE_SETTINGS m_PageSettings
static std::vector< BOM_PLUGIN_SETTINGS > bomSettingsFromJson(const nlohmann::json &aObj)
FIND_REPLACE_EXTRA m_FindReplaceExtra
wxString m_lastSymbolLibDir
PANEL_LIB_VIEW m_LibViewPanel
AUTOPLACE_FIELDS m_AutoplaceFields
DIALOG_IMPORT_GRAPHICS m_ImportGraphics
static std::vector< NETLIST_PLUGIN_SETTINGS > netlistSettingsFromJson(const nlohmann::json &aObj)
PANEL_FIELD_EDITOR m_FieldEditorPanel
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
bool fromLegacyString(wxConfigBase *aConfig, const std::string &aKey, const std::string &aDest)
Translates a legacy wxConfig string value to a given JSON pointer value.
void Set(const std::string &aPath, ValueType aVal)
Stores a value into the JSON document Will throw an exception if ValueType isn't something that the l...
bool Contains(const std::string &aPath) const
std::vector< PARAM_BASE * > m_params
The list of parameters (owned by this object)
void registerMigration(int aOldSchemaVersion, int aNewSchemaVersion, std::function< bool(void)> aMigrator)
Registers a migration from one schema version to another.
nlohmann::json & At(const std::string &aPath)
Wrappers for the underlying JSON API so that most consumers don't need json.hpp All of these function...
wxString GetFilename() const
A color representation with 4 components: red, green, blue, alpha.
Stores an enum as an integer.
Like a normal param, but with custom getter and setter functions.
Represents a map of <std::string, Value>.
virtual COMMON_SETTINGS * GetCommonSettings() const
virtual SETTINGS_MANAGER & GetSettingsManager() const
T * GetAppSettings()
Returns a handle to the a given settings by type If the settings have already been loaded,...
void SaveColorSettings(COLOR_SETTINGS *aSettings, const std::string &aNamespace="")
Safely saves a COLOR_SETTINGS to disk, preserving any changes outside the given namespace.
COLOR_SETTINGS * GetMigratedColorSettings()
Returns a color theme for storing colors migrated from legacy (5.x and earlier) settings,...
#define DEFAULT_BUS_WIDTH_MILS
The default noconnect size in mils.
#define DEFAULT_JUNCTION_DIAM
The default bus and wire entry size in mils.
#define DEFAULT_WIRE_WIDTH_MILS
The default bus width in mils. (can be changed in preference menu)
#define DEFAULT_LINE_WIDTH_MILS
The default wire width in mils. (can be changed in preference menu)
#define DEFAULT_TEXT_SIZE
Ratio of the font height to the baseline of the text above the wire.
const nlohmann::json defaultBomPlugins
Default value for bom.plugins.
const wxAuiPaneInfo & defaultSchSelectionFilterPaneInfo(wxWindow *aWindow)
const wxAuiPaneInfo & defaultPropertiesPaneInfo(wxWindow *aWindow)
const wxAuiPaneInfo & defaultNetNavigatorPaneInfo()
const int eeschemaSchemaVersion
! Update the schema version whenever a migration is required
const wxAuiPaneInfo & defaultDesignBlocksPaneInfo(wxWindow *aWindow)
@ LAYER_DEVICE_BACKGROUND
@ LAYER_SCHEMATIC_DRAWINGSHEET
@ LAYER_SELECTION_SHADOWS
@ LAYER_SCHEMATIC_BACKGROUND
PGM_BASE & Pgm()
The global Program "get" accessor.
#define TO_UTF8(wxstring)
Convert a wxString to a UTF8 encoded C string for all wxWidgets build modes.
bool show_sexpr_file_convert_warning
bool show_illegal_symbol_lib_dialog
wxString edit_sheet_visible_columns
bool show_directive_labels
wxString edit_symbol_visible_columns
bool print_sheet_reference
wxString edit_label_visible_columns
bool show_sheet_filename_case_sensitivity_dialog
int design_blocks_panel_float_width
int hierarchy_panel_docked_width
int hierarchy_panel_float_width
int search_panel_dock_direction
int hierarchy_panel_docked_height
int hierarchy_panel_float_height
wxSize net_nav_panel_float_size
float properties_splitter
int design_blocks_panel_float_height
bool schematic_hierarchy_float
int design_blocks_panel_docked_width
int properties_panel_width
wxPoint net_nav_panel_float_pos
wxSize net_nav_panel_docked_size
bool show_schematic_hierarchy
bool interactive_placement
COLOR4D default_sheet_border_color
int default_repeat_offset_x
int default_repeat_offset_y
COLOR4D default_sheet_background_color
int default_wire_thickness
int default_junction_size
std::vector< double > junction_size_mult_list
int default_bus_thickness
int repeat_label_increment
int default_line_thickness
std::vector< BOM_PLUGIN_SETTINGS > plugins
std::map< std::string, int > field_widths
bool show_pin_electrical_type
std::vector< NETLIST_PLUGIN_SETTINGS > plugins
bool open_file_after_plot
bool pdf_hierarchical_links
int highlight_netclass_colors_thickness
bool draw_selected_children
bool highlight_netclass_colors
double highlight_netclass_colors_alpha
int measurements_panel_height
SIM_PREFERENCES preferences
SIM_MOUSE_WHEEL_ACTION vertical_unmodified
SIM_MOUSE_WHEEL_ACTION vertical_with_alt
SIM_MOUSE_WHEEL_ACTION horizontal
SIM_MOUSE_WHEEL_ACTION vertical_with_ctrl
SIM_MOUSE_WHEEL_ACTION vertical_with_shift
SIM_MOUSE_WHEEL_ACTION_SET mouse_wheel_actions
Functions to provide common constants and other functions to assist in making a consistent UI.