 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
std::unique_ptr< chaiscript::ChaiScript > createImageTaskEngine()
createImageTaskEngine Creates a Chaiscript engine for an image task window script console.
Definition: chaiscriptcreator.cpp:52
std::string readFileAsString(const std::string &filePath)
readFileAsString Reads a file, returning a string containing the contents.
Definition: util.cpp:155
bool shouldRunInConsoleMode(const QStringList &arguments)
shouldRunInConsoleMode Checks whether the application should run in console mode for the given argume...
Definition: commandlineparser.cpp:92
static QString getShortApplicationDescription()
getApplicationDescription Gets a short description of the application.
Definition: strings.cpp:14
Definition: commandlineparser.cpp:73
void runScript(const std::string &code, chaiscript::ChaiScript &runner)
runScript Evaluates the provided script code.
Definition: scriptrunner.cpp:16
int runApp(QApplication &app)
runApp Runs the application in console mode. Note that since Windows does not support dual-mode appli...
Definition: commandlineparser.cpp:110
std::vector< std::string > getSelfTestModeScriptDirectories(const QStringList &arguments)
getSelfTestModeScriptDirectories Gets a vector of the directories containing scripts to run in self-t...
Definition: commandlineparser.cpp:85
std::string getOverrideLocaleCode(const QStringList &arguments)
getOverrideLocaleCode Gets the override locale code that the application should start up with.
Definition: commandlineparser.cpp:99
bool shouldRunInSelfTestMode(const QStringList &arguments)
shouldRunInSelfTestMode Checks whether the application should run in automated self-test/functional t...
Definition: commandlineparser.cpp:78