pfcrender  1.0.1
PFCStart.cpp File Reference
#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...
 

Function Documentation

int main ( int  argc,
char **  argv 
)

main program entry point

Parameters
argcsystem argument count
argvsystem argument value array
Returns
0 on success, non-zero on failure

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.