#include <MVWallSide.h>

Public Member Functions | |
| MVWallSide (MVBetweenPlacesObject::Position pos) | |
| Constructor with initial values. | |
| MVBetweenPlacesObject::Position | getPos () const |
| Retrieve pos value. | |
| virtual string | toString () const |
| Returns a textual representation. | |
| virtual string | className () const |
| Returns the class name of the object. | |
| virtual enum classId | classId () const |
| Returns the class id of the object. | |
Private Attributes | |
| MVBetweenPlacesObject::Position | pos |
| Position in the field. | |
Class for the side of a wall on a places (a wall is between places).
| MVWallSide::MVWallSide | ( | MVBetweenPlacesObject::Position | pos | ) |
Constructor with initial values.
Constructor with initial values.
| pos | Position in the field. |
| MVBetweenPlacesObject::Position MVWallSide::getPos | ( | ) | const |
Retrieve pos value.
Retrieve pos value.
| string MVWallSide::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVOnPlaceObject.
| string MVWallSide::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVOnPlaceObject.
| enum classId MVWallSide::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVOnPlaceObject.
Position in the field.
1.5.6