Orxonox
0.0.5 Codename: Arcturus
|
Declaration of BaseObject, the base class of all objects in Orxonox. More...
#include "CorePrereqs.h"
#include <map>
#include <list>
#include "util/mbool.h"
#include "class/OrxonoxClass.h"
#include "class/Super.h"
#include "object/StrongPtr.h"
Go to the source code of this file.
Classes | |
class | orxonox::BaseObject |
The BaseObject is the parent of all classes representing an instance in the game. More... | |
class | orxonox::BaseObject::StrongOrWeakPtr< T > |
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::SUPER_FUNCTION (0, BaseObject, XMLPort, false) | |
orxonox::SUPER_FUNCTION (2, BaseObject, changedActivity, false) | |
orxonox::SUPER_FUNCTION (3, BaseObject, changedVisibility, false) | |
orxonox::SUPER_FUNCTION (4, BaseObject, XMLEventPort, false) | |
orxonox::SUPER_FUNCTION (8, BaseObject, changedName, false) | |
Declaration of BaseObject, the base class of all objects in Orxonox.
The BaseObject is the parent of all classes representing an instance in the game.