Go to the documentation of this file.
10#include <QtCore/QString>
37 virtual int Execute(
int argc,
char** argv) = 0;
Interface for the main entry point of a component-based application.
virtual QString GetHelpText() const =0
Get information about the possible command line arguments of this application.
virtual int Execute(int argc, char **argv)=0
Start execution loop of the application.
virtual QStringList GetApplicationArguments() const =0
Get the command line arguments of this application.
virtual bool InitializeApplication(int argc, char **argv)=0
Initialize the application object.
This namespace contains standard classes based on Qt.
© Witold Gantzke and Kirill Lepskiy