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