Home
last modified time | relevance | path

Searched refs:loadSaveProfilePath (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Doptions.cc200 …if (loadSaveProfilePath.empty() || !Glib::file_test(loadSaveProfilePath, Glib::FILE_TEST_EXISTS) |… in updatePaths()
201 loadSaveProfilePath = preferredPath; in updatePaths()
376 loadSaveProfilePath = ""; // will be corrected in load as otherwise construction fails in setDefaults()
884 loadSaveProfilePath = keyFile.get_string("Profiles", "LoadSaveProfilePath"); in readFromFile()
2035 keyFile.set_string("Profiles", "LoadSaveProfilePath", loadSaveProfilePath); in saveToFile()
H A Dprofilepanel.cc300 bindCurrentFolder(dialog, options.loadSaveProfilePath); in save_clicked()
444 bindCurrentFolder (dialog, options.loadSaveProfilePath); in load_clicked()
H A Doptions.h186 Glib::ustring loadSaveProfilePath; variable
/dports/graphics/art/ART-1.9.3/rtgui/
H A Doptions.cc191 …if (loadSaveProfilePath.empty() || !Glib::file_test(loadSaveProfilePath, Glib::FILE_TEST_EXISTS) |… in updatePaths()
192 loadSaveProfilePath = preferredPath; in updatePaths()
358 loadSaveProfilePath = ""; // will be corrected in load as otherwise construction fails in setDefaults()
925 loadSaveProfilePath = keyFile.get_string("Profiles", "LoadSaveProfilePath"); in readFromFile()
2046 keyFile.set_string("Profiles", "LoadSaveProfilePath", loadSaveProfilePath); in saveToFile()
H A Dprofilepanel.cc295 bindCurrentFolder (dialog, options.loadSaveProfilePath); in save_clicked()
490 bindCurrentFolder (dialog, options.loadSaveProfilePath); in load_clicked()
H A Doptions.h195 Glib::ustring loadSaveProfilePath; variable