MAK RTIspy API Documentation for HLA 1.3
Public Member Functions | Protected Attributes
DdmRegion Class Reference
+ Inheritance diagram for DdmRegion:
+ Collaboration diagram for DdmRegion:

List of all members.

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]

References myGraphicsItem.


Member Function Documentation

QGraphicsRectItem * DdmRegion::graphicsItem ( )
virtual const std::wstring& DdmRegion::id ( ) const [pure virtual]
void DdmRegion::setGraphicsItem ( QGraphicsRectItem *  item)
void DdmRegion::setRangeBounds ( int  newXLowerBound,
int  newYLowerBound,
int  newXUpperBound,
int  newYUpperBound 
)
void DdmRegion::setXLowerBound ( int  newXLowerBound)

References myXLowerBound.

void DdmRegion::setXUpperBound ( int  newXUpperBound)

References myXUpperBound.

void DdmRegion::setYLowerBound ( int  newYLowerBound)

References myYLowerBound.

void DdmRegion::setYUpperBound ( int  newYUpperBound)

References myYUpperBound.

int DdmRegion::xLowerBound ( ) const
int DdmRegion::xUpperBound ( ) const
int DdmRegion::yLowerBound ( ) const
int DdmRegion::yUpperBound ( ) const

Member Data Documentation

QGraphicsRectItem* DdmRegion::myGraphicsItem [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 files:

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)