![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <array>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <QObject>
Go to the source code of this file.
Classes | |
class | geometrize::preferences::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... | |
Namespaces | |
geometrize | |
geometrize::preferences | |
Functions | |
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... | |
std::string | geometrize::preferences::getGlobalPreferencesConfigPath () |
getGlobalPreferencesConfigPath Gets the absolute path to where the global preferences config file should be read/written. More... | |