![]() |
VR-Forces 4.6.1 Class Documentation
|
Manages launch configurations for the front-end and back-end. More...

Public Slots | |
| void | setFrontEndDebug (bool) |
| void | setBackendDebug (bool) |
Public Member Functions | |
| DtVrfLauncherApplication () | |
| Default CTOR. | |
| DtVrfLauncherApplication (int &argc, char *argv[]) | |
| CTOR. | |
| virtual | ~DtVrfLauncherApplication () |
| DTOR. | |
| virtual bool | processPredefinedConnection () |
| If myUsePredefinedConnection is not empty, call processDriver to attempt to load the connection. | |
| virtual bool | processAutoConnect () |
| If the autoConnect.xml file is present, calls processDriver to attempt to load it. | |
| virtual bool | processDriver (const std::string driverName, const std::string driverFilepath) |
| If the specified driver file can be loaded it is used to populate myConnection and true is returned. | |
| virtual DtConnectionSettings * | connectionSettings () |
| virtual void | setConnectionSettings (DtConnectionSettings *settings) |
| virtual QString | frontEndAppName () |
| virtual void | setFrontEndBinDir (const char *path) |
| virtual const QDir & | frontEndBinDir () const |
| virtual QFileInfo | frontEndAppFile () |
| virtual const QStringList | frontEndAppArgs () const |
| virtual bool | connectionWillBeValid () const |
| virtual QString | backEndAppNameFromProtocol (DtProtocolTypes thisProtocol) |
| virtual QString | backEndAppName () |
| virtual void | setBackEndBinDir (const char *path) |
| virtual const QDir & | backEndBinDir () const |
| virtual QFileInfo | backEndAppFile () |
| virtual const QStringList | backEndAppArgs () const |
| virtual int | startConnectionConfigWidget () |
| virtual void | setInLaunchMode (bool launch) |
| virtual bool | inLaunchMode () const |
| virtual bool | frontEndLaunchRequested () const |
| virtual bool | backEndLaunchRequested () const |
| virtual bool | configurationMode () const |
| virtual bool | combinedLaunchRequested () const |
| std::string | language () const |
| bool | frontEndDebug () const |
| bool | backEndDebug () const |
Protected Attributes | |
| DtConnectionSettings * | myConnectionSettings |
| DtApplicationSettingsWithoutIgnore | myApplicationSettings |
| DtConfigVariable< bool > | myRunFrontEndFlag |
| DtConfigVariable< bool > | myRunBackEndFlag |
| DtConfigVariable< bool > | myConfigTool |
| DtConfigVariable< bool > | myIgnoreFlag |
| DtConfigVariable< bool > | mySimArgsFlag |
| DtConfigVariable< bool > | myGuiArgsFlag |
| DtConfigVariable< DtString > | myUsePredefinedConnection |
| DtConfigVariable< DtString > | myLanguage |
| QDir | myFrontEndBinDir |
| QStringList | myAdditionalFrontEndArgs |
| QDir | myBackEndBinDir |
| QStringList | myAdditionalBackEndArgs |
| bool | myLaunchFlag |
| bool | myFrontEndDebugFlag |
| bool | myBackEndDebugFlag |
Manages launch configurations for the front-end and back-end.
| DtVrfLauncherApplication::DtVrfLauncherApplication | ( | ) |
Default CTOR.
|
virtual |
DTOR.
|
virtual |
If myUsePredefinedConnection is not empty, call processDriver to attempt to load the connection.
|
virtual |
If the autoConnect.xml file is present, calls processDriver to attempt to load it.
|
virtual |
If the specified driver file can be loaded it is used to populate myConnection and true is returned.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| std::string DtVrfLauncherApplication::language | ( | ) | const |
|
inline |
References myFrontEndDebugFlag.
|
inline |
References myBackEndDebugFlag.
|
slot |
|
slot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by frontEndDebug().
|
protected |
Referenced by backEndDebug().