48 #ifndef _ChatHistory_H__ 49 #define _ChatHistory_H__ 93 void debug_printhist();
137 int chat_hist_openlog();
141 void chat_hist_closelog();
std::deque< std::string > hist_buffer
Vector to store the history in.
Definition: ChatHistory.h:98
Definition: ChatHistory.h:60
::std::string string
Definition: gtest-port.h:756
Output level, used for messages directed to the user (e.g. "Press any key to continue") ...
Definition: OutputDefinitions.h:89
std::ofstream hist_logfile
Output file stream for logfile.
Definition: ChatHistory.h:110
Classes inheriting from this interface get a notification whenever a chat message was sent through Ch...
Definition: ChatListener.h:42
Base for singleton classes.
Definition: Singleton.h:114
bool hist_log_enabled
is logging enabled?
Definition: ChatHistory.h:104
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the orxonox library ...
static ChatHistory * singletonPtr_s
Definition: ChatHistory.h:113
Declaration of BaseObject, the base class of all objects in Orxonox.
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Definition of the Singleton template that is used as base class for classes that allow only one insta...
std::string hist_logfile_path
path of logfile on the file system
Definition: ChatHistory.h:107
unsigned int hist_maxlines
Maximum number of lines stored in this history.
Definition: ChatHistory.h:101