OpenMW
|
#include <journalwindow.hpp>
Public Member Functions | |
virtual | ~JournalWindow () |
destroy this instance of the JournalWindow implementation More... | |
virtual void | setVisible (bool newValue)=0 |
show/hide the journal window More... | |
Static Public Member Functions | |
static JournalWindow * | create (boost::shared_ptr< JournalViewModel > Model, bool questList) |
construct a new instance of the one JournalWindow implementation More... | |
|
inlinevirtual |
destroy this instance of the JournalWindow implementation
|
static |
construct a new instance of the one JournalWindow implementation
|
pure virtual |
show/hide the journal window
Implemented in anonymous_namespace{journalwindow.cpp}::JournalWindowImpl.