#include <MVOnPlaceObject.h>

Public Member Functions | |
| MVOnPlaceObject (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) inherit from this superclass.
| MVOnPlaceObject::MVOnPlaceObject | ( | const std::string & | meshFilename, | |
| const std::string & | textureFilename, | |||
| const std::string & | shaderFilename | |||
| ) |
Constructor with initial values.
Constructor with initial values.
| string MVOnPlaceObject::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVPlaceObject.
Reimplemented in MVFirefly, MVFlame, MVFood, MVHole, MVMaterial, MVMaterialCrystal, MVMaterialGrass, MVMaterialWood, MVMovingOnPlaceObject, MVNest, MVWallSide, MVWater, and Wall.
| string MVOnPlaceObject::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVPlaceObject.
Reimplemented in MVFirefly, MVFlame, MVFood, MVHole, MVMaterial, MVMaterialCrystal, MVMaterialGrass, MVMaterialWood, MVMovingOnPlaceObject, MVNest, MVWallSide, MVWater, and Wall.
| enum classId MVOnPlaceObject::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVPlaceObject.
Reimplemented in MVFirefly, MVFlame, MVFood, MVHole, MVMaterial, MVMaterialCrystal, MVMaterialGrass, MVMaterialWood, MVMovingOnPlaceObject, MVNest, MVWallSide, MVWater, and Wall.
1.5.6