#include <MVMovingOnPlaceObject.h>

Public Member Functions | |
| MVMovingOnPlaceObject (const std::string &meshFilename, const std::string &textureFilename, const std::string &shaderFilename) | |
| Constructor with initial values. | |
| 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. | |
All objects which can be put onto a place (and not between places) and move from place to place (under to controll of the Controller) inherit from this superclass.
| MVMovingOnPlaceObject::MVMovingOnPlaceObject | ( | const std::string & | meshFilename, | |
| const std::string & | textureFilename, | |||
| const std::string & | shaderFilename | |||
| ) |
Constructor with initial values.
Constructor with initial values.
| string MVMovingOnPlaceObject::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVOnPlaceObject.
Reimplemented in MVFirefly.
| string MVMovingOnPlaceObject::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVOnPlaceObject.
Reimplemented in MVFirefly.
| enum classId MVMovingOnPlaceObject::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVOnPlaceObject.
Reimplemented in MVFirefly.
1.5.6