
Public Member Functions | |
| void | init (void) |
| void | buttonpressed (int id) |
| void | run (void) |
| char | checkvalue (int id, void *p) |
Protected Member Functions | |
| void | mirrorX () |
| void | mirrorY () |
Definition at line 3937 of file edmisc.cpp.
| void MirrorMap::init | ( | void | ) |
Reimplemented from tdialogbox.
Definition at line 3989 of file edmisc.cpp.
References activefontsettings, tdlgengine::addbutton(), tdlgengine::addeingabe(), tdlgengine::addkey(), tfontsettings::background, tdialogbox::buildgraphics(), ct_b, ct_esc, ct_m, ct_o, ct_r, ct_u, ct_w, ct_x, ct_y, tfontsettings::font, tdialogbox::init(), tfontsettings::justify, lefttext, tfontsettings::length, lightgray, schriften, showtext2(), Schriften::smallarial, tdialogbox::title, tdlgengine::x1, tdlgengine::xsize, tdlgengine::y1, and tdlgengine::ysize.
Referenced by mirrorMap().
| void MirrorMap::buttonpressed | ( | int | id | ) | [virtual] |
Reimplemented from tdlgengine.
Definition at line 3968 of file edmisc.cpp.
References tdlgengine::buttonpressed(), mirrorX(), and mirrorY().
| void MirrorMap::run | ( | void | ) | [virtual] |
Reimplemented from tdialogbox.
Definition at line 4084 of file edmisc.cpp.
References mousevisible(), and tdialogbox::run().
Referenced by mirrorMap().
| char MirrorMap::checkvalue | ( | int | id, | |
| void * | p | |||
| ) | [virtual] |
| void MirrorMap::mirrorX | ( | ) | [protected] |
Definition at line 4093 of file edmisc.cpp.
References actmap, copyFieldStep1(), copyFieldStep2(), GameMap::getField(), GameMap::resize(), GameMap::xsize, and GameMap::ysize.
Referenced by buttonpressed().
| void MirrorMap::mirrorY | ( | ) | [protected] |
Definition at line 4134 of file edmisc.cpp.
References actmap, copyFieldStep1(), copyFieldStep2(), GameMap::getField(), GameMap::xsize, and GameMap::ysize.
Referenced by buttonpressed().
1.5.1