#include <guifunctions-interface.h>
Inheritance diagram for GuiFunctions::Cancel:

Public Member Functions | |
| bool | available (const MapCoordinate &pos, ContainerBase *subject, int num) |
| void | execute (const MapCoordinate &pos, ContainerBase *subject, int num) |
| bool | checkForKey (const SDL_KeyboardEvent *key, int modifier, int num) |
| Surface & | getImage (const MapCoordinate &po, ContainerBase *subject, int nums) |
| ASCString | getName (const MapCoordinate &pos, ContainerBase *subject, int num) |
Definition at line 59 of file guifunctions-interface.h.
| bool GuiFunctions::Cancel::available | ( | const MapCoordinate & | pos, | |
| ContainerBase * | subject, | |||
| int | num | |||
| ) | [virtual] |
Implements GuiFunction.
Reimplemented in CargoGuiFunctions::CancelMovement.
Definition at line 270 of file guifunctions.cpp.
References commandPending().
| void GuiFunctions::Cancel::execute | ( | const MapCoordinate & | pos, | |
| ContainerBase * | subject, | |||
| int | num | |||
| ) | [virtual] |
Implements GuiFunction.
Reimplemented in CargoGuiFunctions::CancelMovement.
Definition at line 275 of file guifunctions.cpp.
References actmap, GameMap::cleartemps(), displaymap(), NewGuiHost::pendingCommand, and updateFieldInfo.
Referenced by CargoGuiFunctions::CancelMovement::execute().
| bool GuiFunctions::Cancel::checkForKey | ( | const SDL_KeyboardEvent * | key, | |
| int | modifier, | |||
| int | num | |||
| ) | [virtual] |
| Surface & GuiFunctions::Cancel::getImage | ( | const MapCoordinate & | po, | |
| ContainerBase * | subject, | |||
| int | nums | |||
| ) | [virtual] |
Implements GuiFunction.
Definition at line 293 of file guifunctions.cpp.
References IconRepository::getIcon().
| ASCString GuiFunctions::Cancel::getName | ( | const MapCoordinate & | pos, | |
| ContainerBase * | subject, | |||
| int | num | |||
| ) | [virtual] |
1.5.1