The main eVaf GUI application class.
More...
#include </var/tmp/work/evaf/src/main/GUI/main.h>
The main eVaf GUI application class.
Definition at line 45 of file main.h.
eVaf::GUI::Application::Application |
( |
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
virtual eVaf::GUI::Application::~Application |
( |
| ) |
|
|
virtual |
static void eVaf::GUI::Application::printHelp |
( |
| ) |
|
|
static |
Prints out help for command-line arguments.
static void eVaf::GUI::Application::printQtHelp |
( |
| ) |
|
|
static |
Prints out help for Qt command-line arguments.
static void eVaf::GUI::Application::printVersion |
( |
| ) |
|
|
static |
Prints out version information.
static bool eVaf::GUI::Application::processCommandLine |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
Processes command-line arguments.
- Parameters
-
argc | Number of command-line arguments |
argv | List of command-line arguments |
- Returns
- True if ok; false if the application should terminate
This function processes command-line arguments and should be called before running the application.
The documentation for this class was generated from the following file: