![]() |
Scanframe Modular Application 0.1.0
|
#include <Application.h>
Public Member Functions | |
Application (int &argc, char **argv, int flags=ApplicationFlags) | |
~Application () override | |
ModuleConfiguration & | getModuleConfiguration () |
void | initialize (AppModuleInterface::InitializeStage stage) |
MainWindow * | getMainWindow () |
void | parseCommandline () |
void | processCommandLine () |
Friends | |
class | ApplicationPropertyPage |
sf::Application::Application | ( | int & | argc, |
char ** | argv, | ||
int | flags = ApplicationFlags |
||
) |
|
override |
MainWindow * sf::Application::getMainWindow | ( | ) |
ModuleConfiguration & sf::Application::getModuleConfiguration | ( | ) |
void sf::Application::initialize | ( | AppModuleInterface::InitializeStage | stage | ) |
void sf::Application::parseCommandline | ( | ) |
void sf::Application::processCommandLine | ( | ) |
|
friend |