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) |
Constructor & Destructor Documentation
| 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 |
The documentation for this class was generated from the following files: