#include <ApplicationBase.h>
! Application interactive mode
Enumerator |
---|
FromConfig |
! Use the interactive mode specified in the configuration filesyn s
|
Interactive |
! Force interactive mode
|
NonInteractive |
Force non-interactive mode.
|
omega::ApplicationBase::ApplicationBase |
( |
| ) |
|
|
inline |
virtual const char* omega::ApplicationBase::getExecutableName |
( |
| ) |
|
|
pure virtual |
virtual const char* omega::ApplicationBase::getName |
( |
| ) |
|
|
inlinevirtual |
virtual void omega::ApplicationBase::initialize |
( |
| ) |
|
|
inlinevirtual |
virtual void omega::ApplicationBase::setExecutableName |
( |
const String & |
name | ) |
|
|
pure virtual |
virtual void omega::ApplicationBase::setName |
( |
const String & |
name | ) |
|
|
pure virtual |
Runs the program in interactive mode, even if the script console is not enabled in the system configuration.
The documentation for this class was generated from the following file: