Home
last modified time | relevance | path

Searched refs:fpedit (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcbnew_settings.cpp812 auto fpedit = Pgm().GetSettingsManager().GetAppSettings<FOOTPRINT_EDITOR_SETTINGS>( false ); in MigrateFromLegacy() local
813 fpedit->MigrateFromLegacy( aCfg ); in MigrateFromLegacy()
814 fpedit->Load(); in MigrateFromLegacy()
H A Dfootprint_viewer_frame.cpp782 auto fpedit = Pgm().GetSettingsManager().GetAppSettings<FOOTPRINT_EDITOR_SETTINGS>(); in LoadSettings() local
783 m_displayOptions = fpedit->m_Display; in LoadSettings()
784 GetGalDisplayOptions().ReadWindowSettings( fpedit->m_Window ); in LoadSettings()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxtgui.c994 char fpedit[75], outname[75], pstr[20]; in outputpopup() local
1217 sprintf(fpedit, "%3.2f x %3.2f cm", in outputpopup()
1222 sprintf(fpedit, "%3.2f x %3.2f in", in outputpopup()
1229 XtnSetArg(XtNstring, fpedit); in outputpopup()
1231 pdptr = strchr(fpedit, '.'); in outputpopup()
1232 posit = (pdptr != NULL) ? (short)(pdptr - fpedit) : strlen(fpedit); in outputpopup()
H A Dxtfuncs.c601 char fpedit[75]; in setpagesize() local
606 sprintf(fpedit, "%3.2f x %3.2f %s", in setpagesize()
611 XtSetArg(wargs[0], XtNstring, fpedit); in setpagesize()