1 #ifndef OPENMW_NUMERIC_EDIT_BOX_H
2 #define OPENMW_NUMERIC_EDIT_BOX_H
4 #include <MyGUI_EditBox.h>
A variant of the EditBox that only allows integer inputs.
Definition: numericeditbox.hpp:14
EventHandle_ValueChanged eventValueChanged
Definition: numericeditbox.hpp:29
void onKeyButtonPressed(MyGUI::KeyCode key, MyGUI::Char character)
Definition: numericeditbox.cpp:83
void shutdownOverride()
Definition: numericeditbox.cpp:17
void onEditTextChange(MyGUI::EditBox *sender)
Definition: numericeditbox.cpp:23
void setMinValue(int minValue)
Definition: numericeditbox.cpp:67
MyGUI::delegates::CMultiDelegate1< int > EventHandle_ValueChanged
Definition: numericeditbox.hpp:28
void onKeyLostFocus(MyGUI::Widget *_new)
Definition: numericeditbox.cpp:77
int getValue()
Definition: numericeditbox.cpp:62
void setValue(int value)
Definition: numericeditbox.cpp:53
Definition: fontwrapper.hpp:11
void setMaxValue(int maxValue)
Definition: numericeditbox.cpp:72
int mMaxValue
Definition: numericeditbox.hpp:45
int mValue
Definition: numericeditbox.hpp:42
int mMinValue
Definition: numericeditbox.hpp:44
void initialiseOverride()
Definition: numericeditbox.cpp:8
NumericEditBox()
Definition: numericeditbox.hpp:19
KeyCode
Keyboard scan codes.
Definition: OISCompat.hpp:10