![]() |
VR-Forces 4.1 Class Documentation
|
This owns a list of display engine configurations. More...

Classes | |
| struct | UIConfiguration |
Public Member Functions | |
| DtVrvApplicationConfiguration () | |
| CTOR. | |
| DtVrvApplicationConfiguration (const DtVrvApplicationConfiguration &) | |
| Copy CTOR. | |
| DtVrvApplicationConfiguration & | operator= (const DtVrvApplicationConfiguration &) |
| Assignment Op. | |
| virtual | ~DtVrvApplicationConfiguration () |
| DTOR. | |
| bool | loadPlugins () |
| Do we load plugins. | |
| void | setLoadPlugins (bool enable) |
| Set whether the IG loads plugins during initialization. | |
| void | addPluginFile (const std::string &file) |
| Add a plug-in file not located in the plugin directory. | |
| const std::list< std::string > & | pluginFiles () const |
| Get a list of additional plugin files. | |
| void | excludePluginFile (const std::string &file) |
| Exclude a plug-in file, typically localed in the plugin directory. | |
| const std::list< std::string > & | excludedPluginFiles () const |
| Get a list of plugins not to load. | |
| const UIConfiguration & | masterModeUIConfiguration () const |
| UIConfiguration & | masterModeUIConfiguration () |
| void | setMasterModeMenuConfiguration (const DtMenuConfiguration &menuConfig) |
| const DtMenuConfiguration & | masterModeMenuConfiguration () const |
| DtMenuConfiguration & | masterModeMenuConfiguration () |
| void | setMasterModeToolbarConfiguration (const DtToolbarConfiguration &toolbarConfig) |
| const DtToolbarConfiguration & | masterModeToolbarConfiguration () const |
| DtToolbarConfiguration & | masterModeToolbarConfiguration () |
| void | setMasterModePageConfiguration (const DtPageConfiguration &pageConfig) |
| const DtPageConfiguration & | masterModePageConfiguration () const |
| DtPageConfiguration & | masterModePageConfiguration () |
| const UIConfiguration & | slaveModeUIConfiguration () const |
| UIConfiguration & | slaveModeUIConfiguration () |
| void | setSlaveModeMenuConfiguration (const DtMenuConfiguration &menuConfig) |
| const DtMenuConfiguration & | slaveModeMenuConfiguration () const |
| DtMenuConfiguration & | slaveModeMenuConfiguration () |
| void | setSlaveModeToolbarConfiguration (const DtToolbarConfiguration &toolbarConfig) |
| const DtToolbarConfiguration & | slaveModeToolbarConfiguration () const |
| DtToolbarConfiguration & | slaveModeToolbarConfiguration () |
| void | setSlaveModePageConfiguration (const DtPageConfiguration &pageConfig) |
| const DtPageConfiguration & | slaveModePageConfiguration () const |
| DtPageConfiguration & | slaveModePageConfiguration () |
| DtDeInitializer | buildInitializer () |
| Generate a DtDeInitializer from the app config state. | |
| void | setDriverConfiguration (const DtDriverConfiguration &) |
| Set the driver configuration. | |
| void | setGuiConfiguration (const DtGuiConfiguration &) |
| Set the driver configuration. | |
| void | setInputDriverConfiguration (const DtInputDriverConfiguration &config) |
| Set the input driver configuration. | |
| const std::string & | displayName () const |
| Returns the name of the active local display configuration. | |
| void | setDisplayEngineName (const std::string &name) |
| Set the active local display engine configuration. | |
| DtDeInitializer::DeMode | deMode () const |
| Return myDeMode;. | |
| void | setDeMode (DtDeInitializer::DeMode mode) |
| Set myDeMode. | |
| void | setDeFeatures (DtDeInitializer::DeFeatures features) |
| Set the de feature flags. | |
| void | setDefaultDrivers (const DtDeInitializer::DriverInstanceList &drivers) |
| Set the driver instance list. | |
| const DtDeInitializer::DriverInstanceList & | defaultDrivers () const |
| Get the default driver list. | |
| void | setDeConfiguration (const DtDeConfiguration &config) |
| Set the initial de configuration. | |
| DtDeConfiguration & | deConfiguration () |
| Get the initial de configuration. | |
| const DtDeConfiguration & | deConfiguration () const |
| Get the initial de configuration. | |
| void | setCoordinateSystem (const std::string &coordinateSystem, const std::string ¶meters) |
| Set the coordinate system and parameters. | |
| const std::string & | coordinateSystem () const |
| Get the name of the coordinate system. | |
| const std::string & | coordinateSystemParameters () const |
| Get the parameters of the coordinate system. | |
| void | setNotifyLevel (DtDebugLog::PrintLevel level) |
| Set the initial notify level of print output. | |
| DtDebugLog::PrintLevel | notifyLevel () const |
| Get the initial notify level of print output. | |
| void | setLogFileName (const std::string &filename) |
| Set the log file name. | |
| const std::string & | logFileName () const |
| Get the name of the output log. | |
| void | setAutoLoadDrivers (bool autoLoad) |
| Set whether saved drivers in the driver directory should be automatically loaded. | |
| bool | autoLoadDrivers () const |
| Get whether saved drivers in the driver directory should be automatically loaded. | |
| void | setAutoStartDrivers (const std::vector< std::string > &names) |
| Set the auto start drivers. | |
| const std::vector< std::string > & | autoStartDrivers () const |
| Get the auto start drivers. | |
| void | setAuthorizationCodeMap (const DtDeInitializer::AuthorizationCodeMap &map) |
| Assigns the authorization code mapping. | |
| void | addAuthorizationCodeMapping (const std::string &key, const std::string &value) |
| Adds an authorization code mapping. | |
| void | removeAuthorizationCodeMapping (const std::string &key) |
| Removes an authorization code mapping. | |
| const std::string * | findAuthorizationCodeValue (const std::string &key) const |
| Find an authorization code value from a key. | |
| void | setObserverStateMap (const DtDeInitializer::ObserverStateMap &osm) |
| Set the ObserverStateMap. Used by DtInputDriver when creating observers. | |
| const DtDeInitializer::ObserverStateMap & | observerStateMap () const |
| Get the ObserverStateMap. Used by DtInputDriver when creating observers. | |
| const std::vector< std::string > & | mappingFilesToLoad () const |
| Get the mapping files to load. | |
| void | setMappingFilesToLoad (const std::vector< std::string > &) |
| Set the mapping files to load. | |
| const DtDeInitializer::DisplayConnections & | displayConnections () const |
| Get the list of connections to make. | |
| DtDeInitializer::DisplayConnections & | displayConnections () |
| void | setDisplayConnections (const DtDeInitializer::DisplayConnections &displayConnections) |
| void | setAutoLoadFile (const std::string &file) |
| Set the file to automatically load. | |
| const std::string & | autoLoadFile () const |
| Get the file to automatically load. | |
| void | setStartFullScreen (bool) |
| Set whether the application should start up in fullscreen mode. | |
| bool | startFullScreen () const |
| Get whether the application should start up in fullscreen mode. | |
| void | addDefaultSettingsRecord (const std::string &recordName, const DtBaseRecordHolder &record) |
| Add a new record holder. | |
| void | removeDefaultSettingsRecord (const std::string &record) |
| Remove a default record. | |
| const DtBaseRecordHolder * | findDefaultSettingsRecord (const std::string &name) const |
| Find a settings default records. | |
| void | setConstrainToTerrain (bool constrain) |
| Set the observers to initially constrain to terrain. | |
| bool | constrainToTerrain () const |
| void | setSpeedScaling (bool scale) |
| Set the observers to initially scale speed. | |
| bool | speedScaling () const |
| void | setVertexSelectsParent (bool selectsParent) |
| set whether vertex selection selects the vertex' parent | |
| bool | vertexSelectsParent () const |
| void | setDoubleBuffering (bool buffer) |
| Set whether to double buffer the windows. | |
| bool | doubleBuffer () const |
| void | setNoVSync (bool sync) |
| Set whether to vsync the windows. | |
| bool | noVSync () const |
| void | setFrameRate (unsigned int framesPerSec) |
| Set the fixed framerate of the windows. | |
| unsigned int | frameRate () const |
| void | setPathConfiguration (const DtDePathConfiguration &pathConfig) |
| Set the initial path configuration. | |
| DtDePathConfiguration & | pathConfiguration () |
| Access the initial path configuration. | |
| const DtDePathConfiguration & | pathConfiguration () const |
| Access the initial path configuration. | |
| virtual void | setSupportEmail (const std::string &supportEmail) |
| About box configuration. | |
| virtual const std::string & | supportEmail () const |
| virtual void | setSupportPhoneNumber (const std::string &phoneNumber) |
| virtual const std::string & | supportPhoneNumber () const |
| virtual void | setSalesEmail (const std::string &email) |
| virtual const std::string & | salesEmail () const |
| virtual void | setAddressFirstLine (const std::string &address1) |
| virtual const std::string & | addressFirstLine () const |
| virtual void | setAddressSecondLine (const std::string &address2) |
| virtual const std::string & | addressSecondLine () const |
| virtual void | setAddressThirdLine (const std::string &address3) |
| virtual const std::string & | addressThirdLine () const |
| virtual void | setSlogan (const std::string &) |
| virtual const std::string & | slogan () const |
| virtual void | setWeblink (const std::string &link) |
| virtual const std::string & | weblink () const |
| virtual void | setSvnRevision (const std::string &rev) |
| virtual const std::string & | svnRevision () const |
| virtual void | setBuildDate (const std::string &date) |
| virtual const std::string & | buildDate () const |
| virtual void | setAboutBoxImage (const std::string &fname) |
| virtual const std::string & | aboutBoxImage () const |
| virtual void | setAdditionalCopyright (const std::string ©RightString) |
| virtual const std::string & | additionalCopyright () const |
| void | setAssembleUserInterfaceComponents (bool flag) |
| Set/Get whether the application creates all the registered user interface components for the IG instance's mode. | |
| bool | assembleUserInterfaceComponents () const |
| Set/Get whether the application creates all the registered user interface components for the IG instance's mode. | |
| void | setApplicationName (const std::string &appName) |
| Set/Get the application name. | |
| const std::string & | applicationName () const |
| Set/Get the application name. | |
| void | setApplicationVersion (const std::string &v) |
| Set/Get the application version (default 1.0). | |
| const std::string & | applicationVersion () const |
| Set/Get the application version (default 1.0). | |
| void | setShowQuitDialogOnClose (bool show) |
| Set/Get whether or not to show quit dialog when main last window is closed. | |
| bool | showQuitDialogOnClose () const |
| Set/Get whether or not to show quit dialog when main last window is closed. | |
| void | setApplicationIcon (const std::string &appIcon) |
| Set/Get the application icon. | |
| const std::string & | applicationIcon () const |
| Set/Get the application icon. | |
| const DtDriverConfiguration & | driverConfiguration () const |
| Get the driver configuration. | |
| DtDriverConfiguration & | driverConfiguration () |
| Get the driver configuration. | |
| const DtGuiConfiguration & | guiConfiguration () const |
| Get the driver configuration. | |
| DtGuiConfiguration & | guiConfiguration () |
| Get the driver configuration. | |
| const DtInputDriverConfiguration & | inputDriverConfiguration () const |
| Get the input driver configuration. | |
| DtInputDriverConfiguration & | inputDriverConfiguration () |
| Get the input driver configuration. | |
Public Member Functions inherited from makVrv::DtConfiguration | |
| DtConfiguration (const std::string &name="") | |
| CTOR. | |
| DtConfiguration (const DtConfiguration &) | |
| Copy CTOR. | |
| DtConfiguration & | operator= (const DtConfiguration &) |
| Assignment OP. | |
| virtual | ~DtConfiguration () |
| DTOR. | |
| virtual const std::string & | name () const |
| Get the configuration name. | |
| virtual void | setName (const std::string &name) |
| Set the configuration name. | |
| virtual const std::string * | findOptionalParameter (const std::string &name) const |
| Find an optional parameters. | |
| virtual void | setOptionalParameter (const std::string &name, const std::string &value) |
| Set an optional parameter. | |
| virtual void | setOptionalParameters (const ParameterMap &) |
| Set an optional parameters. | |
| virtual void | removeOptionalParameter (const std::string &name) |
| Remove an optional parameter. | |
| const ParameterMap & | optionalParameters () const |
| Get the optional parameters. | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtConfiguration | |
| typedef std::map< std::string, std::string > | ParameterMap |
Protected Member Functions inherited from makVrv::DtConfiguration | |
| template<class Archive > | |
| void | _serialize (Archive &ar, const unsigned int version) |
| Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive example: fstream fo("test.xml",std;:ios_base::out); xml_oarchive os(fo); DtConfiguration aConfig; aConfig.serialize(os,0);. | |
This owns a list of display engine configurations.
| makVrv::DtVrvApplicationConfiguration::DtVrvApplicationConfiguration | ( | ) |
CTOR.
| makVrv::DtVrvApplicationConfiguration::DtVrvApplicationConfiguration | ( | const DtVrvApplicationConfiguration & | ) |
Copy CTOR.
|
virtual |
DTOR.
| DtVrvApplicationConfiguration& makVrv::DtVrvApplicationConfiguration::operator= | ( | const DtVrvApplicationConfiguration & | ) |
Assignment Op.
| bool makVrv::DtVrvApplicationConfiguration::loadPlugins | ( | ) |
Do we load plugins.
| void makVrv::DtVrvApplicationConfiguration::setLoadPlugins | ( | bool | enable | ) |
Set whether the IG loads plugins during initialization.
| void makVrv::DtVrvApplicationConfiguration::addPluginFile | ( | const std::string & | file | ) |
Add a plug-in file not located in the plugin directory.
| const std::list<std::string>& makVrv::DtVrvApplicationConfiguration::pluginFiles | ( | ) | const |
Get a list of additional plugin files.
| void makVrv::DtVrvApplicationConfiguration::excludePluginFile | ( | const std::string & | file | ) |
Exclude a plug-in file, typically localed in the plugin directory.
| const std::list<std::string>& makVrv::DtVrvApplicationConfiguration::excludedPluginFiles | ( | ) | const |
Get a list of plugins not to load.
| void makVrv::DtVrvApplicationConfiguration::setAssembleUserInterfaceComponents | ( | bool | flag | ) |
Set/Get whether the application creates all the registered user interface components for the IG instance's mode.
| bool makVrv::DtVrvApplicationConfiguration::assembleUserInterfaceComponents | ( | ) | const |
Set/Get whether the application creates all the registered user interface components for the IG instance's mode.
| void makVrv::DtVrvApplicationConfiguration::setApplicationName | ( | const std::string & | appName | ) |
Set/Get the application name.
| const std::string& makVrv::DtVrvApplicationConfiguration::applicationName | ( | ) | const |
Set/Get the application name.
| void makVrv::DtVrvApplicationConfiguration::setApplicationVersion | ( | const std::string & | v | ) |
Set/Get the application version (default 1.0).
| const std::string& makVrv::DtVrvApplicationConfiguration::applicationVersion | ( | ) | const |
Set/Get the application version (default 1.0).
| void makVrv::DtVrvApplicationConfiguration::setShowQuitDialogOnClose | ( | bool | show | ) |
Set/Get whether or not to show quit dialog when main last window is closed.
| bool makVrv::DtVrvApplicationConfiguration::showQuitDialogOnClose | ( | ) | const |
Set/Get whether or not to show quit dialog when main last window is closed.
| void makVrv::DtVrvApplicationConfiguration::setApplicationIcon | ( | const std::string & | appIcon | ) |
Set/Get the application icon.
| const std::string& makVrv::DtVrvApplicationConfiguration::applicationIcon | ( | ) | const |
Set/Get the application icon.
| const UIConfiguration& makVrv::DtVrvApplicationConfiguration::masterModeUIConfiguration | ( | ) | const |
| UIConfiguration& makVrv::DtVrvApplicationConfiguration::masterModeUIConfiguration | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setMasterModeMenuConfiguration | ( | const DtMenuConfiguration & | menuConfig | ) |
| const DtMenuConfiguration& makVrv::DtVrvApplicationConfiguration::masterModeMenuConfiguration | ( | ) | const |
| DtMenuConfiguration& makVrv::DtVrvApplicationConfiguration::masterModeMenuConfiguration | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setMasterModeToolbarConfiguration | ( | const DtToolbarConfiguration & | toolbarConfig | ) |
| const DtToolbarConfiguration& makVrv::DtVrvApplicationConfiguration::masterModeToolbarConfiguration | ( | ) | const |
| DtToolbarConfiguration& makVrv::DtVrvApplicationConfiguration::masterModeToolbarConfiguration | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setMasterModePageConfiguration | ( | const DtPageConfiguration & | pageConfig | ) |
| const DtPageConfiguration& makVrv::DtVrvApplicationConfiguration::masterModePageConfiguration | ( | ) | const |
| DtPageConfiguration& makVrv::DtVrvApplicationConfiguration::masterModePageConfiguration | ( | ) |
| const UIConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModeUIConfiguration | ( | ) | const |
| UIConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModeUIConfiguration | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setSlaveModeMenuConfiguration | ( | const DtMenuConfiguration & | menuConfig | ) |
| const DtMenuConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModeMenuConfiguration | ( | ) | const |
| DtMenuConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModeMenuConfiguration | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setSlaveModeToolbarConfiguration | ( | const DtToolbarConfiguration & | toolbarConfig | ) |
| const DtToolbarConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModeToolbarConfiguration | ( | ) | const |
| DtToolbarConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModeToolbarConfiguration | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setSlaveModePageConfiguration | ( | const DtPageConfiguration & | pageConfig | ) |
| const DtPageConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModePageConfiguration | ( | ) | const |
| DtPageConfiguration& makVrv::DtVrvApplicationConfiguration::slaveModePageConfiguration | ( | ) |
| DtDeInitializer makVrv::DtVrvApplicationConfiguration::buildInitializer | ( | ) |
Generate a DtDeInitializer from the app config state.
| const DtDriverConfiguration& makVrv::DtVrvApplicationConfiguration::driverConfiguration | ( | ) | const |
Get the driver configuration.
| DtDriverConfiguration& makVrv::DtVrvApplicationConfiguration::driverConfiguration | ( | ) |
Get the driver configuration.
| void makVrv::DtVrvApplicationConfiguration::setDriverConfiguration | ( | const DtDriverConfiguration & | ) |
Set the driver configuration.
| const DtGuiConfiguration& makVrv::DtVrvApplicationConfiguration::guiConfiguration | ( | ) | const |
Get the driver configuration.
| DtGuiConfiguration& makVrv::DtVrvApplicationConfiguration::guiConfiguration | ( | ) |
Get the driver configuration.
| void makVrv::DtVrvApplicationConfiguration::setGuiConfiguration | ( | const DtGuiConfiguration & | ) |
Set the driver configuration.
| const DtInputDriverConfiguration& makVrv::DtVrvApplicationConfiguration::inputDriverConfiguration | ( | ) | const |
Get the input driver configuration.
| DtInputDriverConfiguration& makVrv::DtVrvApplicationConfiguration::inputDriverConfiguration | ( | ) |
Get the input driver configuration.
| void makVrv::DtVrvApplicationConfiguration::setInputDriverConfiguration | ( | const DtInputDriverConfiguration & | config | ) |
Set the input driver configuration.
| const std::string& makVrv::DtVrvApplicationConfiguration::displayName | ( | ) | const |
Returns the name of the active local display configuration.
| void makVrv::DtVrvApplicationConfiguration::setDisplayEngineName | ( | const std::string & | name | ) |
Set the active local display engine configuration.
| DtDeInitializer::DeMode makVrv::DtVrvApplicationConfiguration::deMode | ( | ) | const |
Return myDeMode;.
| void makVrv::DtVrvApplicationConfiguration::setDeMode | ( | DtDeInitializer::DeMode | mode | ) |
Set myDeMode.
| void makVrv::DtVrvApplicationConfiguration::setDeFeatures | ( | DtDeInitializer::DeFeatures | features | ) |
Set the de feature flags.
| void makVrv::DtVrvApplicationConfiguration::setDefaultDrivers | ( | const DtDeInitializer::DriverInstanceList & | drivers | ) |
Set the driver instance list.
| const DtDeInitializer::DriverInstanceList& makVrv::DtVrvApplicationConfiguration::defaultDrivers | ( | ) | const |
Get the default driver list.
| void makVrv::DtVrvApplicationConfiguration::setDeConfiguration | ( | const DtDeConfiguration & | config | ) |
Set the initial de configuration.
| DtDeConfiguration& makVrv::DtVrvApplicationConfiguration::deConfiguration | ( | ) |
Get the initial de configuration.
| const DtDeConfiguration& makVrv::DtVrvApplicationConfiguration::deConfiguration | ( | ) | const |
Get the initial de configuration.
| void makVrv::DtVrvApplicationConfiguration::setCoordinateSystem | ( | const std::string & | coordinateSystem, |
| const std::string & | parameters | ||
| ) |
Set the coordinate system and parameters.
| const std::string& makVrv::DtVrvApplicationConfiguration::coordinateSystem | ( | ) | const |
Get the name of the coordinate system.
| const std::string& makVrv::DtVrvApplicationConfiguration::coordinateSystemParameters | ( | ) | const |
Get the parameters of the coordinate system.
| void makVrv::DtVrvApplicationConfiguration::setNotifyLevel | ( | DtDebugLog::PrintLevel | level | ) |
Set the initial notify level of print output.
| DtDebugLog::PrintLevel makVrv::DtVrvApplicationConfiguration::notifyLevel | ( | ) | const |
Get the initial notify level of print output.
| void makVrv::DtVrvApplicationConfiguration::setLogFileName | ( | const std::string & | filename | ) |
Set the log file name.
| const std::string& makVrv::DtVrvApplicationConfiguration::logFileName | ( | ) | const |
Get the name of the output log.
| void makVrv::DtVrvApplicationConfiguration::setAutoLoadDrivers | ( | bool | autoLoad | ) |
Set whether saved drivers in the driver directory should be automatically loaded.
| bool makVrv::DtVrvApplicationConfiguration::autoLoadDrivers | ( | ) | const |
Get whether saved drivers in the driver directory should be automatically loaded.
| void makVrv::DtVrvApplicationConfiguration::setAutoStartDrivers | ( | const std::vector< std::string > & | names | ) |
Set the auto start drivers.
| const std::vector<std::string>& makVrv::DtVrvApplicationConfiguration::autoStartDrivers | ( | ) | const |
Get the auto start drivers.
| void makVrv::DtVrvApplicationConfiguration::setAuthorizationCodeMap | ( | const DtDeInitializer::AuthorizationCodeMap & | map | ) |
Assigns the authorization code mapping.
| void makVrv::DtVrvApplicationConfiguration::addAuthorizationCodeMapping | ( | const std::string & | key, |
| const std::string & | value | ||
| ) |
Adds an authorization code mapping.
| void makVrv::DtVrvApplicationConfiguration::removeAuthorizationCodeMapping | ( | const std::string & | key | ) |
Removes an authorization code mapping.
| const std::string* makVrv::DtVrvApplicationConfiguration::findAuthorizationCodeValue | ( | const std::string & | key | ) | const |
Find an authorization code value from a key.
Returns NULL if key isn't found.
| void makVrv::DtVrvApplicationConfiguration::setObserverStateMap | ( | const DtDeInitializer::ObserverStateMap & | osm | ) |
Set the ObserverStateMap. Used by DtInputDriver when creating observers.
| const DtDeInitializer::ObserverStateMap& makVrv::DtVrvApplicationConfiguration::observerStateMap | ( | ) | const |
Get the ObserverStateMap. Used by DtInputDriver when creating observers.
| const std::vector<std::string>& makVrv::DtVrvApplicationConfiguration::mappingFilesToLoad | ( | ) | const |
Get the mapping files to load.
| void makVrv::DtVrvApplicationConfiguration::setMappingFilesToLoad | ( | const std::vector< std::string > & | ) |
Set the mapping files to load.
| const DtDeInitializer::DisplayConnections& makVrv::DtVrvApplicationConfiguration::displayConnections | ( | ) | const |
Get the list of connections to make.
| DtDeInitializer::DisplayConnections& makVrv::DtVrvApplicationConfiguration::displayConnections | ( | ) |
| void makVrv::DtVrvApplicationConfiguration::setDisplayConnections | ( | const DtDeInitializer::DisplayConnections & | displayConnections | ) |
| void makVrv::DtVrvApplicationConfiguration::setAutoLoadFile | ( | const std::string & | file | ) |
Set the file to automatically load.
| const std::string& makVrv::DtVrvApplicationConfiguration::autoLoadFile | ( | ) | const |
Get the file to automatically load.
| void makVrv::DtVrvApplicationConfiguration::setStartFullScreen | ( | bool | ) |
Set whether the application should start up in fullscreen mode.
| bool makVrv::DtVrvApplicationConfiguration::startFullScreen | ( | ) | const |
Get whether the application should start up in fullscreen mode.
| void makVrv::DtVrvApplicationConfiguration::addDefaultSettingsRecord | ( | const std::string & | recordName, |
| const DtBaseRecordHolder & | record | ||
| ) |
Add a new record holder.
| void makVrv::DtVrvApplicationConfiguration::removeDefaultSettingsRecord | ( | const std::string & | record | ) |
Remove a default record.
| const DtBaseRecordHolder* makVrv::DtVrvApplicationConfiguration::findDefaultSettingsRecord | ( | const std::string & | name | ) | const |
Find a settings default records.
| void makVrv::DtVrvApplicationConfiguration::setConstrainToTerrain | ( | bool | constrain | ) |
Set the observers to initially constrain to terrain.
| bool makVrv::DtVrvApplicationConfiguration::constrainToTerrain | ( | ) | const |
| void makVrv::DtVrvApplicationConfiguration::setSpeedScaling | ( | bool | scale | ) |
Set the observers to initially scale speed.
| bool makVrv::DtVrvApplicationConfiguration::speedScaling | ( | ) | const |
| void makVrv::DtVrvApplicationConfiguration::setVertexSelectsParent | ( | bool | selectsParent | ) |
set whether vertex selection selects the vertex' parent
| bool makVrv::DtVrvApplicationConfiguration::vertexSelectsParent | ( | ) | const |
| void makVrv::DtVrvApplicationConfiguration::setDoubleBuffering | ( | bool | buffer | ) |
Set whether to double buffer the windows.
| bool makVrv::DtVrvApplicationConfiguration::doubleBuffer | ( | ) | const |
| void makVrv::DtVrvApplicationConfiguration::setNoVSync | ( | bool | sync | ) |
Set whether to vsync the windows.
| bool makVrv::DtVrvApplicationConfiguration::noVSync | ( | ) | const |
| void makVrv::DtVrvApplicationConfiguration::setFrameRate | ( | unsigned int | framesPerSec | ) |
Set the fixed framerate of the windows.
| unsigned int makVrv::DtVrvApplicationConfiguration::frameRate | ( | ) | const |
| void makVrv::DtVrvApplicationConfiguration::setPathConfiguration | ( | const DtDePathConfiguration & | pathConfig | ) |
Set the initial path configuration.
| DtDePathConfiguration& makVrv::DtVrvApplicationConfiguration::pathConfiguration | ( | ) |
Access the initial path configuration.
| const DtDePathConfiguration& makVrv::DtVrvApplicationConfiguration::pathConfiguration | ( | ) | const |
Access the initial path configuration.
|
virtual |
About box configuration.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
To feed into a DtDeInitializer:
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
About box strings.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |