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

#include <journalentry.hpp>

Collaboration diagram for ESM::JournalEntry:

Public Types

enum  Type { Type_Journal = 0, Type_Topic = 1, Type_Quest = 2 }
 

Public Member Functions

void load (ESMReader &esm)
 
void save (ESMWriter &esm) const
 

Public Attributes

int mType
 
std::string mTopic
 
std::string mInfo
 
std::string mText
 
std::string mActorName
 
int mDay
 
int mMonth
 
int mDayOfMonth
 

Member Enumeration Documentation

Enumerator
Type_Journal 
Type_Topic 
Type_Quest 

Member Function Documentation

void JournalEntry::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void JournalEntry::save ( ESMWriter esm) const

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::string ESM::JournalEntry::mActorName
int ESM::JournalEntry::mDay
int ESM::JournalEntry::mDayOfMonth
std::string ESM::JournalEntry::mInfo
int ESM::JournalEntry::mMonth
std::string ESM::JournalEntry::mText
std::string ESM::JournalEntry::mTopic
int ESM::JournalEntry::mType

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