28 DtBoost::shared_ptr<DtRtiAssistantPeer> peer,
DtAssistantSignalRouter& signalRouter, DtBoost::shared_ptr<DtAssistantConnectionInfoMgr> connInfoMgr);
DtPreferencesPage
Definition: assistantEnums.h:17
At startup all of the assistant manager classes will register their signals and slots with the signal...
Definition: assistantSignalRouter.h:29
Sets up RID configuration page for the assistant.
Definition: remoteAssistantViewMgr.h:22
Stores basic information about a remote assistant.
Definition: assistantInfo.h:96
Structure Remote Assistant to be displayed.
Definition: assistantInfo.h:39
std::map< QTreeWidgetItem *, DtAssistantConnectionStruct > myWanConnectionByItemMap
Definition: remoteAssistantViewMgr.h:83
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...
Definition: assistantMgr.h:72
std::map< DtAssistantConnectionStruct, QTreeWidgetItem *, cmpByConnectionIdThenPublicAddress > myWanAssistantItemByConnectionMap
Definition: remoteAssistantViewMgr.h:82
int myDefaultClientPort
Definition: remoteAssistantViewMgr.h:79
DtBoost::shared_ptr< DtAssistantConnectionInfoMgr > myConnInfoMgr
Definition: remoteAssistantViewMgr.h:72
virtual void initialize()
Initializes this manager just prior to beginning assistant processing.
Definition: assistantMgr.h:56
Base class for all classes which perform management activities for the Assistant. ...
Definition: assistantMgr.h:31
This file contains the declaration of DtAssistantMgr.
Maintains lists of known RTI connections.
Definition: connInfoMgr.h:49
int myDefaultPeerPort
Definition: remoteAssistantViewMgr.h:78
DtAssistantMgr & operator=(DtAssistantMgr const &)
Assignment not implemented – Assignment Not Allowed!
virtual void tick()
Performs tasks that need to be completed periodically.
Definition: assistantMgr.h:59
Contains useful functions specific to the rtiAssistant.
std::map< DtAssistantUuid, QTreeWidgetItem * > myLanAssistantItemByUuidMap
Definition: remoteAssistantViewMgr.h:81
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
DtRemoteAssistantWidget * myRemoteAssistantWidget
The Remote Assistant widget for the preferences dialog.
Definition: remoteAssistantViewMgr.h:75
std::set< DtAssistantUuid > myAssistantUuids
Definition: remoteAssistantViewMgr.h:77
DtAssistantConnectionState
Definition: assistantAppUtil.h:18