![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include "commandlineparser.h"#include <QApplication>#include <QCommandLineOption>#include <QCommandLineParser>#include <QString>#include <QStringList>#include "chaiscript/chaiscript.hpp"#include "common/util.h"#include "localization/strings.h"#include "script/chaiscriptcreator.h"#include "script/scriptrunner.h"#include "task/taskutil.h"#include "test/functionaltestrunner.h"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... | |