#include <gameevents.h>
Inheritance diagram for DisplayEllipse:

Public Member Functions | |
| DisplayEllipse () | |
| DisplayEllipse (int x1_, int y1_, int x2_, int y2_, bool alignRight_, bool alignBottom_) | |
| void | readData (tnstream &stream) |
| void | writeData (tnstream &stream) |
| void | execute (MapDisplayInterface *md) |
| void | setup () |
| ASCString | getName () const |
Definition at line 618 of file gameevents.h.
| DisplayEllipse::DisplayEllipse | ( | ) | [inline] |
Definition at line 623 of file gameevents.h.
| DisplayEllipse::DisplayEllipse | ( | int | x1_, | |
| int | y1_, | |||
| int | x2_, | |||
| int | y2_, | |||
| bool | alignRight_, | |||
| bool | alignBottom_ | |||
| ) | [inline] |
Definition at line 626 of file gameevents.h.
| void DisplayEllipse::readData | ( | tnstream & | stream | ) | [virtual] |
Implements EventAction.
Definition at line 1366 of file gameevents.cpp.
References tnstream::readInt(), and versionTest().
| void DisplayEllipse::writeData | ( | tnstream & | stream | ) | [virtual] |
Implements EventAction.
Definition at line 1377 of file gameevents.cpp.
References tnstream::writeInt().
| void DisplayEllipse::execute | ( | MapDisplayInterface * | md | ) | [virtual] |
Implements EventAction.
Definition at line 1388 of file gameevents.cpp.
References warningMessage().
| void DisplayEllipse::setup | ( | ) | [virtual] |
Implements EventAction.
Definition at line 1421 of file gameevents.cpp.
References choice_dlg(), and getid().
| ASCString DisplayEllipse::getName | ( | ) | const [inline, virtual] |
1.5.1