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 Member Functions inherited from MWGui::Layout | |
Layout (const std::string &_layout, MyGUI::Widget *_parent=nullptr) | |
virtual | ~Layout () |
MyGUI::Widget * | getWidget (const std::string &_name) |
template<typename T > | |
void | getWidget (T *&_widget, const std::string &_name) |
void | setCoord (int x, int y, int w, int h) |
virtual void | setVisible (bool b) |
void | setText (const std::string &name, const std::string &caption) |
void | setTitle (const std::string &title) |
Public Attributes | |
float | mCurrentTime |
float | mMaxTime |
Public Attributes inherited from MWGui::Layout | |
MyGUI::Widget * | mMainWidget |
Protected Attributes | |
MessageBoxManager & | mMessageBoxManager |
const std::string & | mMessage |
MyGUI::EditBox * | mMessageWidget |
int | mBottomPadding |
int | mNextBoxPadding |
Protected Attributes inherited from MWGui::Layout | |
std::string | mPrefix |
std::string | mLayoutName |
MyGUI::VectorWidgetPtr | mListWindowRoot |
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 | ) |
|
protected |
float MWGui::MessageBox::mCurrentTime |
float MWGui::MessageBox::mMaxTime |
|
protected |
|
protected |
|
protected |
|
protected |