OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
MWGui::JournalWindow Struct Referenceabstract

#include <journalwindow.hpp>

Inheritance diagram for MWGui::JournalWindow:
Collaboration diagram for MWGui::JournalWindow:

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 JournalWindowcreate (boost::shared_ptr< JournalViewModel > Model, bool questList)
 construct a new instance of the one JournalWindow implementation More...
 

Constructor & Destructor Documentation

virtual MWGui::JournalWindow::~JournalWindow ( )
inlinevirtual

destroy this instance of the JournalWindow implementation

Member Function Documentation

MWGui::JournalWindow * MWGui::JournalWindow::create ( boost::shared_ptr< JournalViewModel Model,
bool  questList 
)
static

construct a new instance of the one JournalWindow implementation

Here is the caller graph for this function:

virtual void MWGui::JournalWindow::setVisible ( bool  newValue)
pure virtual

show/hide the journal window

Implemented in anonymous_namespace{journalwindow.cpp}::JournalWindowImpl.

Here is the caller graph for this function:


The documentation for this struct was generated from the following files: