OpenMW
|
Public Member Functions | |
JournalEntryImpl (JournalViewModelImpl const *model, iterator_t itr) | |
std::string | getText () const |
Utf8Span | timestamp () const |
Public Member Functions inherited from MWGui::JournalViewModelImpl::BaseEntry< iterator_t, JournalEntry > | |
BaseEntry (JournalViewModelImpl const *model, iterator_t itr) | |
virtual | ~BaseEntry () |
void | ensureLoaded () const |
Utf8Span | body () const |
void | visitSpans (boost::function< void(TopicId, size_t, size_t)> visitor) const |
Public Attributes | |
std::string | timestamp_buffer |
Public Attributes inherited from MWGui::JournalViewModelImpl::BaseEntry< iterator_t, JournalEntry > | |
iterator_t | itr |
JournalViewModelImpl const * | mModel |
bool | loaded |
std::string | utf8text |
std::map< Range, intptr_t > | mHyperLinks |
Additional Inherited Members | |
Public Types inherited from MWGui::JournalViewModelImpl::BaseEntry< iterator_t, JournalEntry > | |
typedef iterator_t | iterator_t |
typedef std::pair< size_t, size_t > | Range |
|
inline |
|
inlinevirtual |
|
inline |
|
mutable |