![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DdmRegion13:
Collaboration diagram for DdmRegion13:Public Member Functions | |
| DdmRegion13 () | |
| virtual | ~DdmRegion13 () |
| virtual const std::wstring & | id () const |
| RTI::ExtentIndex | extentIndex () const |
| void | setExtentIndex (RTI::ExtentIndex index) |
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) |
Static Protected Member Functions | |
| static std::wstring | nextId () |
Protected Attributes | |
| RTI::ExtentIndex | myExtentIndex |
| std::wstring | myExtentIndexString |
Protected Attributes inherited from DdmRegion | |
| QGraphicsRectItem * | myGraphicsItem |
| int | myXLowerBound |
| int | myXUpperBound |
| int | myYLowerBound |
| int | myYUpperBound |
| bool | myMarkedForDeletion |
|
inline |
References myExtentIndexString, and nextId().
|
inlinevirtual |
|
inline |
References myExtentIndex.
|
inlinevirtual |
Implements DdmRegion.
References myExtentIndexString.
|
inlinestaticprotected |
Referenced by DdmRegion13().
|
inline |
References myExtentIndex.
|
protected |
Referenced by extentIndex(), and setExtentIndex().
|
protected |
Referenced by DdmRegion13(), and id().