![]() |
MAK RTIspy API Documentation for HLA 1516
|
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. More... | |
| virtual void | updateSyncPoint (const QString &syncPtName, const DtPendingAchievedPair &pendAchvFeds, const DtFederateInfoByHandleMap &federates) |
| Updates the given synchronization point. More... | |
| virtual void | removeSyncPoint (const QString &syncPtName) |
| Removes the given synchronization point. More... | |
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. More... | |
| virtual void | updateSyncPointFederates (QTreeWidgetItem *syncPt, const DtPendingAchievedPair &pendAchvFeds) |
| Updates the federates of the sync point item. More... | |
Protected Attributes | |
| Ui::SyncPtDialog | myUiImpl |
| QIcon | myAchievedIcon |
| Icon that indicates sync point was achieved. More... | |
|
protected |
| DtSyncPtDialog::DtSyncPtDialog | ( | QWidget * | parent, |
| const char * | name = 0 |
||
| ) |
|
virtual |
|
protectedvirtual |
Adds the federates to the sync point item.
|
virtual |
Removes the given synchronization point.
|
virtual |
Updates all sync points for a particular federation.
|
virtual |
Updates the given synchronization point.
|
protectedvirtual |
Updates the federates of the sync point item.
|
protected |
Icon that indicates sync point was achieved.
|
protected |