OpenMW
|
#include <messagebox.hpp>
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 | |
MessageBoxManager & | mMessageBoxManager |
const std::string & | mMessage |
MyGUI::EditBox * | mMessageWidget |
int | mBottomPadding |
int | mNextBoxPadding |
MWGui::MessageBox::MessageBox | ( | MessageBoxManager & | parMessageBoxManager, |
const std::string & | message | ||
) |
int MWGui::MessageBox::getHeight | ( | ) |
void MWGui::MessageBox::setMessage | ( | const std::string & | message | ) |
void MWGui::MessageBox::update | ( | int | height | ) |
int MWGui::MessageBox::mBottomPadding [protected] |
const std::string& MWGui::MessageBox::mMessage [protected] |
MessageBoxManager& MWGui::MessageBox::mMessageBoxManager [protected] |
MyGUI::EditBox* MWGui::MessageBox::mMessageWidget [protected] |
int MWGui::MessageBox::mNextBoxPadding [protected] |