MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Signals | Public Member Functions | Protected Attributes | Private Member Functions
DtAssistantPreferencesViewMgr Class Reference

Manages the current assistant preferences and displays the preferences dialog when required. More...

+ Inheritance diagram for DtAssistantPreferencesViewMgr:
+ Collaboration diagram for DtAssistantPreferencesViewMgr:

Public Slots

void showConfigDialog (DtPreferencesPage pageNum=DtInvalidPreferencesPage)
 Displays the configuration dialog. More...
 
void processConfigAccept ()
 Processes the acceptance of the configuration dialog. More...
 
void showMsgStats ()
 Displays the message statistics dialog. More...
 
void openLog ()
 Opens log using OS specific service. More...
 
void showAssistantLog ()
 Show assistant log. More...
 
void deleteAssistantLogs ()
 Delete all the assistant logs. More...
 
void setLogUpdateInterval (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setKeepAlive (bool)
 Slots to handle updates to configuration settings. More...
 
void setSendForeignQuery (bool)
 Slots to handle updates to configuration settings. More...
 
void setLatencyTestInteractionPeriodMs (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setLatencyTestNumInteractions (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setLatencyTestPayloadBytes (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setDisplayPopupsAsNotifications (bool)
 Slots to handle updates to configuration settings. More...
 
void setEnableNotifications (bool)
 Slots to handle updates to configuration settings. More...
 
void setLightweightMemorySec (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setDefunctFederateRemovalTimeSec (float)
 Slots to handle updates to configuration settings. More...
 
void setAssistantUpdateIntervalSec (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setLrcNetStatsUpdateIntervalSec (unsigned int)
 Slots to handle updates to configuration settings. More...
 
void setShowRtiexecStartupPrompt (bool)
 Slots to handle updates to configuration settings. More...
 
void setAcceptRemoteCommands (bool)
 Slots to handle updates to configuration settings. More...
 
void setAssistantPersistent (bool)
 Slots to handle updates to configuration settings. More...
 
void setDefaultToUnlicensed (bool)
 Slots to handle updates to configuration settings. More...
 
void setWarningTickInterval (float)
 Slots to handle updates to configuration settings. More...
 
void setDisplayRemoteNotifications (bool)
 Slots to handle updates to configuration settings. More...
 
void setDisplayFederationColors (bool)
 Slots to handle updates to configuration settings. More...
 
void setFederateIdentifier (unsigned int)
 Slots to handle updates to configuration settings. More...
 
- Public Slots inherited from DtAssistantMgr
void displayWarningDialogs ()
 Displays all warning dialogs. More...
 

Signals

void savePreferences ()
 Emitted to indicate that we are done updating preferences and they should be saved to a file. More...
 
void updateLogUpdateInterval (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateKeepAlive (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateSendForeignQuery (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateLatencyTestInteractionPeriodMs (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateLatencyTestNumInteractions (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateLatencyTestPayloadBytes (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateDisplayPopupsAsNotifications (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateEnableNotifications (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateLightweightMemorySec (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateDefunctFederateRemovalTimeSec (float)
 Signals to indicate that configuration settings have changed. More...
 
void updateAssistantUpdateIntervalSec (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateLrcNetStatsUpdateIntervalSec (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
void updateShowRtiexecStartupPrompt (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateAcceptRemoteCommands (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateAssistantPersistent (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateDefaultToUnlicensed (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateWarningTickInterval (float)
 Signals to indicate that configuration settings have changed. More...
 
void updateDisplayRemoteNotifications (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateDisplayFederationColors (bool)
 Signals to indicate that configuration settings have changed. More...
 
void updateFederateIdentifier (unsigned int)
 Signals to indicate that configuration settings have changed. More...
 
- Signals inherited from DtAssistantMgr
void warningDialogDisplayed ()
 Emitted when a warning dialog is displayed. More...
 
void warningDialogDismissed ()
 Emitted when a warning dialog is dismissed. More...
 
void popupRequested (const MAKRti::DtString &text, int sourceCompId, const MAKRti::DtString &advancedText)
 Emitted when a popup dialog should be displayed. More...
 
void popupRequested (const MAKRti::DtString &text, const MAKRti::DtString &source, const MAKRti::DtString &advancedText)
 Emitted when a popup dialog should be displayed. More...
 
void notificationRequested (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId, bool logOnly)
 Emitted when a notification should be displayed. More...
 
void notificationRequested (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source, bool logOnly)
 Emitted when a notification should be displayed. More...
 

Public Member Functions

 DtAssistantPreferencesViewMgr (std::shared_ptr< DtRtiAssistantServer > server, std::shared_ptr< DtRtiAssistantPeer > peer, DtAssistantSignalRouter &signalRouter)
 Constructor. More...
 
virtual ~DtAssistantPreferencesViewMgr ()
 Destructor. More...
 
virtual void initialize ()
 Initializes this manager just prior to beginning assistant processing. More...
 
virtual void addConfigWidgetMgr (DtAssistantMgr *mgr)
 Adds a manager to the list of managers that have configuration widgets that must also be displayed in the configuration dialog. More...
 
virtual void tick ()
 Periodically update console. More...
 
virtual void setAssistantLogFileName (const MAKRti::DtString &)
 Sets assistant log file name. More...
 
- Public Member Functions inherited from DtAssistantMgr
 DtAssistantMgr (std::shared_ptr< DtRtiAssistantServer > server, std::shared_ptr< DtRtiAssistantPeer > peer, DtAssistantSignalRouter &signalRouter)
 Constructor. More...
 
virtual ~DtAssistantMgr ()
 Destructor. More...
 
virtual void startShutdown ()
 Performs any necessary processing at the start of shutdown. More...
 
virtual bool dialogsVisible () const
 Determines if there are any visible dialogs for which this manager is responsible. More...
 
virtual void configWidget (DtAssistantConfigWidget **widget, QIcon &icon, QString &name, DtPreferencesPage &pageId)
 Retrieves a widget which will be placed in the configuration dialog for configuring user preferences. More...
 
virtual void updateConfigWidget ()
 Forces the configuration widget to be updated. More...
 
virtual void processConfigWidgetAccept ()
 Process the changes that were accepted in the configuration widget. More...
 

Protected Attributes

DtAssistantConfigDialogmyConfigDialog
 The Assistant configuration dialog. More...
 
DtLatencyTestConfigWidgetmyLatencyTestConfigWidget
 The widget which configures latency test parameters. More...
 
DtAssistantPreferencesWidgetmyAssistantConfigWidget
 The widget which configures the Assistant parameters. More...
 
DtFederationsViewPreferencesWidgetmyFederationsViewConfigWidget
 The widget which configures the Federations View parameters. More...
 
DtNotificationAndLoggingConfigWidgetmyNotificationAndLoggingConfigWidget
 The widget which configures the Assistant's notification and logging parameters. More...
 
std::vector< DtAssistantMgr * > myConfigWidgetMgrs
 Managers that own other configuration widgets which are also displayed in the configuration dialog. More...
 
DtAssistantMsgStatsDialogmyMsgStatsDialog
 The dialog that displays assistant message statistics. More...
 
DtFileConsoleWidgetmyAssistantConsoleWidget
 The Assistant log widget. More...
 
DtConsoleDialogmyAssistantConsoleDialog
 The Assistant Log dialog. More...
 
MAKRti::DtString myAssistantLogStringName
 Assistant log string name. More...
 
unsigned int myLogUpdateInterval
 The current settings to display in the preferences dialog. More...
 
bool myKeepAlive
 The current settings to display in the preferences dialog. More...
 
bool mySendForeignQuery
 The current settings to display in the preferences dialog. More...
 
unsigned int myLatencyTestInteractionPeriodMs
 The current settings to display in the preferences dialog. More...
 
unsigned int myLatencyTestNumInteractions
 The current settings to display in the preferences dialog. More...
 
unsigned int myLatencyTestPayloadBytes
 The current settings to display in the preferences dialog. More...
 
bool myDisplayPopupsAsNotifications
 The current settings to display in the preferences dialog. More...
 
bool myEnableNotifications
 The current settings to display in the preferences dialog. More...
 
unsigned int myLightweightMemorySec
 The current settings to display in the preferences dialog. More...
 
float myDefunctFederateRemovalTimeSec
 The current settings to display in the preferences dialog. More...
 
unsigned int myAssistantUpdateIntervalSec
 The current settings to display in the preferences dialog. More...
 
unsigned int myLrcNetStatsUpdateIntervalSec
 The current settings to display in the preferences dialog. More...
 
bool myShowRtiexecStartupPrompt
 The current settings to display in the preferences dialog. More...
 
bool myAcceptRemoteCommands
 The current settings to display in the preferences dialog. More...
 
bool myAssistantPersistent
 The current settings to display in the preferences dialog. More...
 
bool myDefaultToUnlicensed
 The current settings to display in the preferences dialog. More...
 
float myWarningTickInterval
 The current settings to display in the preferences dialog. More...
 
bool myDisplayRemoteNotifications
 The current settings to display in the preferences dialog. More...
 
bool myDisplayFederationColors
 The current settings to display in the preferences dialog. More...
 
unsigned int myFederateIdentifier
 The current settings to display in the preferences dialog. More...
 
- Protected Attributes inherited from DtAssistantMgr
std::shared_ptr
< DtRtiAssistantServer
myServer
 The Assistant server from which new messages will arrive from local RTI components. More...
 
std::shared_ptr
< DtRtiAssistantPeer
myPeer
 The Assistant peer which communicates with other Assistants. More...
 
std::set< QDialog * > myUnparentedDialogs
 All unparented dialogs that are created by the GUI should be added to this set. More...
 
std::set< QMainWindow * > myMainWindows
 All main windows that are created by the GUI should be added to this set. More...
 
std::set< QDialog * > myWarningDialogs
 Set of the popup dialogs, either parented or unparented, which, when active, should cause a warning icon to be displayed. More...
 

Private Member Functions

 DtAssistantPreferencesViewMgr (DtAssistantPreferencesViewMgr const &)
 Copy Constructor not implemented – Copy Not Allowed! More...
 
DtAssistantPreferencesViewMgroperator= (DtAssistantPreferencesViewMgr const &)
 Assignment not implemented – Assignment Not Allowed! More...
 

Additional Inherited Members

- Protected Member Functions inherited from DtAssistantMgr
void startDialog (QDialog *dlg, bool inTaskbar, bool warningDialog)
 Sets up the given widget as a dialog. More...
 
void finishDialog (QDialog *dlg)
 Should be called prior to deleting any dialog started with startDialog. More...
 
void showDialog (QDialog *dlg)
 Shows the dialog. More...
 
void startMainWindow (QMainWindow *dlg)
 Sets up a main window dialog. More...
 
void finishMainWindow (QMainWindow *dlg)
 Should be called prior to deleting any dialog started with startMainWindow. More...
 
void showMainWindow (QMainWindow *dlg)
 Shows the dialog. More...
 
void showPopup (const MAKRti::DtString &text, int sourceCompId=-1, const MAKRti::DtString &advancedText=MAKRti::DtString::nullString())
 Displays a popup message with the given text, advanced text, and name of the given source component. More...
 
void showPopup (const MAKRti::DtString &text, const MAKRti::DtString &source, const MAKRti::DtString &advancedText=MAKRti::DtString::nullString())
 Displays a popup message with the given text, advanced text, and source name. More...
 
void displayNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId=-1)
 Displays and logs a notification from the given component. More...
 
void displayNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source)
 Displays and logs notification with the given component name. More...
 
void logNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId=-1)
 Logs a notification from the given component, does not display. More...
 
void logNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source)
 Logs a notification with the given component name, does not display. More...
 
virtual DtAssistantInfo assistantInfoFromAssistantMsg (const DtAssistantMsg &assistantMsg, DtInetAddrSet *interfaces=0)
 
- Static Protected Attributes inherited from DtAssistantMgr
static QIcon theRtiIcon
 The icons used by the RTI Assistant. More...
 
static QIcon theSmallRtiIcon
 
static QIcon theWebIcon
 
static QIcon theNotifyRtiIcon
 
static QIcon theWarningRtiIcon
 
static QIcon thePreferencesIcon
 
static QIcon theAboutIcon
 
static QIcon theHelpIcon
 
static bool theIconsAreLoaded
 Whether or not the icons have yet been loaded. More...
 

Detailed Description

Manages the current assistant preferences and displays the preferences dialog when required.

Constructor & Destructor Documentation

DtAssistantPreferencesViewMgr::DtAssistantPreferencesViewMgr ( std::shared_ptr< DtRtiAssistantServer server,
std::shared_ptr< DtRtiAssistantPeer peer,
DtAssistantSignalRouter signalRouter 
)

Constructor.

virtual DtAssistantPreferencesViewMgr::~DtAssistantPreferencesViewMgr ( )
virtual

Destructor.

DtAssistantPreferencesViewMgr::DtAssistantPreferencesViewMgr ( DtAssistantPreferencesViewMgr const &  )
private

Copy Constructor not implemented – Copy Not Allowed!

Member Function Documentation

virtual void DtAssistantPreferencesViewMgr::addConfigWidgetMgr ( DtAssistantMgr mgr)
virtual

Adds a manager to the list of managers that have configuration widgets that must also be displayed in the configuration dialog.

This must be called prior to initialize.

void DtAssistantPreferencesViewMgr::deleteAssistantLogs ( )
slot

Delete all the assistant logs.

virtual void DtAssistantPreferencesViewMgr::initialize ( )
virtual

Initializes this manager just prior to beginning assistant processing.

Reimplemented from DtAssistantMgr.

void DtAssistantPreferencesViewMgr::openLog ( )
slot

Opens log using OS specific service.

DtAssistantPreferencesViewMgr& DtAssistantPreferencesViewMgr::operator= ( DtAssistantPreferencesViewMgr const &  )
private

Assignment not implemented – Assignment Not Allowed!

void DtAssistantPreferencesViewMgr::processConfigAccept ( )
slot

Processes the acceptance of the configuration dialog.

void DtAssistantPreferencesViewMgr::savePreferences ( )
signal

Emitted to indicate that we are done updating preferences and they should be saved to a file.

void DtAssistantPreferencesViewMgr::setAcceptRemoteCommands ( bool  )
slot

Slots to handle updates to configuration settings.

virtual void DtAssistantPreferencesViewMgr::setAssistantLogFileName ( const MAKRti::DtString &  )
virtual

Sets assistant log file name.

void DtAssistantPreferencesViewMgr::setAssistantPersistent ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setAssistantUpdateIntervalSec ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setDefaultToUnlicensed ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setDefunctFederateRemovalTimeSec ( float  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setDisplayFederationColors ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setDisplayPopupsAsNotifications ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setDisplayRemoteNotifications ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setEnableNotifications ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setFederateIdentifier ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setKeepAlive ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setLatencyTestInteractionPeriodMs ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setLatencyTestNumInteractions ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setLatencyTestPayloadBytes ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setLightweightMemorySec ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setLogUpdateInterval ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setLrcNetStatsUpdateIntervalSec ( unsigned  int)
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setSendForeignQuery ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setShowRtiexecStartupPrompt ( bool  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::setWarningTickInterval ( float  )
slot

Slots to handle updates to configuration settings.

void DtAssistantPreferencesViewMgr::showAssistantLog ( )
slot

Show assistant log.

void DtAssistantPreferencesViewMgr::showConfigDialog ( DtPreferencesPage  pageNum = DtInvalidPreferencesPage)
slot

Displays the configuration dialog.

void DtAssistantPreferencesViewMgr::showMsgStats ( )
slot

Displays the message statistics dialog.

virtual void DtAssistantPreferencesViewMgr::tick ( )
virtual

Periodically update console.

Reimplemented from DtAssistantMgr.

void DtAssistantPreferencesViewMgr::updateAcceptRemoteCommands ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateAssistantPersistent ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateAssistantUpdateIntervalSec ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateDefaultToUnlicensed ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateDefunctFederateRemovalTimeSec ( float  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateDisplayFederationColors ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateDisplayPopupsAsNotifications ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateDisplayRemoteNotifications ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateEnableNotifications ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateFederateIdentifier ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateKeepAlive ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateLatencyTestInteractionPeriodMs ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateLatencyTestNumInteractions ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateLatencyTestPayloadBytes ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateLightweightMemorySec ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateLogUpdateInterval ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateLrcNetStatsUpdateIntervalSec ( unsigned  int)
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateSendForeignQuery ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateShowRtiexecStartupPrompt ( bool  )
signal

Signals to indicate that configuration settings have changed.

void DtAssistantPreferencesViewMgr::updateWarningTickInterval ( float  )
signal

Signals to indicate that configuration settings have changed.

Member Data Documentation

bool DtAssistantPreferencesViewMgr::myAcceptRemoteCommands
protected

The current settings to display in the preferences dialog.

DtAssistantPreferencesWidget* DtAssistantPreferencesViewMgr::myAssistantConfigWidget
protected

The widget which configures the Assistant parameters.

DtConsoleDialog* DtAssistantPreferencesViewMgr::myAssistantConsoleDialog
protected

The Assistant Log dialog.

DtFileConsoleWidget* DtAssistantPreferencesViewMgr::myAssistantConsoleWidget
protected

The Assistant log widget.

MAKRti::DtString DtAssistantPreferencesViewMgr::myAssistantLogStringName
protected

Assistant log string name.

bool DtAssistantPreferencesViewMgr::myAssistantPersistent
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myAssistantUpdateIntervalSec
protected

The current settings to display in the preferences dialog.

DtAssistantConfigDialog* DtAssistantPreferencesViewMgr::myConfigDialog
protected

The Assistant configuration dialog.

std::vector<DtAssistantMgr*> DtAssistantPreferencesViewMgr::myConfigWidgetMgrs
protected

Managers that own other configuration widgets which are also displayed in the configuration dialog.

bool DtAssistantPreferencesViewMgr::myDefaultToUnlicensed
protected

The current settings to display in the preferences dialog.

float DtAssistantPreferencesViewMgr::myDefunctFederateRemovalTimeSec
protected

The current settings to display in the preferences dialog.

bool DtAssistantPreferencesViewMgr::myDisplayFederationColors
protected

The current settings to display in the preferences dialog.

bool DtAssistantPreferencesViewMgr::myDisplayPopupsAsNotifications
protected

The current settings to display in the preferences dialog.

bool DtAssistantPreferencesViewMgr::myDisplayRemoteNotifications
protected

The current settings to display in the preferences dialog.

bool DtAssistantPreferencesViewMgr::myEnableNotifications
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myFederateIdentifier
protected

The current settings to display in the preferences dialog.

DtFederationsViewPreferencesWidget* DtAssistantPreferencesViewMgr::myFederationsViewConfigWidget
protected

The widget which configures the Federations View parameters.

bool DtAssistantPreferencesViewMgr::myKeepAlive
protected

The current settings to display in the preferences dialog.

DtLatencyTestConfigWidget* DtAssistantPreferencesViewMgr::myLatencyTestConfigWidget
protected

The widget which configures latency test parameters.

unsigned int DtAssistantPreferencesViewMgr::myLatencyTestInteractionPeriodMs
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myLatencyTestNumInteractions
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myLatencyTestPayloadBytes
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myLightweightMemorySec
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myLogUpdateInterval
protected

The current settings to display in the preferences dialog.

unsigned int DtAssistantPreferencesViewMgr::myLrcNetStatsUpdateIntervalSec
protected

The current settings to display in the preferences dialog.

DtAssistantMsgStatsDialog* DtAssistantPreferencesViewMgr::myMsgStatsDialog
protected

The dialog that displays assistant message statistics.

DtNotificationAndLoggingConfigWidget* DtAssistantPreferencesViewMgr::myNotificationAndLoggingConfigWidget
protected

The widget which configures the Assistant's notification and logging parameters.

bool DtAssistantPreferencesViewMgr::mySendForeignQuery
protected

The current settings to display in the preferences dialog.

bool DtAssistantPreferencesViewMgr::myShowRtiexecStartupPrompt
protected

The current settings to display in the preferences dialog.

float DtAssistantPreferencesViewMgr::myWarningTickInterval
protected

The current settings to display in the preferences dialog.


The documentation for this class was generated from the following file:

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)