OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MWDialogue::Entry Struct Reference

Basic quest/dialogue/topic entry. More...

#include <journalentry.hpp>

Inheritance diagram for MWDialogue::Entry:
Collaboration diagram for MWDialogue::Entry:

Public Member Functions

 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
 

Public Attributes

std::string mInfoId
 
std::string mText
 
std::string mActorName
 

Detailed Description

Basic quest/dialogue/topic entry.

Constructor & Destructor Documentation

MWDialogue::Entry::Entry ( )
MWDialogue::Entry::Entry ( const std::string &  topic,
const std::string &  infoId,
const MWWorld::Ptr actor 
)

actor is optional

Here is the call graph for this function:

MWDialogue::Entry::Entry ( const ESM::JournalEntry record)

Member Function Documentation

std::string MWDialogue::Entry::getText ( ) const
void MWDialogue::Entry::write ( ESM::JournalEntry entry) const

Here is the caller graph for this function:

Member Data Documentation

std::string MWDialogue::Entry::mActorName
std::string MWDialogue::Entry::mInfoId
std::string MWDialogue::Entry::mText

The documentation for this struct was generated from the following files: