![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Classes | |
class | GlobalPreferences |
The GlobalPreferences class models the preferences associated with the application as a whole. These mostly represent application-wide settings that are edited via the tabbed preferences widget. More... | |
class | ImageTaskPreferences |
The ImageTaskPreferences class models the preferences associated with an image task. More... | |
Functions | |
std::string | getGlobalPreferencesConfigPath () |
getGlobalPreferencesConfigPath Gets the absolute path to where the global preferences config file should be read/written. More... | |
geometrize::preferences::GlobalPreferences & | getGlobalPreferences () |
getGlobalPreferences Shorthand function that gets a reference to the shared global preferences object, which stores global application preferences. More... | |
std::string | getImageTaskPreferencesAutoSavePath (const std::string &hashOfFirstTargetImage) |
getImageTaskPreferencesAutoSavePath Gets the absolute path to where the image task preferences config file should be read/written. More... | |
geometrize::preferences::GlobalPreferences & geometrize::preferences::getGlobalPreferences | ( | ) |
getGlobalPreferences Shorthand function that gets a reference to the shared global preferences object, which stores global application preferences.
std::string geometrize::preferences::getGlobalPreferencesConfigPath | ( | ) |
getGlobalPreferencesConfigPath Gets the absolute path to where the global preferences config file should be read/written.
std::string geometrize::preferences::getImageTaskPreferencesAutoSavePath | ( | const std::string & | hashOfFirstTargetImage | ) |
getImageTaskPreferencesAutoSavePath Gets the absolute path to where the image task preferences config file should be read/written.
hashOfFirstTargetImage | A string containing a hash of the first target image the task was set up to use. NOTE - this hash changes based on the target image, so modifying the "resize image" settings in the application will cause this to change. |