MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DdmRegion Class Referenceabstract
+ Inheritance diagram for DdmRegion:
+ Collaboration diagram for DdmRegion:

Public Member Functions

 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)
 
virtual const std::wstring & id () const =0
 
QGraphicsRectItem * graphicsItem ()
 
void setGraphicsItem (QGraphicsRectItem *item)
 

Protected Attributes

QGraphicsRectItem * myGraphicsItem
 
int myXLowerBound
 
int myXUpperBound
 
int myYLowerBound
 
int myYUpperBound
 
bool myMarkedForDeletion
 

Constructor & Destructor Documentation

DdmRegion::DdmRegion ( )
virtual DdmRegion::~DdmRegion ( )
virtual

Member Function Documentation

QGraphicsRectItem* DdmRegion::graphicsItem ( )
virtual const std::wstring& DdmRegion::id ( ) const
pure virtual
bool DdmRegion::isMarkedForDeletion ( ) const
void DdmRegion::markForDeletion ( bool  mark)
void DdmRegion::setGraphicsItem ( QGraphicsRectItem *  item)
void DdmRegion::setRangeBounds ( int  newXLowerBound,
int  newYLowerBound,
int  newXUpperBound,
int  newYUpperBound 
)
void DdmRegion::setXLowerBound ( int  newXLowerBound)
void DdmRegion::setXUpperBound ( int  newXUpperBound)
void DdmRegion::setYLowerBound ( int  newYLowerBound)
void DdmRegion::setYUpperBound ( int  newYUpperBound)
int DdmRegion::xLowerBound ( ) const
int DdmRegion::xUpperBound ( ) const
int DdmRegion::yLowerBound ( ) const
int DdmRegion::yUpperBound ( ) const

Member Data Documentation

QGraphicsRectItem* DdmRegion::myGraphicsItem
protected
bool DdmRegion::myMarkedForDeletion
protected
int DdmRegion::myXLowerBound
protected
int DdmRegion::myXUpperBound
protected
int DdmRegion::myYLowerBound
protected
int DdmRegion::myYUpperBound
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)