![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtSyncPtDialog:
Collaboration diagram for DtSyncPtDialog:Public Member Functions | |
| DtSyncPtDialog (QWidget *parent, const char *name=0) | |
| virtual | ~DtSyncPtDialog () |
| virtual void | update (const DtAssistantFederationInfo &federationState) |
| Updates all sync points for a particular federation. | |
| virtual void | updateSyncPoint (const QString &syncPtName, const DtPendingAchievedPair &pendAchvFeds, const DtFederateInfoByHandleMap &federates) |
| Updates the given synchronization point. | |
| virtual void | removeSyncPoint (const QString &syncPtName) |
| Removes the given synchronization point. | |
Protected Types | |
| enum | DtSyncPointTreeCol { SyncPointName = 0, FederateName, FederateHandle } |
Protected Member Functions | |
| virtual void | addFederatesToSyncPoint (QTreeWidgetItem *syncPt, const DtPendingAchievedPair &pendAchvFeds, const DtFederateInfoByHandleMap &federates) |
| Adds the federates to the sync point item. | |
| virtual void | updateSyncPointFederates (QTreeWidgetItem *syncPt, const DtPendingAchievedPair &pendAchvFeds) |
| Updates the federates of the sync point item. | |
Protected Attributes | |
| Ui::SyncPtDialog | myUiImpl |
| QIcon | myAchievedIcon |
| Icon that indicates sync point was achieved. | |
|
protected |
| DtSyncPtDialog::DtSyncPtDialog | ( | QWidget * | parent, |
| const char * | name = 0 |
||
| ) |
|
virtual |
|
protectedvirtual |
Adds the federates to the sync point item.
References FederateName, and myAchievedIcon.
Referenced by updateSyncPoint().
|
virtual |
|
virtual |
Updates all sync points for a particular federation.
References DtAssistantFederationInfo::federates(), DtAssistantFederationInfo::federationName(), myUiImpl, removeSyncPoint(), SyncPointName, DtAssistantFederationInfo::syncPoints(), and updateSyncPoint().
Referenced by DtAssistantFederationsViewMgr::processFederationUpdate().
|
virtual |
Updates the given synchronization point.
References addFederatesToSyncPoint(), myUiImpl, SyncPointName, and updateSyncPointFederates().
Referenced by update().
|
protectedvirtual |
Updates the federates of the sync point item.
References FederateName, and myAchievedIcon.
Referenced by updateSyncPoint().
|
protected |
Icon that indicates sync point was achieved.
Referenced by addFederatesToSyncPoint(), DtSyncPtDialog(), and updateSyncPointFederates().
|
protected |
Referenced by DtSyncPtDialog(), removeSyncPoint(), update(), and updateSyncPoint().