29 #ifndef _MoodManager_H__ 30 #define _MoodManager_H__ 53 virtual bool moodChanged(
const std::string& mood) = 0;
68 void setConfigValues();
76 void checkMoodValidity();
static const std::string defaultMood_
Definition: MoodManager.h:81
virtual ~MoodListener()
Definition: MoodManager.h:50
const std::string & getMood() const
Definition: MoodManager.h:71
::std::string string
Definition: gtest-port.h:756
Definition: MoodManager.h:44
This is the class from which all interfaces of the game-logic (not the engine) are derived from...
Definition: OrxonoxInterface.h:50
This is the base class of all objects which may contain config values.
Definition: Configurable.h:47
Definition: MoodManager.h:62
Base for singleton classes.
Definition: Singleton.h:114
std::string oldMood_
Definition: MoodManager.h:80
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Declaration of OrxonoxInterface, the base class of all interfaces in Orxonox.
Shared library macros, enums, constants and forward declarations for the orxonox library ...
std::string mood_
Definition: MoodManager.h:79
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Definition of the Singleton template that is used as base class for classes that allow only one insta...
static MoodManager & getInstance()
Definition: MoodManager.h:73
static MoodManager * singletonPtr_s
Definition: MoodManager.h:83
static T & getInstance()
Returns a reference to the singleton instance.
Definition: Singleton.h:118