OpenMW
Public Member Functions | Protected Member Functions | Protected Attributes
MWGui::TrainingWindow Class Reference

#include <trainingwindow.hpp>

List of all members.

Public Member Functions

 TrainingWindow ()
virtual void open ()
void startTraining (MWWorld::Ptr actor)
void onFrame (float dt)

Protected Member Functions

virtual void onReferenceUnavailable ()
 called when reference has become unavailable
void onCancelButtonClicked (MyGUI::Widget *sender)
void onTrainingSelected (MyGUI::Widget *sender)

Protected Attributes

MyGUI::Widget * mTrainingOptions
MyGUI::Button * mCancelButton
MyGUI::TextBox * mPlayerGold
float mFadeTimeRemaining

Constructor & Destructor Documentation


Member Function Documentation

void MWGui::TrainingWindow::onCancelButtonClicked ( MyGUI::Widget *  sender) [protected]
void MWGui::TrainingWindow::onFrame ( float  dt)
void MWGui::TrainingWindow::onReferenceUnavailable ( ) [protected, virtual]

called when reference has become unavailable

Implements MWGui::ReferenceInterface.

void MWGui::TrainingWindow::onTrainingSelected ( MyGUI::Widget *  sender) [protected]
void MWGui::TrainingWindow::open ( ) [virtual]

Reimplemented from MWGui::WindowBase.


Member Data Documentation

MyGUI::Button* MWGui::TrainingWindow::mCancelButton [protected]
MyGUI::TextBox* MWGui::TrainingWindow::mPlayerGold [protected]
MyGUI::Widget* MWGui::TrainingWindow::mTrainingOptions [protected]

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