OpenMW
|
A dialogue entry. More...
#include <journalentry.hpp>
Public Member Functions | |
JournalEntry () | |
JournalEntry (const std::string &topic, const std::string &infoId, const MWWorld::Ptr &actor) | |
JournalEntry (const ESM::JournalEntry &record) | |
void | write (ESM::JournalEntry &entry) const |
Public Member Functions inherited from MWDialogue::Entry | |
Entry () | |
Entry (const std::string &topic, const std::string &infoId, const MWWorld::Ptr &actor) | |
actor is optional More... | |
Entry (const ESM::JournalEntry &record) | |
std::string | getText () const |
void | write (ESM::JournalEntry &entry) const |
Static Public Member Functions | |
static JournalEntry | makeFromQuest (const std::string &topic, int index) |
static std::string | idFromIndex (const std::string &topic, int index) |
Public Attributes | |
std::string | mTopic |
Public Attributes inherited from MWDialogue::Entry | |
std::string | mInfoId |
std::string | mText |
std::string | mActorName |
A dialogue entry.
Same as entry, but store TopicID
JournalEntry::JournalEntry | ( | ) |
JournalEntry::JournalEntry | ( | const std::string & | topic, |
const std::string & | infoId, | ||
const MWWorld::Ptr & | actor | ||
) |
JournalEntry::JournalEntry | ( | const ESM::JournalEntry & | record | ) |
|
static |
|
static |
void JournalEntry::write | ( | ESM::JournalEntry & | entry | ) | const |
std::string MWDialogue::JournalEntry::mTopic |