26 #ifndef TGUI_EDIT_BOX_RENDERER_HPP
27 #define TGUI_EDIT_BOX_RENDERER_HPP
30 #include <TGUI/Renderers/WidgetRenderer.hpp>
522 #endif // TGUI_EDIT_BOX_RENDERER_HPP
Color getBackgroundColorDisabled() const
Returns the color of the background when the edit box is disabled.
Color getCaretColor() const
Returns the color that will be used inside the edit box for the blinking caret.
void setBorderColorDisabled(Color color)
Changes the color of the borders used when the edit box is disabled.
Definition: EditBoxRenderer.hpp:37
Color getBackgroundColorFocused() const
Returns the color of the background when the edit box is focused.
Color getBackgroundColor() const
Returns the color of the background.
void setBackgroundColorFocused(Color color)
Changes the color of the background when the edit box is focused.
void setTextureFocused(const Texture &texture)
Changes the image that is drawn on top of the edit box image when the edit box is focused.
void setTextColor(Color textColor)
Sets the text color that will be used inside the edit box.
void setCaretColorFocused(Color caretColor)
Sets the color that will be used for the blinking caret when the edit box is focused.
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37
float getCaretWidth() const
Returns the caret width.
Color getBorderColorFocused() const
Returns the color of the borders used when the edit box is focused.
void setTexture(const Texture &texture)
Changes the image that is displayed.
Texture & getTextureDisabled() const
Returns the image that is displayed when the edit box is disabled.
Texture & getTextureHover() const
Returns the image that is displayed when the mouse is located on top of the edit box.
TextStyle getTextStyle() const
Returns text style.
void setBackgroundColor(Color color)
Changes the color of the background.
Wrapper for colors.
Definition: Color.hpp:49
void setBorders(const Borders &borders)
Changes the size of the borders.
Color getSelectedTextBackgroundColor() const
Returns the background color of the selected text that will be used inside the edit box.
Color getCaretColorHover() const
Returns the color that will be used for the blinking caret when the mouse is on top of the edit box.
void setSelectedTextColor(Color selectedTextColor)
Sets the text color of the selected text that will be used inside the edit box.
Color getBorderColor() const
Returns the color of the borders.
void setTextureHover(const Texture &texture)
Changes the image that is displayed when the mouse is located on top of the edit box.
Color getTextColorDisabled() const
Returns the text color that will be used inside the edit box when the edit box is disabled.
void setPadding(const Padding &padding)
Changes the padding of the edit box.
void setSelectedTextBackgroundColor(Color selectedTextBackgroundColor)
Sets the background color of the selected text that will be used inside the edit box.
Borders getBorders() const
Returns the size of the borders.
void setDefaultTextStyle(TextStyle style)
Changes the text style of the default text (the text drawn when the edit box is empty)
Color getTextColor() const
Returns the text color that will be used inside the edit box.
Texture & getTextureFocused() const
Returns the image that is drawn on top of the edit box image when the edit box is focused.
Definition: Texture.hpp:42
Color getDefaultTextColor() const
Returns the color of the default text that can optionally be displayed when the edit box is empty.
void setBackgroundColorHover(Color color)
Changes the color of the background in the hover state (mouse on edit box, but not pressed)
void setCaretColor(Color caretColor)
Sets the color that will be used inside the edit box for the blinking caret.
Color getBorderColorHover() const
Returns the color of the borders used when the mouse is on top of the edit box.
TextStyle getDefaultTextStyle() const
Returns the text style of the default text (the text drawn when the edit box is empty)
void setTextColorDisabled(Color textColor)
Sets the text color that will be used inside the edit box when the edit box is disabled.
void setTextureDisabled(const Texture &texture)
Changes the image that is displayed when the edit box is disabled.
void setTextColorFocused(Color textColor)
Sets the text color that will be used inside the edit box when the edit box is focused.
Color getBackgroundColorHover() const
Returns the color of the background in the hover state (mouse on edit box)
Definition: Outline.hpp:39
Color getCaretColorFocused() const
Returns the color that will be used for the blinking caret when the edit box is focused.
Padding getPadding() const
Returns the size of the padding.
Color getTextColorFocused() const
Returns the text color that will be used inside the edit box when the edit box is focused.
void setBorderColor(Color color)
Changes the color of the borders.
Texture & getTexture() const
Returns the image that is displayed.
void setCaretWidth(float width)
Changes the width of the caret.
void setTextStyle(TextStyle style)
Changes the text style.
Color getBorderColorDisabled() const
Returns the color of the borders used when the edit box is disabled.
void setBorderColorHover(Color color)
Changes the color of the borders used when the mouse is on top of the edit box.
void setBackgroundColorDisabled(Color color)
Changes the color of the background when the edit box is disabled.
Color getSelectedTextColor() const
Returns the text color of the selected text that will be used inside the edit box.
void setBorderColorFocused(Color color)
Changes the color of the borders used when the edit box is focused.
void setDefaultTextColor(Color defaultTextColor)
Sets the color of the default text that can optionally be displayed when the edit box is empty.
Wrapper for text styles.
Definition: TextStyle.hpp:47
void setCaretColorHover(Color caretColor)
Sets the color that will be used for the blinking caret when the mouse is on top of the edit box.