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

#include <messagebox.hpp>

List of all members.

Public Member Functions

 MessageBox (MessageBoxManager &parMessageBoxManager, const std::string &message)
void setMessage (const std::string &message)
int getHeight ()
void update (int height)

Public Attributes

float mCurrentTime
float mMaxTime

Protected Attributes

MessageBoxManagermMessageBoxManager
const std::string & mMessage
MyGUI::EditBox * mMessageWidget
int mBottomPadding
int mNextBoxPadding

Constructor & Destructor Documentation

MWGui::MessageBox::MessageBox ( MessageBoxManager parMessageBoxManager,
const std::string &  message 
)

Member Function Documentation

void MWGui::MessageBox::setMessage ( const std::string &  message)
void MWGui::MessageBox::update ( int  height)

Member Data Documentation

const std::string& MWGui::MessageBox::mMessage [protected]
MyGUI::EditBox* MWGui::MessageBox::mMessageWidget [protected]

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