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

Public Member Functions | |
| SetViewSharing () | |
| void | readData (tnstream &stream) |
| void | writeData (tnstream &stream) |
| void | execute (MapDisplayInterface *md) |
| void | setup () |
| ASCString | getName () const |
Definition at line 736 of file gameevents.h.
| SetViewSharing::SetViewSharing | ( | ) | [inline] |
Definition at line 741 of file gameevents.h.
| void SetViewSharing::readData | ( | tnstream & | stream | ) | [virtual] |
Implements EventAction.
Definition at line 1693 of file gameevents.cpp.
References tnstream::readInt(), and versionTest().
| void SetViewSharing::writeData | ( | tnstream & | stream | ) | [virtual] |
Implements EventAction.
Definition at line 1702 of file gameevents.cpp.
References tnstream::writeInt().
| void SetViewSharing::execute | ( | MapDisplayInterface * | md | ) | [virtual] |
Implements EventAction.
Definition at line 1723 of file gameevents.cpp.
References computeview(), Player::diplomacy, MapDisplayInterface::displayMap(), EventAction::gamemap, DiplomaticStateVector::getState(), PEACE, PEACE_SV, GameMap::player, DiplomaticStateVector::setState(), and MapDisplayInterface::updateDashboard().
| void SetViewSharing::setup | ( | ) | [virtual] |
Implements EventAction.
Definition at line 1711 of file gameevents.cpp.
References chooseString(), and editInt().
| ASCString SetViewSharing::getName | ( | ) | const [inline, virtual] |
1.5.1