![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include "globalpreferences.h"#include <cassert>#include <fstream>#include <ostream>#include <string>#include <QDir>#include <QFileInfo>#include <QStandardPaths>#include "cereal/archives/json.hpp"#include "common/util.h"#include "serialization/globalpreferencesdata.h"Classes | |
| class | geometrize::preferences::GlobalPreferences::GlobalPreferencesImpl |
Namespaces | |
| geometrize | |
| geometrize::preferences | |
Functions | |
| std::string | geometrize::preferences::getGlobalPreferencesConfigPath () |
| getGlobalPreferencesConfigPath Gets the absolute path to where the global 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. More... | |