![]() |
omegalib
13.1
|
a convenience application class to create omegaToolkit applications More...
#include <Application.h>
Public Member Functions | |
| Application (const String &name) | |
| virtual const char * | getName () |
| virtual void | setName (const String &name) |
| virtual void | setExecutableName (const String &name) |
| virtual const char * | getExecutableName () |
| virtual void | initialize () |
| Called once for entire application initialization tasks. More... | |
Public Member Functions inherited from omega::ApplicationBase | |
| ApplicationBase () | |
Additional Inherited Members | |
Public Types inherited from omega::ApplicationBase | |
| enum | InteractiveMode { FromConfig, Interactive, NonInteractive } |
| ! Application interactive mode More... | |
Public Attributes inherited from omega::ApplicationBase | |
| InteractiveMode | interactive |
| Runs the program in interactive mode, even if the script console is not enabled in the system configuration. More... | |
a convenience application class to create omegaToolkit applications
Inheritance diagram for omega::Application< T >:
|
inline |
|
inlinevirtual |
Implements omega::ApplicationBase.
|
inlinevirtual |
Reimplemented from omega::ApplicationBase.
|
inlinevirtual |
Called once for entire application initialization tasks.
Reimplemented from omega::ApplicationBase.
|
inlinevirtual |
Implements omega::ApplicationBase.
|
inlinevirtual |
Implements omega::ApplicationBase.