OpenMW
|
#include <messages.hpp>
Public Types | |
typedef std::vector< Message > | Collection |
typedef Collection::const_iterator | Iterator |
Public Member Functions | |
Messages (Message::Severity default_) | |
void | add (const CSMWorld::UniversalId &id, const std::string &message, const std::string &hint="", Message::Severity severity=Message::Severity_Default) |
void | push_back (const std::pair< CSMWorld::UniversalId, std::string > &data) |
Iterator | begin () const |
Iterator | end () const |
Private Attributes | |
Collection | mMessages |
Message::Severity | mDefault |
typedef std::vector<Message> CSMDoc::Messages::Collection |
typedef Collection::const_iterator CSMDoc::Messages::Iterator |
CSMDoc::Messages::Messages | ( | Message::Severity | default_ | ) |
void CSMDoc::Messages::add | ( | const CSMWorld::UniversalId & | id, |
const std::string & | message, | ||
const std::string & | hint = "" , |
||
Message::Severity | severity = Message::Severity_Default |
||
) |
CSMDoc::Messages::Iterator CSMDoc::Messages::begin | ( | ) | const |
CSMDoc::Messages::Iterator CSMDoc::Messages::end | ( | ) | const |
void CSMDoc::Messages::push_back | ( | const std::pair< CSMWorld::UniversalId, std::string > & | data | ) |
|
private |
|
private |