![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <string>#include <vector>#include <QStringList>Go to the source code of this file.
Namespaces | |
| geometrize | |
| geometrize::cli | |
Functions | |
| bool | geometrize::cli::shouldRunInSelfTestMode (const QStringList &arguments) |
| shouldRunInSelfTestMode Checks whether the application should run in automated self-test/functional testing mode. More... | |
| std::vector< std::string > | geometrize::cli::getSelfTestModeScriptDirectories (const QStringList &arguments) |
| getSelfTestModeScriptDirectories Gets a vector of the directories containing scripts to run in self-test mode More... | |
| bool | geometrize::cli::shouldRunInConsoleMode (const QStringList &arguments) |
| shouldRunInConsoleMode Checks whether the application should run in console mode for the given arguments. More... | |
| std::string | geometrize::cli::getOverrideLocaleCode (const QStringList &arguments) |
| getOverrideLocaleCode Gets the override locale code that the application should start up with. More... | |
| int | geometrize::cli::runApp (QApplication &app) |
| runApp Runs the application in console mode. Note that since Windows does not support dual-mode applications, this isn't "true" console mode - we just don't create a main window/GUI. More... | |