OpenMW
|
#include <textinput.hpp>
Public Member Functions | |
TextInputDialog () | |
std::string | getTextInput () const |
void | setTextInput (const std::string &text) |
void | setNextButtonShow (bool shown) |
void | setTextLabel (const std::string &label) |
virtual void | open () |
Protected Member Functions | |
void | onOkClicked (MyGUI::Widget *_sender) |
void | onTextAccepted (MyGUI::Edit *_sender) |
Private Attributes | |
MyGUI::EditBox * | mTextEdit |
std::string MWGui::TextInputDialog::getTextInput | ( | ) | const [inline] |
void MWGui::TextInputDialog::onOkClicked | ( | MyGUI::Widget * | _sender | ) | [protected] |
void MWGui::TextInputDialog::onTextAccepted | ( | MyGUI::Edit * | _sender | ) | [protected] |
void MWGui::TextInputDialog::open | ( | ) | [virtual] |
Reimplemented from MWGui::WindowModal.
void MWGui::TextInputDialog::setNextButtonShow | ( | bool | shown | ) |
void MWGui::TextInputDialog::setTextInput | ( | const std::string & | text | ) | [inline] |
void MWGui::TextInputDialog::setTextLabel | ( | const std::string & | label | ) |
MyGUI::EditBox* MWGui::TextInputDialog::mTextEdit [private] |