|
pfcrender
1.0.1
|
#include <QCoreApplication>#include <QGuiApplication>#include <QQmlApplicationEngine>#include <QString>#include <QUrl>#include "Common/Config_Registry.h"#include "Common/Plugin_Registry.h"#include "QtCLI/PFCRenderCLI.h"#include "QtGUI/PFCRenderGUI.h"#include "QtGUI/QNanoPaintedCurve.h"#include "projectinfo.h"Functions | |
| int | main (int argc, char **argv) |
| main program entry point More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main program entry point
| argc | system argument count |
| argv | system argument value array |
This methods sets up the Qt runtime environment and executes the application. If batchmode was selected, run and exit, otherwise starts to GUI
References Common::Config_Registry::getInstance(), and VERSION_STRING.