A variant of the EditBox that only allows integer inputs.
More...
#include <numericeditbox.hpp>
A variant of the EditBox that only allows integer inputs.
Gui::NumericEditBox::NumericEditBox |
( |
| ) |
|
|
inline |
void Gui::NumericEditBox::initialiseOverride |
( |
| ) |
|
void Gui::NumericEditBox::onEditTextChange |
( |
MyGUI::EditBox * |
sender | ) |
|
|
private |
void Gui::NumericEditBox::onKeyLostFocus |
( |
MyGUI::Widget * |
_new | ) |
|
|
private |
void Gui::NumericEditBox::setMaxValue |
( |
int |
maxValue | ) |
|
void Gui::NumericEditBox::setMinValue |
( |
int |
minValue | ) |
|
void Gui::NumericEditBox::setValue |
( |
int |
value | ) |
|
- Note
- Does not trigger eventValueChanged
void Gui::NumericEditBox::shutdownOverride |
( |
| ) |
|
int Gui::NumericEditBox::mMaxValue |
|
private |
int Gui::NumericEditBox::mMinValue |
|
private |
int Gui::NumericEditBox::mValue |
|
private |
The documentation for this class was generated from the following files: