35 m_LibrariesWidth( 0 ),
36 m_FootprintsWidth( 0 )
75 ret &= fromLegacy<int>( aCfg,
"FilterFootprint",
"filter_footprint" );
79 ret &= fromLegacy<bool>( aCfg,
"FootprintViewerFrameDiPadFi",
"footprint_viewer.pad_fill" );
80 ret &= fromLegacy<bool>( aCfg,
"FootprintViewerFrameDiPadNu",
"footprint_viewer.pad_numbers" );
81 ret &= fromLegacy<bool>(
82 aCfg,
"FootprintViewerFrameDiModTx",
"footprint_viewer.footprint_text_fill" );
84 ret &= fromLegacy<bool>( aCfg,
"FootprintViewerFrameAutoZoom",
"footprint_viewer.auto_zoom" );
85 ret &= fromLegacy<double>( aCfg,
"FootprintViewerFrameZoom",
"footprint_viewer.zoom" );
bool migrateWindowConfig(wxConfigBase *aCfg, const std::string &aFrameName, const std::string &aJsonPath)
Migrate legacy window settings into the JSON document.
virtual bool MigrateFromLegacy(wxConfigBase *aCfg) override
Migrates from wxConfig to JSON-based configuration.
void addParamsForWindow(WINDOW_SETTINGS *aWindow, const std::string &aJsonPath)
Add parameters for the given window object.
MAGNETIC_SETTINGS m_FootprintViewerMagneticSettings
WINDOW_SETTINGS m_FootprintViewer
virtual bool MigrateFromLegacy(wxConfigBase *aLegacyConfig) override
Migrates from wxConfig to JSON-based configuration.
std::vector< PARAM_BASE * > m_params
The list of parameters (owned by this object)
bool m_FootprintViewerAutoZoomOnSelect
true to use automatic zoom on fp selection
VIEWERS_DISPLAY_OPTIONS m_ViewersDisplay
double m_FootprintViewerZoom
The last zoom level used (0 for auto)
const int cvpcbSchemaVersion
! Update the schema version whenever a migration is required
bool m_DisplayGraphicsFill