TGUI
0.9.5
|
Public Member Functions | |
void | setTextStyle (TextStyles style) |
Changes the text style. | |
TextStyles | getTextStyle () const |
Returns text style. | |
void | setDefaultTextStyle (TextStyles style) |
Changes the text style of the default text (the text drawn when the edit box is empty) | |
TextStyles | getDefaultTextStyle () const |
Returns the text style of the default text (the text drawn when the edit box is empty) | |
void | setBorders (const Borders &borders) |
Changes the size of the borders. | |
Borders | getBorders () const |
Returns the size of the borders. | |
void | setPadding (const Padding &padding) |
Changes the padding of the edit box. | |
Padding | getPadding () const |
Returns the size of the padding. | |
void | setCaretWidth (float width) |
Changes the width of the caret. | |
float | getCaretWidth () const |
Returns the caret width. | |
void | setTextColor (Color textColor) |
Sets the text color that will be used inside the edit box. | |
Color | getTextColor () const |
Returns the text color that will be used inside the edit box. | |
void | setTextColorDisabled (Color textColor) |
Sets the text color that will be used inside the edit box when the edit box is disabled. | |
Color | getTextColorDisabled () const |
Returns the text color that will be used inside the edit box 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 | getTextColorFocused () const |
Returns the text color that will be used inside the edit box when the edit box is focused. | |
void | setSelectedTextColor (Color selectedTextColor) |
Sets the text color of the selected text that will be used inside the edit box. | |
Color | getSelectedTextColor () const |
Returns the text color of the selected text that will be used inside the edit box. | |
void | setSelectedTextBackgroundColor (Color selectedTextBackgroundColor) |
Sets the background color of the selected text that will be used inside the edit box. | |
Color | getSelectedTextBackgroundColor () const |
Returns the background color of the selected text that will be used inside the edit box. | |
void | setDefaultTextColor (Color defaultTextColor) |
Sets the color of the default text that can optionally be displayed when the edit box is empty. | |
Color | getDefaultTextColor () const |
Returns the color of the default text that can optionally be displayed when the edit box is empty. | |
void | setBackgroundColor (Color color) |
Changes the color of the background. | |
Color | getBackgroundColor () const |
Returns the color of the background. | |
void | setBackgroundColorHover (Color color) |
Changes the color of the background in the hover state (mouse on edit box, but not pressed) | |
Color | getBackgroundColorHover () const |
Returns the color of the background in the hover state (mouse on edit box) | |
void | setBackgroundColorDisabled (Color color) |
Changes the color of the background when the edit box is disabled. | |
Color | getBackgroundColorDisabled () const |
Returns the color of the background when the edit box is disabled. | |
void | setBackgroundColorFocused (Color color) |
Changes the color of the background when the edit box is focused. | |
Color | getBackgroundColorFocused () const |
Returns the color of the background when the edit box is focused. | |
void | setCaretColor (Color caretColor) |
Sets the color that will be used inside the edit box for the blinking caret. | |
Color | getCaretColor () const |
Returns the color that will be used inside the edit box for the blinking caret. | |
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. | |
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 | setCaretColorFocused (Color caretColor) |
Sets the color that will be used for the blinking caret when the edit box is focused. | |
Color | getCaretColorFocused () const |
Returns the color that will be used for the blinking caret when the edit box is focused. | |
void | setBorderColor (Color color) |
Changes the color of the borders. | |
Color | getBorderColor () const |
Returns the color of the borders. | |
void | setBorderColorHover (Color color) |
Changes the color of the borders used when the mouse is on top of the edit box. | |
Color | getBorderColorHover () const |
Returns the color of the borders used when the mouse is on top of the edit box. | |
void | setBorderColorDisabled (Color color) |
Changes the color of the borders used when the edit box is disabled. | |
Color | getBorderColorDisabled () const |
Returns the color of the borders used when the edit box is disabled. | |
void | setBorderColorFocused (Color color) |
Changes the color of the borders used when the edit box is focused. | |
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. | |
const Texture & | getTexture () const |
Returns the image that is displayed. | |
void | setTextureHover (const Texture &texture) |
Changes the image that is displayed when the mouse is located on top of the edit box. | |
const Texture & | getTextureHover () const |
Returns the image that is displayed when the mouse is located on top of the edit box. | |
void | setTextureDisabled (const Texture &texture) |
Changes the image that is displayed when the edit box is disabled. | |
const Texture & | getTextureDisabled () const |
Returns the image that is displayed when the edit box is disabled. | |
void | setTextureFocused (const Texture &texture) |
Changes the image that is drawn on top of the edit box image when the edit box is focused. | |
const Texture & | getTextureFocused () const |
Returns the image that is drawn on top of the edit box image when the edit box is focused. | |
WidgetRenderer ()=default | |
Default constructor. | |
WidgetRenderer (const std::shared_ptr< RendererData > &data) | |
Construct the renderer from renderer data. | |
Public Member Functions inherited from tgui::WidgetRenderer | |
WidgetRenderer ()=default | |
Default constructor. | |
WidgetRenderer (const std::shared_ptr< RendererData > &data) | |
Construct the renderer from renderer data. | |
virtual | ~WidgetRenderer ()=default |
Virtual destructor. | |
void | setOpacity (float opacity) |
Changes the opacity of the widget. | |
float | getOpacity () const |
Returns the opacity of the widget. | |
void | setOpacityDisabled (float opacity) |
Changes the opacity of the widget when it is disabled. | |
float | getOpacityDisabled () const |
Returns the opacity of the widget when it is disabled. | |
void | setFont (Font font) |
Changes the font used for the text in the widget. | |
Font | getFont () const |
Returns the font associated with the widget (if any) | |
void | setTransparentTexture (bool ignoreTransparentParts) |
Sets whether mouse events should be ignored on transparent parts of the texture of the widget in normal state. | |
bool | getTransparentTexture () const |
Returns whether mouse events should be ignored on transparent parts of the texture of the widget. | |
void | setProperty (const String &property, ObjectConverter &&value) |
Changes a property of the renderer. | |
ObjectConverter | getProperty (const String &property) const |
Retrieves the value of a certain property. | |
const std::map< String, ObjectConverter > & | getPropertyValuePairs () const |
Gets a map with all properties and their values. | |
void | subscribe (const void *id, const std::function< void(const String &property)> &function) |
Subscribes a callback function to changes in the renderer. | |
void | unsubscribe (const void *id) |
Subscribes a callback function to changes in the renderer. | |
void | setData (const std::shared_ptr< RendererData > &data) |
std::shared_ptr< RendererData > | getData () const |
Returns the renderer data. | |
std::shared_ptr< RendererData > | clone () const |
Gets a clone of the renderer data. | |
Additional Inherited Members | |
Protected Attributes inherited from tgui::WidgetRenderer | |
std::shared_ptr< RendererData > | m_data = RendererData::create() |
Color tgui::EditBoxRenderer::getBackgroundColor | ( | ) | const |
Returns the color of the background.
Color tgui::EditBoxRenderer::getBackgroundColorDisabled | ( | ) | const |
Returns the color of the background when the edit box is disabled.
Color tgui::EditBoxRenderer::getBackgroundColorFocused | ( | ) | const |
Returns the color of the background when the edit box is focused.
Color tgui::EditBoxRenderer::getBackgroundColorHover | ( | ) | const |
Returns the color of the background in the hover state (mouse on edit box)
Color tgui::EditBoxRenderer::getBorderColor | ( | ) | const |
Returns the color of the borders.
Color tgui::EditBoxRenderer::getBorderColorDisabled | ( | ) | const |
Returns the color of the borders used when the edit box is disabled.
Color tgui::EditBoxRenderer::getBorderColorFocused | ( | ) | const |
Returns the color of the borders used when the edit box is focused.
Color tgui::EditBoxRenderer::getBorderColorHover | ( | ) | const |
Returns the color of the borders used when the mouse is on top of the edit box.
Borders tgui::EditBoxRenderer::getBorders | ( | ) | const |
Returns the size of the borders.
Color tgui::EditBoxRenderer::getCaretColor | ( | ) | const |
Returns the color that will be used inside the edit box for the blinking caret.
Color tgui::EditBoxRenderer::getCaretColorFocused | ( | ) | const |
Returns the color that will be used for the blinking caret when the edit box is focused.
Color tgui::EditBoxRenderer::getCaretColorHover | ( | ) | const |
Returns the color that will be used for the blinking caret when the mouse is on top of the edit box.
float tgui::EditBoxRenderer::getCaretWidth | ( | ) | const |
Returns the caret width.
Color tgui::EditBoxRenderer::getDefaultTextColor | ( | ) | const |
Returns the color of the default text that can optionally be displayed when the edit box is empty.
TextStyles tgui::EditBoxRenderer::getDefaultTextStyle | ( | ) | const |
Returns the text style of the default text (the text drawn when the edit box is empty)
Padding tgui::EditBoxRenderer::getPadding | ( | ) | const |
Color tgui::EditBoxRenderer::getSelectedTextBackgroundColor | ( | ) | const |
Returns the background color of the selected text that will be used inside the edit box.
Color tgui::EditBoxRenderer::getSelectedTextColor | ( | ) | const |
Returns the text color of the selected text that will be used inside the edit box.
Color tgui::EditBoxRenderer::getTextColor | ( | ) | const |
Returns the text color that will be used inside the edit box.
Color tgui::EditBoxRenderer::getTextColorDisabled | ( | ) | const |
Returns the text color that will be used inside the edit box when the edit box is disabled.
Color tgui::EditBoxRenderer::getTextColorFocused | ( | ) | const |
Returns the text color that will be used inside the edit box when the edit box is focused.
TextStyles tgui::EditBoxRenderer::getTextStyle | ( | ) | const |
Returns text style.
const Texture & tgui::EditBoxRenderer::getTexture | ( | ) | const |
Returns the image that is displayed.
const Texture & tgui::EditBoxRenderer::getTextureDisabled | ( | ) | const |
Returns the image that is displayed when the edit box is disabled.
const Texture & tgui::EditBoxRenderer::getTextureFocused | ( | ) | const |
Returns the image that is drawn on top of the edit box image when the edit box is focused.
const Texture & tgui::EditBoxRenderer::getTextureHover | ( | ) | const |
Returns the image that is displayed when the mouse is located on top of the edit box.
void tgui::EditBoxRenderer::setBackgroundColor | ( | Color | color | ) |
Changes the color of the background.
color | New background color |
Note that this color is ignored when you set an image as background.
void tgui::EditBoxRenderer::setBackgroundColorDisabled | ( | Color | color | ) |
Changes the color of the background when the edit box is disabled.
color | New background color |
Note that this color is ignored when you set an image as background.
void tgui::EditBoxRenderer::setBackgroundColorFocused | ( | Color | color | ) |
Changes the color of the background when the edit box is focused.
color | New background color |
Note that this color is ignored when you set an image as background.
void tgui::EditBoxRenderer::setBackgroundColorHover | ( | Color | color | ) |
Changes the color of the background in the hover state (mouse on edit box, but not pressed)
color | New background color |
Note that this color is ignored when you set an image as background.
void tgui::EditBoxRenderer::setBorderColor | ( | Color | color | ) |
Changes the color of the borders.
color | New border color |
void tgui::EditBoxRenderer::setBorderColorDisabled | ( | Color | color | ) |
Changes the color of the borders used when the edit box is disabled.
color | New border color |
void tgui::EditBoxRenderer::setBorderColorFocused | ( | Color | color | ) |
Changes the color of the borders used when the edit box is focused.
color | New border color |
void tgui::EditBoxRenderer::setBorderColorHover | ( | Color | color | ) |
Changes the color of the borders used when the mouse is on top of the edit box.
color | New border color |
void tgui::EditBoxRenderer::setBorders | ( | const Borders & | borders | ) |
Changes the size of the borders.
borders | Size of the borders |
void tgui::EditBoxRenderer::setCaretColor | ( | Color | caretColor | ) |
Sets the color that will be used inside the edit box for the blinking caret.
caretColor | The color of the blinking caret |
void tgui::EditBoxRenderer::setCaretColorFocused | ( | Color | caretColor | ) |
Sets the color that will be used for the blinking caret when the edit box is focused.
caretColor | The color of the blinking caret |
void tgui::EditBoxRenderer::setCaretColorHover | ( | Color | caretColor | ) |
Sets the color that will be used for the blinking caret when the mouse is on top of the edit box.
caretColor | The color of the blinking caret |
void tgui::EditBoxRenderer::setCaretWidth | ( | float | width | ) |
Changes the width of the caret.
width | New width of the caret |
void tgui::EditBoxRenderer::setDefaultTextColor | ( | Color | defaultTextColor | ) |
Sets the color of the default text that can optionally be displayed when the edit box is empty.
defaultTextColor | The new default text color |
void tgui::EditBoxRenderer::setDefaultTextStyle | ( | TextStyles | style | ) |
Changes the text style of the default text (the text drawn when the edit box is empty)
style | The new default text style |
void tgui::EditBoxRenderer::setPadding | ( | const Padding & | padding | ) |
Changes the padding of the edit box.
When the text is auto-scaled then it will be drawn within the area defined by the size minus the border and padding. The padding is also used to define the clipping area for when the text it too long.
padding | The padding width and height |
void tgui::EditBoxRenderer::setSelectedTextBackgroundColor | ( | Color | selectedTextBackgroundColor | ) |
Sets the background color of the selected text that will be used inside the edit box.
selectedTextBackgroundColor | The new background color |
void tgui::EditBoxRenderer::setSelectedTextColor | ( | Color | selectedTextColor | ) |
Sets the text color of the selected text that will be used inside the edit box.
selectedTextColor | The new selected text color |
void tgui::EditBoxRenderer::setTextColor | ( | Color | textColor | ) |
Sets the text color that will be used inside the edit box.
textColor | The new text color |
void tgui::EditBoxRenderer::setTextColorDisabled | ( | Color | textColor | ) |
Sets the text color that will be used inside the edit box when the edit box is disabled.
textColor | The new text color |
void tgui::EditBoxRenderer::setTextColorFocused | ( | Color | textColor | ) |
Sets the text color that will be used inside the edit box when the edit box is focused.
textColor | The new text color |
void tgui::EditBoxRenderer::setTextStyle | ( | TextStyles | style | ) |
Changes the text style.
style | New text style |
void tgui::EditBoxRenderer::setTexture | ( | const Texture & | texture | ) |
Changes the image that is displayed.
texture | The new edit box texture |
When this image is set, the background color property will be ignored.
void tgui::EditBoxRenderer::setTextureDisabled | ( | const Texture & | texture | ) |
Changes the image that is displayed when the edit box is disabled.
texture | The new disabled texture |
void tgui::EditBoxRenderer::setTextureFocused | ( | const Texture & | texture | ) |
Changes the image that is drawn on top of the edit box image when the edit box is focused.
texture | The new focus texture |
void tgui::EditBoxRenderer::setTextureHover | ( | const Texture & | texture | ) |
Changes the image that is displayed when the mouse is located on top of the edit box.
texture | The new hover texture |
|
inline |
Construct the renderer from renderer data.
data | Renderer data to initialize the renderer with |