This is the complete list of members for Textbox, including all inherited members.
capsLock | Textbox | private |
characterLimit | Textbox | private |
ClearText() | Textbox | |
Enabled | UIComponent | protected |
fontKey | Textbox | private |
GetCharFromKey(AZUL_KEY key, bool shiftHeld) | Textbox | |
GetLayer() const | UIComponent | inline |
GetText() const | Textbox | |
GetType() const | UIComponent | inline |
height | Textbox | private |
Inputable()=default (defined in Inputable) | Inputable | protected |
Inputable(const Inputable &)=delete (defined in Inputable) | Inputable | protected |
IsEnabled() const | UIComponent | inline |
isFocused | Textbox | private |
IsMouseOver(float x, float y) override | Textbox | privatevirtual |
KeyboardDereg() | Textbox | private |
KeyboardReg() | Textbox | private |
KeyDeregistration(AZUL_KEY k, EventType e) | Inputable | private |
KeyHeld(AZUL_KEY key) override | Textbox | privatevirtual |
KeyInactive(AZUL_KEY k) | Inputable | inlineprivatevirtual |
KeyMap typedef | Inputable | private |
keyMap | Inputable | private |
KeyMapIt typedef | Inputable | private |
KeyPress(AZUL_KEY key) override | Textbox | privatevirtual |
KeyRegistration(AZUL_KEY k, EventType e) | Inputable | private |
KeyRelease(AZUL_KEY key) override | Textbox | privatevirtual |
Layer | UIComponent | protected |
LoseFocus() | Textbox | |
MouseHeld(AZUL_MOUSE m) | Inputable | inlineprivatevirtual |
MouseInactive(AZUL_MOUSE m) | Inputable | inlineprivatevirtual |
MouseKeyDeregistration(AZUL_MOUSE m, EventType e) | Inputable | private |
MouseKeyMap typedef | Inputable | private |
mouseKeyMap | Inputable | private |
MouseKeyMapIt typedef | Inputable | private |
MouseKeyRegistration(AZUL_MOUSE m, EventType e) | Inputable | private |
MousePress(AZUL_MOUSE m) | Inputable | inlineprivatevirtual |
MouseRelease(AZUL_MOUSE m) | Inputable | inlineprivatevirtual |
OnPress() override | Textbox | privatevirtual |
operator=(const Textbox &)=delete (defined in Textbox) | Textbox | |
operator=(const Inputable &)=delete (defined in Inputable) | Inputable | protected |
pBackgroundSprite | Textbox | private |
posX | Textbox | private |
posY | Textbox | private |
pOwningCanvas | UIComponent | protected |
pTextLabel | Textbox | private |
Render() override | Textbox | privatevirtual |
scaleX | Textbox | private |
scaleY | Textbox | private |
SetCharacterLimit(int limit) | Textbox | |
SetEnabled(bool enabled) | UIComponent | inline |
SetLayer(int layer) override | Textbox | virtual |
SetOwningCanvas(Canvas *canvas) | UIComponent | inline |
SetPosition(float x, float y) | Textbox | |
SetScale(float x, float y) | Textbox | |
SetTextSize(float x, float y) | Textbox | |
SetTextSizePixel(float x, float y) | Textbox | |
shiftHeld | Textbox | private |
SubmitKeyDeregistration(AZUL_KEY k, EventType e) | Inputable | protected |
SubmitKeyRegistration(AZUL_KEY k, EventType e) | Inputable | protected |
SubmitMouseKeyDeregistration(AZUL_MOUSE m, EventType e) | Inputable | protected |
SubmitMouseKeyRegistration(AZUL_MOUSE m, EventType e) | Inputable | protected |
text | Textbox | private |
Textbox()=default | Textbox | |
Textbox(const Textbox &)=delete (defined in Textbox) | Textbox | |
Textbox(const std::string &textureKey, const std::string &fontKey, float width, float height) | Textbox | |
Type | UIComponent | protected |
UpdateTextLabel() | Textbox | private |
width | Textbox | private |
~Inputable() (defined in Inputable) | Inputable | protectedvirtual |
~Textbox() (defined in Textbox) | Textbox | |
~UIComponent()=default | UIComponent | virtual |