29 #ifndef _ChatOverlay_H__ 30 #define _ChatOverlay_H__ 36 #include <OgrePrerequisites.h> 37 #if OGRE_VERSION >= 0x010900 38 # include <Overlay/OgreOverlayElement.h> 40 # include <OgreOverlayElement.h> 54 void setConfigValues();
62 void updateOverlayText();
63 void dropMessage(
Timer* timer);
Definition: OverlayText.h:41
::std::string string
Definition: gtest-port.h:756
std::set< Timer * > timers_
Definition: ChatOverlay.h:66
Output level, used for messages directed to the user (e.g. "Press any key to continue") ...
Definition: OutputDefinitions.h:89
Classes inheriting from this interface get a notification whenever a chat message was sent through Ch...
Definition: ChatListener.h:42
#define _OverlaysExport
Definition: OverlaysPrereqs.h:60
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the overlays module ...
std::list< Ogre::DisplayString > messages_
Definition: ChatOverlay.h:59
Definition: ChatOverlay.h:48
Timer is a helper class that executes a function after a given amount of seconds in game-time...
Definition: Timer.h:105
float displayTime_
Definition: ChatOverlay.h:65