#include <replaymapdisplay.h>
Inheritance diagram for ReplayMapDisplay:

Public Member Functions | |
| ReplayMapDisplay (MapDisplayInterface *md) | |
| int | displayMovingUnit (const MapCoordinate3D &start, const MapCoordinate3D &dest, Vehicle *vehicle, int fieldnum, int totalmove, SoundStartCallback startSound) |
| void | displayPosition (int x, int y) |
| void | displayMap (Vehicle *additionalVehicle) |
| void | displayMap (void) |
| void | resetMovement (void) |
| void | startAction (void) |
| void | stopAction (void) |
| void | cursor_goto (const MapCoordinate &pos) |
| void | displayActionCursor (int x1, int y1, int x2, int y2, int secondWait) |
| void | displayActionCursor (int x1, int y1) |
| void | displayActionCursor (int x1, int y1, int x2, int y2) |
| void | removeActionCursor (void) |
| int | checkMapPosition (int x, int y) |
| void | setCursorDelay (int time) |
| void | updateDashboard () |
| void | repaintDisplay () |
| void | setTempView (bool view) |
| void | showBattle (tfight &battle) |
| void | playPositionalSound (const MapCoordinate &pos, Sound *snd) |
|
|
Definition at line 36 of file replaymapdisplay.h. |
|
||||||||||||
|
Definition at line 16 of file replaymapdisplay.cpp. References MapDisplayInterface::displayPosition(). Referenced by displayMovingUnit(), and displayPosition(). |
|
|
Implements MapDisplayInterface. Definition at line 44 of file replaymapdisplay.h. References MapDisplayInterface::cursor_goto(). Referenced by displayActionCursor(). |
|
||||||||||||||||||||
|
Implements MapDisplayInterface. Definition at line 47 of file replaymapdisplay.h. References displayActionCursor(). |
|
||||||||||||
|
Definition at line 46 of file replaymapdisplay.h. References displayActionCursor(). |
|
||||||||||||||||||||||||
|
Definition at line 119 of file replaymapdisplay.cpp. References actmap, cursor_goto(), fieldvisiblenow(), getfield(), and GameMap::getPlayerView(). Referenced by displayActionCursor(), and trunreplay::displayActionCursor(). |
|
|
Implements MapDisplayInterface. Definition at line 40 of file replaymapdisplay.h. References MapDisplayInterface::displayMap(). Referenced by displayMovingUnit(). |
|
|
Implements MapDisplayInterface. Definition at line 39 of file replaymapdisplay.h. References MapDisplayInterface::displayMap(). |
|
||||||||||||||||||||||||||||
|
||||||||||||
|
Implements MapDisplayInterface. Definition at line 105 of file replaymapdisplay.cpp. References actmap, checkMapPosition(), MapDisplayInterface::displayPosition(), fieldvisiblenow(), getfield(), and GameMap::getPlayerView(). |
|
||||||||||||
|
Implements MapDisplayInterface. Definition at line 150 of file replaymapdisplay.cpp. References actmap, fieldvisiblenow(), GameMap::getField(), GameMap::getPlayerView(), and MapDisplayInterface::playPositionalSound(). |
|
|
Implements MapDisplayInterface. Definition at line 113 of file replaymapdisplay.cpp. References MapDisplayInterface::removeActionCursor(). Referenced by trunreplay::removeActionCursor(). |
|
|
Implements MapDisplayInterface. Definition at line 52 of file replaymapdisplay.h. References MapDisplayInterface::repaintDisplay(). |
|
|
Implements MapDisplayInterface. Definition at line 41 of file replaymapdisplay.h. References MapDisplayInterface::resetMovement(). |
|
|
Definition at line 50 of file replaymapdisplay.h. Referenced by AI::AI(), and trunreplay::displayActionCursor(). |
|
|
Implements MapDisplayInterface. Definition at line 53 of file replaymapdisplay.h. References MapDisplayInterface::setTempView(). |
|
|
Implements MapDisplayInterface. Definition at line 54 of file replaymapdisplay.h. References MapDisplayInterface::showBattle(). Referenced by trunreplay::execnextreplaymove(). |
|
|
Implements MapDisplayInterface. Definition at line 42 of file replaymapdisplay.h. References MapDisplayInterface::startAction(). |
|
|
Implements MapDisplayInterface. Definition at line 43 of file replaymapdisplay.h. References MapDisplayInterface::stopAction(). |
|
|
Implements MapDisplayInterface. Definition at line 51 of file replaymapdisplay.h. References MapDisplayInterface::updateDashboard(). |
1.4.2