![]() |
VR-Forces Developer's Guide
|
The DtLoadDistributionDialog class is an informational class that will show VR-Forces simulataed objects and the back-ends they are simulated on.

Public Member Functions | |
| DtLoadDistributionDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtLoadDistributionDialog () |
| virtual void | init () |
| virtual QVariant | forceName (const DtObjectListViewItem *iv) const |
| virtual QVariant | parentName (const DtObjectListViewItem *iv) const override |
| virtual void | initConnections () override |
Public Member Functions inherited from makVrf::DtManualDistributionWidget | |
| DtManualDistributionWidget (makVrv::DtDe &de, QWidget *parent=NULL, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtManualDistributionWidget () |
| virtual bool | init (DtAddressMap *map, const DtVrfFileParser *parser, const DtList *backends) |
| virtual void | setBackendColors (const QVariantList &) |
| virtual QVariantList | getBackendColors () const |
Public Attributes | |
| QLabel * | myDescription |
Public Attributes inherited from makVrf::DtManualDistributionWidget | |
| QTreeWidget * | myObjects |
| QHBoxLayout * | myButtonLayout |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| QTreeWidget * | myBackendLoad |
| QLabel * | myBackendLoadLabel |
| DtLoadBalancerSelectionWidget * | myLoadBalancerSelectionWidget |
| QHBoxLayout * | myLoadBalancingLayout |
| QPushButton * | myApplyLoadBalancingOption |
| QPushButton * | myRevertLoadBalancingOption |
| DtSearchWidget * | mySearchWidget |
| QCheckBox * | myShowAsHierarchy = nullptr |
| QHBoxLayout * | mySearchLayout = nullptr |
Protected Types | |
| typedef std::map < makVrv::DtUniqueID, bool > | OperationMap |
Protected Types inherited from makVrf::DtManualDistributionWidget | |
| typedef std::map < makVrv::DtUniqueID, ObjectStateData > | ObjectStateDataMap |
| typedef std::map< DtUUID, ObjectStateData > | ObjectStateDataMapByUUID |
| typedef std::map < DtSimulationAddress, QPixmap > | ColorByAddress |
| typedef std::map< int, ForceInfo > | ForceInfoMap |
Protected Attributes | |
| OperationMap | myOperationMap |
| boost::signals2::scoped_connection | myTickConnection |
Protected Attributes inherited from makVrf::DtManualDistributionWidget | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| int | myObjectViewId = 0 |
| const DtVrfFileParser * | myParser = nullptr |
| DtAddressMap * | myObjectMap = nullptr |
| QString | myRightClickChosenBackend |
| std::set< std::string > | myInitialMappedBackends |
| QColor | myBackendColor1 |
| QColor | myBackendColor2 |
| QColor | myBackendColor3 |
| QColor | myBackendColor4 |
| QColor | myBackendColor5 |
| QColor | myBackendColor6 |
| QColor | myBackendColor7 |
| QColor | myBackendColor8 |
| QColor | myBackendColor9 |
| ObjectStateDataMap | myObjectStateData |
| ObjectStateDataMap | myForceNodes |
| ObjectStateDataMapByUUID | myObjectStateDataByUUID |
| ColorByAddress | myColorByAddress |
| QVariantList | myBackendColors |
| ForceInfoMap | myForceInfoMap |
Additional Inherited Members | |
Protected Slots inherited from makVrf::DtManualDistributionWidget | |
| virtual void | applyLoadBalance () |
| virtual void | chooseBackend (QTreeWidgetItem *, QMouseEvent *, int) |
| virtual void | revertBackends () |
| virtual void | executeTextFilter () |
| virtual void | changeObjectView () |
Properties inherited from makVrf::DtManualDistributionWidget | |
| QColor | backendColor1 |
| QColor | backendColor2 |
| QColor | backendColor3 |
| QColor | backendColor4 |
| QColor | backendColor5 |
| QColor | backendColor6 |
| QColor | backendColor7 |
| QColor | backendColor8 |
| QColor | backendColor9 |
|
protected |
bool is true to add and false to remove
| makVrf::DtLoadDistributionDialog::DtLoadDistributionDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from makVrf::DtManualDistributionWidget.
|
overridevirtual |
Reimplemented from makVrf::DtManualDistributionWidget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
| QLabel* makVrf::DtLoadDistributionDialog::myDescription |
|
protected |
|
protected |