1 #ifndef MWGUI_JOURNAL_H
2 #define MWGUI_JOURNAL_H
10 namespace MWBase {
class WindowManager; }
14 struct JournalViewModel;
JournalWindow()
Definition: journalwindow.cpp:668
static JournalWindow * create(std::shared_ptr< JournalViewModel > Model, bool questList, ToUTF8::FromType encoding)
construct a new instance of the one JournalWindow implementation
Definition: journalwindow.cpp:663
FromType
Definition: to_utf8.hpp:11
Definition: windowbase.hpp:21
virtual void setVisible(bool newValue)=0
show/hide the journal window
Definition: journalwindow.hpp:16
virtual ~JournalWindow()
destroy this instance of the JournalWindow implementation
Definition: journalwindow.hpp:24