
Public Member Functions | |
| bool | checkForKey (const SDL_KeyboardEvent *key, int modifier, int num) |
| Surface & | getImage (const MapCoordinate &pos, ContainerBase *subject, int num) |
| ASCString | getName (const MapCoordinate &pos, ContainerBase *subject, int num) |
| bool | available (const MapCoordinate &pos, ContainerBase *subject, int num) |
Protected Member Functions | |
| int | getVerticalDirection () |
Definition at line 479 of file guifunctions.cpp.
| int GuiFunctions::Descend::getVerticalDirection | ( | ) | [inline, protected, virtual] |
| bool GuiFunctions::Descend::checkForKey | ( | const SDL_KeyboardEvent * | key, | |
| int | modifier, | |||
| int | num | |||
| ) | [inline, virtual] |
| Surface& GuiFunctions::Descend::getImage | ( | const MapCoordinate & | pos, | |
| ContainerBase * | subject, | |||
| int | num | |||
| ) | [inline, virtual] |
Implements GuiFunction.
Definition at line 489 of file guifunctions.cpp.
References IconRepository::getIcon().
| ASCString GuiFunctions::Descend::getName | ( | const MapCoordinate & | pos, | |
| ContainerBase * | subject, | |||
| int | num | |||
| ) | [inline, virtual] |
| bool GuiFunctions::Descend::available | ( | const MapCoordinate & | pos, | |
| ContainerBase * | subject, | |||
| int | num | |||
| ) | [inline, virtual] |
Reimplemented from GuiFunctions::MovementBase.
Definition at line 496 of file guifunctions.cpp.
References actmap, GameMap::actplayer, GuiFunctions::MovementBase::available(), commandPending(), MoveUnitCommand::descendAvail(), GameMap::getField(), ContainerBase::getOwner(), and MapField::vehicle.
1.5.1