1 #ifndef MWGUI_JOURNAL_H
2 #define MWGUI_JOURNAL_H
4 #include <boost/shared_ptr.hpp>
6 namespace MWBase {
class WindowManager; }
10 struct JournalViewModel;
virtual void setVisible(bool newValue)=0
show/hide the journal window
Definition: journalwindow.hpp:12
static JournalWindow * create(boost::shared_ptr< JournalViewModel > Model, bool questList)
construct a new instance of the one JournalWindow implementation
Definition: journalwindow.cpp:570
virtual ~JournalWindow()
destroy this instance of the JournalWindow implementation
Definition: journalwindow.hpp:18