![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Functions | |
bool | shouldRunInSelfTestMode (const QStringList &arguments) |
shouldRunInSelfTestMode Checks whether the application should run in automated self-test/functional testing mode. More... | |
std::vector< std::string > | getSelfTestModeScriptDirectories (const QStringList &arguments) |
getSelfTestModeScriptDirectories Gets a vector of the directories containing scripts to run in self-test mode More... | |
bool | shouldRunInConsoleMode (const QStringList &arguments) |
shouldRunInConsoleMode Checks whether the application should run in console mode for the given arguments. More... | |
std::string | getOverrideLocaleCode (const QStringList &arguments) |
getOverrideLocaleCode Gets the override locale code that the application should start up with. More... | |
int | 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... | |
std::string geometrize::cli::getOverrideLocaleCode | ( | const QStringList & | arguments | ) |
getOverrideLocaleCode Gets the override locale code that the application should start up with.
arguments | The console arguments. |
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
arguments | The console arguments. |
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.
app | The application. |
bool geometrize::cli::shouldRunInConsoleMode | ( | const QStringList & | arguments | ) |
shouldRunInConsoleMode Checks whether the application should run in console mode for the given arguments.
arguments | The console arguments. |
bool geometrize::cli::shouldRunInSelfTestMode | ( | const QStringList & | arguments | ) |
shouldRunInSelfTestMode Checks whether the application should run in automated self-test/functional testing mode.
arguments | The console arguments. |