| 
    TGUI
    0.8.9
    
   | 
 
  
Public Member Functions | |
| void | setBorders (const Borders &borders) | 
| Changes the size of the borders.  More... | |
| Borders | getBorders () const | 
| Returns the size of the borders.  More... | |
| void | setBorderBetweenArrows (float space) | 
| Changes the space that is left between the arrows.  More... | |
| float | getBorderBetweenArrows () const | 
| Returns the space that is left between the arrows.  More... | |
| void | setBackgroundColor (Color color) | 
| Changes the color of the background of the arrows.  More... | |
| Color | getBackgroundColor () const | 
| Returns the background color of the arrows.  More... | |
| void | setBackgroundColorHover (Color color) | 
| Changes the background color of the arrows in the hover state (mouse standing on top of the spin button)  More... | |
| Color | getBackgroundColorHover () const | 
| Returns the background color of the arrows in the hover state (mouse standing on top of the spin button)  More... | |
| void | setArrowColor (Color color) | 
| Changes the color of the arrows.  More... | |
| Color | getArrowColor () const | 
| Returns the color of the arrows.  More... | |
| void | setArrowColorHover (Color color) | 
| Changes the color of the arrows in the hover state (mouse standing on top of the spin button)  More... | |
| Color | getArrowColorHover () const | 
| Returns the color of the arrows in the hover state (mouse standing on top of the spin button)  More... | |
| void | setBorderColor (Color color) | 
| Changes the color of the borders.  More... | |
| Color | getBorderColor () const | 
| Returns the color of the borders.  More... | |
| void | setTextureArrowUp (const Texture &texture) | 
| Changes the image that is used as the up arrow.  More... | |
| Texture & | getTextureArrowUp () const | 
| Returns the image that is used as the up arrow.  More... | |
| void | setTextureArrowUpHover (const Texture &texture) | 
| Changes the image that is used as the up arrow when the mouse is located on top of the spin button.  More... | |
| Texture & | getTextureArrowUpHover () const | 
| Returns the image that is used as the up arrow when the mouse is located on top of the spin button.  More... | |
| void | setTextureArrowDown (const Texture &texture) | 
| Changes the image that is used as the down arrow.  More... | |
| Texture & | getTextureArrowDown () const | 
| Returns the image that is used as the up arrow.  More... | |
| void | setTextureArrowDownHover (const Texture &texture) | 
| Changes the image that is used as the down arrow when the mouse is located on top of the spin button.  More... | |
| Texture & | getTextureArrowDownHover () const | 
| Returns the image that is used as the down arrow when the mouse is located on top of the spin button.  More... | |
| WidgetRenderer ()=default | |
| Default constructor.  | |
| WidgetRenderer (const std::shared_ptr< RendererData > &data) | |
| Construct the renderer from renderer data.  More... | |
  Public Member Functions inherited from tgui::WidgetRenderer | |
| WidgetRenderer ()=default | |
| Default constructor.  | |
| WidgetRenderer (const std::shared_ptr< RendererData > &data) | |
| Construct the renderer from renderer data.  More... | |
| virtual | ~WidgetRenderer ()=default | 
| Virtual destructor.  | |
| void | setOpacity (float opacity) | 
| Changes the opacity of the widget.  More... | |
| float | getOpacity () const | 
| Returns the opacity of the widget.  More... | |
| void | setOpacityDisabled (float opacity) | 
| Changes the opacity of the widget when it is disabled.  More... | |
| float | getOpacityDisabled () const | 
| Returns the opacity of the widget when it is disabled.  More... | |
| void | setFont (Font font) | 
| Changes the font used for the text in the widget.  More... | |
| Font | getFont () const | 
| Returns the font associated with the widget (if any)  More... | |
| void | setTransparentTexture (bool ignoreTransparentParts) | 
| Sets whether mouse events should be ignored on transparent parts of the texture of the widget in normal state.  More... | |
| bool | getTransparentTexture () const | 
| Returns whether mouse events should be ignored on transparent parts of the texture of the widget.  More... | |
| void | setProperty (const std::string &property, ObjectConverter &&value) | 
| Changes a property of the renderer.  More... | |
| ObjectConverter | getProperty (const std::string &property) const | 
| Retrieves the value of a certain property.  More... | |
| const std::map< std::string, ObjectConverter > & | getPropertyValuePairs () const | 
| Gets a map with all properties and their values.  More... | |
| void | subscribe (const void *id, const std::function< void(const std::string &property)> &function) | 
| Subscribes a callback function to changes in the renderer.  More... | |
| void | unsubscribe (const void *id) | 
| Subscribes a callback function to changes in the renderer.  More... | |
| std::shared_ptr< RendererData > | getData () const | 
| Returns the renderer data.  More... | |
| std::shared_ptr< RendererData > | clone () const | 
| Gets a clone of the renderer data.  More... | |
| Color tgui::SpinButtonRenderer::getArrowColor | ( | ) | const | 
Returns the color of the arrows.
| Color tgui::SpinButtonRenderer::getArrowColorHover | ( | ) | const | 
Returns the color of the arrows in the hover state (mouse standing on top of the spin button)
| Color tgui::SpinButtonRenderer::getBackgroundColor | ( | ) | const | 
Returns the background color of the arrows.
| Color tgui::SpinButtonRenderer::getBackgroundColorHover | ( | ) | const | 
Returns the background color of the arrows in the hover state (mouse standing on top of the spin button)
| float tgui::SpinButtonRenderer::getBorderBetweenArrows | ( | ) | const | 
Returns the space that is left between the arrows.
| Color tgui::SpinButtonRenderer::getBorderColor | ( | ) | const | 
Returns the color of the borders.
| Borders tgui::SpinButtonRenderer::getBorders | ( | ) | const | 
Returns the size of the borders.
| Texture & tgui::SpinButtonRenderer::getTextureArrowDown | ( | ) | const | 
Returns the image that is used as the up arrow.
| Texture & tgui::SpinButtonRenderer::getTextureArrowDownHover | ( | ) | const | 
Returns the image that is used as the down arrow when the mouse is located on top of the spin button.
| Texture & tgui::SpinButtonRenderer::getTextureArrowUp | ( | ) | const | 
Returns the image that is used as the up arrow.
| Texture & tgui::SpinButtonRenderer::getTextureArrowUpHover | ( | ) | const | 
Returns the image that is used as the up arrow when the mouse is located on top of the spin button.
| void tgui::SpinButtonRenderer::setArrowColor | ( | Color | color | ) | 
Changes the color of the arrows.
| color | New arrow color | 
Note that this color is ignored when an up and down arrow texture were set.
| void tgui::SpinButtonRenderer::setArrowColorHover | ( | Color | color | ) | 
Changes the color of the arrows in the hover state (mouse standing on top of the spin button)
| color | New arrow color | 
| void tgui::SpinButtonRenderer::setBackgroundColor | ( | Color | color | ) | 
Changes the color of the background of the arrows.
| color | New background color | 
Note that this color is ignored when you set an image as background.
| void tgui::SpinButtonRenderer::setBackgroundColorHover | ( | Color | color | ) | 
Changes the background color of the arrows in the hover state (mouse standing on top of the spin button)
| color | New background color | 
| void tgui::SpinButtonRenderer::setBorderBetweenArrows | ( | float | space | ) | 
Changes the space that is left between the arrows.
| space | The space between the arrows | 
| void tgui::SpinButtonRenderer::setBorderColor | ( | Color | color | ) | 
Changes the color of the borders.
| color | New border color | 
| void tgui::SpinButtonRenderer::setBorders | ( | const Borders & | borders | ) | 
Changes the size of the borders.
| borders | Size of the borders | 
| void tgui::SpinButtonRenderer::setTextureArrowDown | ( | const Texture & | texture | ) | 
Changes the image that is used as the down arrow.
| texture | The new down arrow texture | 
When this image and the up image are set, the arrow color property will be ignored.
| void tgui::SpinButtonRenderer::setTextureArrowDownHover | ( | const Texture & | texture | ) | 
Changes the image that is used as the down arrow when the mouse is located on top of the spin button.
| texture | The new down hover arrow texture | 
| void tgui::SpinButtonRenderer::setTextureArrowUp | ( | const Texture & | texture | ) | 
Changes the image that is used as the up arrow.
| texture | The new up arrow texture | 
When this image and the down image are set, the arrow color property will be ignored.
| void tgui::SpinButtonRenderer::setTextureArrowUpHover | ( | const Texture & | texture | ) | 
Changes the image that is used as the up arrow when the mouse is located on top of the spin button.
| texture | The new up hover arrow texture | 
      
  | 
  inline | 
Construct the renderer from renderer data.
| data | Renderer data to initialize the renderer with |