|
|
@ -15,8 +15,8 @@ namespace MWGui
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
TextInputDialog();
|
|
|
|
TextInputDialog();
|
|
|
|
|
|
|
|
|
|
|
|
std::string getTextInput() const { return mTextEdit ? mTextEdit->getOnlyText() : ""; }
|
|
|
|
std::string getTextInput() const { return mTextEdit->getCaption(); }
|
|
|
|
void setTextInput(const std::string &text) { if (mTextEdit) mTextEdit->setOnlyText(text); }
|
|
|
|
void setTextInput(const std::string &text) { mTextEdit->setCaption(text); }
|
|
|
|
|
|
|
|
|
|
|
|
void setNextButtonShow(bool shown);
|
|
|
|
void setNextButtonShow(bool shown);
|
|
|
|
void setTextLabel(const std::string &label);
|
|
|
|
void setTextLabel(const std::string &label);
|
|
|
|