MAK RTIspy API Documentation for HLA 1.3
 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 ( )
virtual TextEvent::~TextEvent ( )
virtual

Member Function Documentation

unsigned short TextEvent::interval ( ) const
void TextEvent::setInterval ( unsigned short  newInterval)
void TextEvent::setLocation ( short  newXCoord,
short  newYCoord 
)
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
std::string TextEvent::text ( ) const
short TextEvent::x ( ) const
short TextEvent::y ( ) const

Member Data Documentation

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

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

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)