![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DdmRegion1516:
Collaboration diagram for DdmRegion1516:Public Member Functions | |
| DdmRegion1516 () | |
| virtual | ~DdmRegion1516 () |
| virtual const std::wstring & | id () const |
| const rti1516::RegionHandle & | handle () const |
| void | setHandle (const rti1516::RegionHandle &handle) |
Public Member Functions inherited from DdmRegion | |
| DdmRegion () | |
| virtual | ~DdmRegion () |
| int | xLowerBound () const |
| void | setXLowerBound (int newXLowerBound) |
| int | xUpperBound () const |
| void | setXUpperBound (int newXUpperBound) |
| int | yLowerBound () const |
| void | setYLowerBound (int newYLowerBound) |
| int | yUpperBound () const |
| void | setYUpperBound (int newYUpperBound) |
| void | setRangeBounds (int newXLowerBound, int newYLowerBound, int newXUpperBound, int newYUpperBound) |
| bool | isMarkedForDeletion () const |
| void | markForDeletion (bool mark) |
| QGraphicsRectItem * | graphicsItem () |
| void | setGraphicsItem (QGraphicsRectItem *item) |
Protected Attributes | |
| rti1516::RegionHandle | myHandle |
| std::wstring | myHandleString |
Protected Attributes inherited from DdmRegion | |
| QGraphicsRectItem * | myGraphicsItem |
| int | myXLowerBound |
| int | myXUpperBound |
| int | myYLowerBound |
| int | myYUpperBound |
| bool | myMarkedForDeletion |
|
inline |
|
inlinevirtual |
|
inline |
References myHandle.
Referenced by setHandle(), and BallController1516::unsubscribeWithRegions().
|
inlinevirtual |
Implements DdmRegion.
References myHandleString.
Referenced by BallController1516::subscribeWithRegion().
|
inline |
References handle(), myHandle, and myHandleString.
Referenced by BallController1516::subscribeWithRegion().
|
protected |
Referenced by handle(), and setHandle().
|
protected |
Referenced by id(), and setHandle().