![]() |
WebLVC 1.8 API Documentation
|
Provides an interface for configuring DIS connection settings. More...

Public Slots | |
| virtual bool | apply () |
| Applies any settings changes and returns whether changes were made. More... | |
| virtual void | cancel () |
| Re-loads the settings from the initializer and closes the dialog. More... | |
| virtual void | slotItemEdited () |
Public Member Functions | |
| DtGeneralSettingsWidget (QWidget *parent=0) | |
| CTOR. More... | |
| virtual | ~DtGeneralSettingsWidget () |
| Virtual DTOR. More... | |
| virtual void | initialize (DtBrokerInitializer *init) |
| Initialize the widget with the settings from the initializer. More... | |
Common Broker Settings Setters/Getters | |
| virtual void | setNotifyLevel (int) |
| Set notify level value. More... | |
| virtual int | notifyLevel () const |
| Get notify level value. More... | |
| virtual void | setLogFilename (const QString &) |
| Set the Log Filename value. More... | |
| virtual QString | logFilename () const |
| Get the Log Filename value. More... | |
| virtual void | setLogTimestampingEnabled (bool) |
| Set whether or not log file timestamps are enabled. More... | |
| virtual bool | isLogTimestampingEnabled () const |
| Get whether or not log file timestamps are enabled. More... | |
| virtual void | setLogRollingInterval (int) |
| Set the length of the interval at which log files are rolled (in seconds). More... | |
| virtual int | logRollingInterval () const |
| Get the length of the interval at which log files are rolled (in seconds). More... | |
| virtual void | setLockFailureTimeout (DtTime) |
| Set the length of time to wait for a successful shared memory lock. More... | |
| virtual DtTime | lockFailureTimeout () const |
| Get the length of time to wait for a successful shared memory lock. More... | |
| virtual void | setPluginDirectory (const QString &) |
| Set the Plugin Directory value. More... | |
| virtual QString | pluginDirectory () const |
| Get the Plugin Directory value. More... | |
| virtual void | setloadVrfPlugins (bool) |
| Set whether or not to load VR-Forces Plugins. More... | |
| virtual bool | loadVrfPlugins () const |
| Get whether or not to load VR-Forces Plugins. More... | |
| virtual void | setVrfVersion (const QString &version) |
| Set the VR-Forces version. More... | |
| virtual QString | vrfVersion () const |
| Get the VR-Forces version. More... | |
| virtual void | setMaxControlMessages (int) |
| Set max # of control messages processed per tick. More... | |
| virtual int | maxControlMessages () const |
| Get max # of control messages processed per tick. More... | |
| virtual void | setMaxInterMessages (int) |
| Set max # of interaction messages processed per tick. More... | |
| virtual int | maxInterMessages () const |
| Get max # of interaction messages processed per tick. More... | |
| virtual void | setMaxObjectMessages (int) |
| Set max # of object messages processed per tick. More... | |
| virtual int | maxObjectMessages () const |
| Get max # of object messages processed per tick. More... | |
| virtual void | setPollingInterval (int) |
| Set the polling interval between ticks. More... | |
| virtual int | pollingInterval () const |
| Get the polling interval between ticks. More... | |
| virtual void | setLocationFilteringInterval (DtTime t) |
| Set the interval between location filtering checks. More... | |
| virtual DtTime | locationFilteringInterval () const |
| Get the interval between location filtering checks. More... | |
| virtual void | setStatisticsReportingInterval (DtTime t) |
| Set the statistics reporting interval between reports. More... | |
| virtual DtTime | statisticsReportingInterval () const |
| Get the statistics reporting interval between reports. More... | |
| virtual void | setPrintStatistics (bool) |
| Set whether or not to print statistics to the log file. More... | |
| virtual bool | printStatistics () const |
| Get whether or not to print statistics to the log file. More... | |
Protected Member Functions | |
| virtual void | initializeQtStrings () |
| Initialize translated Qt property names. More... | |
| virtual void | initializeProperties () |
| Initialize the property entries for the settings. More... | |
| virtual void | updateConfiguration () |
| Update the initializer with the dialog's current settings. More... | |
| virtual void | revertConfiguration () |
| Update the dialog with the initializer's current settings. More... | |
Protected Attributes | |
| bool | myIsEdited |
| DtBrokerInitializer * | myInitializer |
Common Settings. | |
| QString | commonSettingsProperty |
| QString | notifyLevelProperty |
| QString | logFileNameProperty |
| QString | logFileTimestampsProperty |
| QString | logRollingIntervalProperty |
| QString | lockFailureTimeoutProperty |
| QString | pluginDirectoryProperty |
| QString | loadVrfPluginsProperty |
| QString | vrfVersionProperty |
| QString | maxControlMessagesProperty |
| QString | maxInterMessagesProperty |
| QString | maxObjectMessagesProperty |
| QString | pollingIntervalProperty |
| QString | locationFilteringIntervalProperty |
| QString | statisticsReportingIntervalProperty |
| QString | printStatisticsProperty |
Static Protected Attributes | |
Default Common Settings. | |
| static int | theDefaultNotifyLevel |
| static QString | theDefaultLogFileName |
| static bool | theDefaultLogFileTimestamps |
| static int | theDefaultLogRollingInterval |
| static DtTime | theDefaultLockFailureTimeout |
| static QString | theDefaultPluginDirectory |
| static bool | theloadVrfPluginsProperty |
| static QString | theDefaultVrfVersion |
| static int | theDefaultMaxControlMessages |
| static int | theDefaultMaxInterMessages |
| static int | theDefaultMaxObjectMessages |
| static DtTime | theDefaultPollingInterval |
| static DtTime | theDefaultLocationFilteringInterval |
| static DtTime | theDefaultStatisticsReportingInterval |
| static bool | theDefaultPrintStatisticsProperty |
Provides an interface for configuring DIS connection settings.
| MAKVrExchange::DtGeneralSettingsWidget::DtGeneralSettingsWidget | ( | QWidget * | parent = 0 | ) |
CTOR.
| DtQAppStartingUp | is thrown if the qApp is not started up yet. |
|
virtual |
Virtual DTOR.
|
virtualslot |
Applies any settings changes and returns whether changes were made.
|
virtualslot |
Re-loads the settings from the initializer and closes the dialog.
|
virtual |
Initialize the widget with the settings from the initializer.
|
protectedvirtual |
Initialize the property entries for the settings.
Reimplemented in MAKVrExchange::DtDisBroker::DtDisGeneralSettingsWidget, MAKVrExchange::DtRprBroker::DtHlaGeneralSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaGeneralSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsGeneralSettingsWidget.
|
protectedvirtual |
Initialize translated Qt property names.
Reimplemented in MAKVrExchange::DtDisBroker::DtDisGeneralSettingsWidget, MAKVrExchange::DtRprBroker::DtHlaGeneralSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaGeneralSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsGeneralSettingsWidget.
|
virtual |
Get whether or not log file timestamps are enabled.
|
virtual |
Get whether or not to load VR-Forces Plugins.
|
virtual |
Get the interval between location filtering checks.
|
virtual |
Get the length of time to wait for a successful shared memory lock.
|
virtual |
Get the Log Filename value.
|
virtual |
Get the length of the interval at which log files are rolled (in seconds).
|
virtual |
Get max # of control messages processed per tick.
|
virtual |
Get max # of interaction messages processed per tick.
|
virtual |
Get max # of object messages processed per tick.
|
virtual |
Get notify level value.
|
virtual |
Get the Plugin Directory value.
|
virtual |
Get the polling interval between ticks.
|
virtual |
Get whether or not to print statistics to the log file.
|
protectedvirtual |
Update the dialog with the initializer's current settings.
Reimplemented in MAKVrExchange::DtDisBroker::DtDisGeneralSettingsWidget, MAKVrExchange::DtRprBroker::DtHlaGeneralSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaGeneralSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsGeneralSettingsWidget.
|
virtual |
Set whether or not to load VR-Forces Plugins.
|
virtual |
Set the interval between location filtering checks.
|
virtual |
Set the length of time to wait for a successful shared memory lock.
|
virtual |
Set the Log Filename value.
|
virtual |
Set the length of the interval at which log files are rolled (in seconds).
|
virtual |
Set whether or not log file timestamps are enabled.
|
virtual |
Set max # of control messages processed per tick.
|
virtual |
Set max # of interaction messages processed per tick.
|
virtual |
Set max # of object messages processed per tick.
|
virtual |
Set notify level value.
|
virtual |
Set the Plugin Directory value.
|
virtual |
Set the polling interval between ticks.
|
virtual |
Set whether or not to print statistics to the log file.
|
virtual |
Set the statistics reporting interval between reports.
|
virtual |
Set the VR-Forces version.
|
virtualslot |
|
virtual |
Get the statistics reporting interval between reports.
|
protectedvirtual |
Update the initializer with the dialog's current settings.
Reimplemented in MAKVrExchange::DtDisBroker::DtDisGeneralSettingsWidget, MAKVrExchange::DtRprBroker::DtHlaGeneralSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaGeneralSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsGeneralSettingsWidget.
|
virtual |
Get the VR-Forces version.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |