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

Public Member Functions

 TextEvent ()
virtual ~TextEvent ()
std::string text () const
void setText (const std::string &newText)
short x () const
void setX (short newXCoord)
short y () const
void setY (short newYCoord)
void setLocation (short newXCoord, short newYCoord)
unsigned short size () const
void setSize (unsigned short newSize)
unsigned short interval () const
void setInterval (unsigned short newInterval)

Protected Attributes

std::string myText
short myX
short myY
unsigned short mySize
unsigned short myInterval

Constructor & Destructor Documentation

TextEvent::TextEvent ( )
TextEvent::~TextEvent ( )
virtual

Member Function Documentation

unsigned short TextEvent::interval ( ) const

References myInterval.

void TextEvent::setInterval ( unsigned short  newInterval)
void TextEvent::setLocation ( short  newXCoord,
short  newYCoord 
)

References myX, and myY.

void TextEvent::setSize ( unsigned short  newSize)
void TextEvent::setText ( const std::string &  newText)
void TextEvent::setX ( short  newXCoord)
void TextEvent::setY ( short  newYCoord)
unsigned short TextEvent::size ( ) const

References mySize.

std::string TextEvent::text ( ) const

References myText.

short TextEvent::x ( ) const

References myX.

short TextEvent::y ( ) const

References myY.

Member Data Documentation

unsigned short TextEvent::myInterval
protected

Referenced by interval(), and setInterval().

unsigned short TextEvent::mySize
protected

Referenced by setSize(), and size().

std::string TextEvent::myText
protected

Referenced by setText(), and text().

short TextEvent::myX
protected

Referenced by setLocation(), setX(), and x().

short TextEvent::myY
protected

Referenced by setLocation(), setY(), and y().


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

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)