TGUI  1.3-dev
Loading...
Searching...
No Matches
tgui::ComboBoxRenderer Class Reference
Inheritance diagram for tgui::ComboBoxRenderer:
tgui::WidgetRenderer

Public Member Functions

void setBorders (const Borders &borders)
 Changes the size of the borders.
 
TGUI_NODISCARD Borders getBorders () const
 Returns the size of the borders.
 
void setPadding (const Padding &padding)
 Changes the padding of the combo box.
 
TGUI_NODISCARD Padding getPadding () const
 Returns the size of the padding.
 
void setTextStyle (TextStyles style)
 Changes the text style.
 
TGUI_NODISCARD TextStyles getTextStyle () const
 Returns text style.
 
void setDefaultTextStyle (TextStyles style)
 Changes the text style of the default text (the text drawn when no item is selected)
 
TGUI_NODISCARD TextStyles getDefaultTextStyle () const
 Returns the text style of the default text (the text drawn when no item is selected)
 
void setBackgroundColor (Color backgroundColor)
 Changes the background color of the combo box.
 
TGUI_NODISCARD Color getBackgroundColor () const
 Returns the background color.
 
void setBackgroundColorDisabled (Color backgroundColor)
 Changes the background color of the combo box when the combo box is disabled.
 
TGUI_NODISCARD Color getBackgroundColorDisabled () const
 Returns the background color when the combo box is disabled.
 
void setTextColor (Color textColor)
 Changes the color of the text.
 
TGUI_NODISCARD Color getTextColor () const
 Returns the color of the text.
 
void setTextColorDisabled (Color textColor)
 Changes the color of the text when the combo box is disabled.
 
TGUI_NODISCARD Color getTextColorDisabled () const
 Returns the color of the text when the combo box is disabled.
 
void setDefaultTextColor (Color defaultTextColor)
 Sets the color of the default text that can optionally be displayed when no item is selected.
 
TGUI_NODISCARD Color getDefaultTextColor () const
 Returns the color of the default text that can optionally be displayed when no item is selected.
 
void setArrowBackgroundColor (Color color)
 Changes the color behind the arrow.
 
TGUI_NODISCARD Color getArrowBackgroundColor () const
 Returns the color behind the arrow.
 
void setArrowBackgroundColorHover (Color color)
 Changes the color behind the arrow in hover state (when the mouse is on top of it)
 
TGUI_NODISCARD Color getArrowBackgroundColorHover () const
 Returns the color behind the arrow in hover state (when the mouse is on top of it)
 
void setArrowBackgroundColorDisabled (Color color)
 Changes the color behind the arrow when the combo box is disabled.
 
TGUI_NODISCARD Color getArrowBackgroundColorDisabled () const
 Returns the color behind the arrow when the combo box is disabled.
 
void setArrowColor (Color color)
 Changes the color of the arrow.
 
TGUI_NODISCARD Color getArrowColor () const
 Returns the color of the arrow.
 
void setArrowColorHover (Color color)
 Changes the color of the arrow in hover state (when the mouse is on top of it)
 
TGUI_NODISCARD Color getArrowColorHover () const
 Returns the color of the arrow in hover state (when the mouse is on top of it)
 
void setArrowColorDisabled (Color color)
 Changes the color of the arrow when the combo box is disabled.
 
TGUI_NODISCARD Color getArrowColorDisabled () const
 Returns the color of the arrow when the combo box is disabled.
 
void setBorderColor (Color borderColor)
 Changes the color of the borders.
 
TGUI_NODISCARD Color getBorderColor () const
 Returns the color of the borders.
 
void setTextureBackground (const Texture &texture)
 Changes the background image of the combo box.
 
TGUI_NODISCARD const TexturegetTextureBackground () const
 Returns the background image of the combo box.
 
void setTextureBackgroundDisabled (const Texture &texture)
 Changes the background image of the combo box when the combo box is disabled.
 
TGUI_NODISCARD const TexturegetTextureBackgroundDisabled () const
 Returns the background image of the combo box when the combo box is disabled.
 
void setTextureArrow (const Texture &texture)
 Changes the image of the arrow.
 
TGUI_NODISCARD const TexturegetTextureArrow () const
 Returns the image of the arrow.
 
void setTextureArrowHover (const Texture &texture)
 Changes the image of the arrow that is displayed when the mouse is on top of it.
 
TGUI_NODISCARD const TexturegetTextureArrowHover () const
 Returns the image of the arrow that is displayed when the mouse is on top of it.
 
void setTextureArrowDisabled (const Texture &texture)
 Changes the image of the arrow that is displayed when the combo box is disabled.
 
TGUI_NODISCARD const TexturegetTextureArrowDisabled () const
 Returns the image of the arrow that is displayed when the combo box is disabled.
 
void setListBox (std::shared_ptr< RendererData > rendererData)
 Sets the renderer data of the list box.
 
TGUI_NODISCARD std::shared_ptr< RendererDatagetListBox () const
 Returns the renderer data of the list box.
 
 WidgetRenderer ()=default
 Default constructor.
 
 WidgetRenderer (const WidgetRenderer &)
 Copy constructor.
 
 WidgetRenderer (WidgetRenderer &&)=default
 Default move 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 WidgetRenderer &)
 Copy constructor.
 
 WidgetRenderer (WidgetRenderer &&)=default
 Default move constructor.
 
WidgetRendereroperator= (const WidgetRenderer &)
 Copy assignment operator.
 
WidgetRendereroperator= (WidgetRenderer &&)=default
 Default move assignment operator.
 
 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.
 
TGUI_NODISCARD float getOpacity () const
 Returns the opacity of the widget.
 
void setOpacityDisabled (float opacity)
 Changes the opacity of the widget when it is disabled.
 
TGUI_NODISCARD float getOpacityDisabled () const
 Returns the opacity of the widget when it is disabled.
 
void setFont (const Font &font)
 Changes the font used for the text in the widget.
 
TGUI_NODISCARD Font getFont () const
 Returns the font associated with the widget (if any)
 
void setTextSize (unsigned int size)
 Changes the text size of the widget that is specified by the renderer.
 
TGUI_NODISCARD unsigned int getTextSize () const
 Returns text size of the widget that is specified by the renderer.
 
void setTransparentTexture (bool ignoreTransparentParts)
 Sets whether mouse events should be ignored on transparent parts of the texture of the widget in normal state.
 
TGUI_NODISCARD 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.
 
TGUI_NODISCARD ObjectConverter getProperty (const String &property) const
 Retrieves the value of a certain property.
 
TGUI_NODISCARD const std::map< String, ObjectConverter > & getPropertyValuePairs () const
 Gets a map with all properties and their values.
 
void subscribe (Widget *widget)
 Subscribes a callback function to changes in the renderer.
 
void unsubscribe (Widget *widget)
 Subscribes a callback function to changes in the renderer.
 
void setData (const std::shared_ptr< RendererData > &data)
 
TGUI_NODISCARD std::shared_ptr< RendererDatagetData () const
 Returns the renderer data.
 
TGUI_NODISCARD std::shared_ptr< RendererDataclone () const
 Gets a clone of the renderer data.
 

Additional Inherited Members

- Protected Attributes inherited from tgui::WidgetRenderer
std::shared_ptr< RendererDatam_data = RendererData::create()
 

Member Function Documentation

◆ getArrowBackgroundColor()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getArrowBackgroundColor ( ) const

Returns the color behind the arrow.

Returns
Arrow background color

◆ getArrowBackgroundColorDisabled()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getArrowBackgroundColorDisabled ( ) const

Returns the color behind the arrow when the combo box is disabled.

Returns
Disabled arrow background color

◆ getArrowBackgroundColorHover()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getArrowBackgroundColorHover ( ) const

Returns the color behind the arrow in hover state (when the mouse is on top of it)

Returns
Hover arrow background color

◆ getArrowColor()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getArrowColor ( ) const

Returns the color of the arrow.

Returns
Arrow color

◆ getArrowColorDisabled()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getArrowColorDisabled ( ) const

Returns the color of the arrow when the combo box is disabled.

Returns
Disabled hover arrow color

◆ getArrowColorHover()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getArrowColorHover ( ) const

Returns the color of the arrow in hover state (when the mouse is on top of it)

Returns
Hover arrow color

◆ getBackgroundColor()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getBackgroundColor ( ) const

Returns the background color.

Returns
Background color

◆ getBackgroundColorDisabled()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getBackgroundColorDisabled ( ) const

Returns the background color when the combo box is disabled.

Returns
Disabled background color

◆ getBorderColor()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getBorderColor ( ) const

Returns the color of the borders.

Returns
Border color

◆ getBorders()

TGUI_NODISCARD Borders tgui::ComboBoxRenderer::getBorders ( ) const

Returns the size of the borders.

Returns
border size

◆ getDefaultTextColor()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getDefaultTextColor ( ) const

Returns the color of the default text that can optionally be displayed when no item is selected.

Returns
Default text color

◆ getDefaultTextStyle()

TGUI_NODISCARD TextStyles tgui::ComboBoxRenderer::getDefaultTextStyle ( ) const

Returns the text style of the default text (the text drawn when no item is selected)

Returns
Style of the default text

◆ getListBox()

TGUI_NODISCARD std::shared_ptr< RendererData > tgui::ComboBoxRenderer::getListBox ( ) const

Returns the renderer data of the list box.

Returns
Data about how the list box looks

◆ getPadding()

TGUI_NODISCARD Padding tgui::ComboBoxRenderer::getPadding ( ) const

Returns the size of the padding.

Returns
padding size

◆ getTextColor()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getTextColor ( ) const

Returns the color of the text.

Returns
Text color

◆ getTextColorDisabled()

TGUI_NODISCARD Color tgui::ComboBoxRenderer::getTextColorDisabled ( ) const

Returns the color of the text when the combo box is disabled.

Returns
Disabled text color

◆ getTextStyle()

TGUI_NODISCARD TextStyles tgui::ComboBoxRenderer::getTextStyle ( ) const

Returns text style.

Returns
Style of the text

◆ getTextureArrow()

TGUI_NODISCARD const Texture & tgui::ComboBoxRenderer::getTextureArrow ( ) const

Returns the image of the arrow.

Returns
Arrow texture

◆ getTextureArrowDisabled()

TGUI_NODISCARD const Texture & tgui::ComboBoxRenderer::getTextureArrowDisabled ( ) const

Returns the image of the arrow that is displayed when the combo box is disabled.

Returns
Disabled arrow texture

◆ getTextureArrowHover()

TGUI_NODISCARD const Texture & tgui::ComboBoxRenderer::getTextureArrowHover ( ) const

Returns the image of the arrow that is displayed when the mouse is on top of it.

Returns
Hover arrow texture

◆ getTextureBackground()

TGUI_NODISCARD const Texture & tgui::ComboBoxRenderer::getTextureBackground ( ) const

Returns the background image of the combo box.

Returns
Background texture

◆ getTextureBackgroundDisabled()

TGUI_NODISCARD const Texture & tgui::ComboBoxRenderer::getTextureBackgroundDisabled ( ) const

Returns the background image of the combo box when the combo box is disabled.

Returns
Disabled background texture

◆ setArrowBackgroundColor()

void tgui::ComboBoxRenderer::setArrowBackgroundColor ( Color color)

Changes the color behind the arrow.

Parameters
colorThe new arrow background color

This color will be ignored when a up and down arrow image were loaded.

◆ setArrowBackgroundColorDisabled()

void tgui::ComboBoxRenderer::setArrowBackgroundColorDisabled ( Color color)

Changes the color behind the arrow when the combo box is disabled.

Parameters
colorThe new disabled arrow background color

This color will be ignored when a up and down arrow image were loaded.

◆ setArrowBackgroundColorHover()

void tgui::ComboBoxRenderer::setArrowBackgroundColorHover ( Color color)

Changes the color behind the arrow in hover state (when the mouse is on top of it)

Parameters
colorThe new hover arrow background color

◆ setArrowColor()

void tgui::ComboBoxRenderer::setArrowColor ( Color color)

Changes the color of the arrow.

Parameters
colorThe new arrow color

This color will be ignored when a up and down arrow image were loaded.

◆ setArrowColorDisabled()

void tgui::ComboBoxRenderer::setArrowColorDisabled ( Color color)

Changes the color of the arrow when the combo box is disabled.

Parameters
colorThe new disabled hover arrow color

◆ setArrowColorHover()

void tgui::ComboBoxRenderer::setArrowColorHover ( Color color)

Changes the color of the arrow in hover state (when the mouse is on top of it)

Parameters
colorThe new hover arrow color

◆ setBackgroundColor()

void tgui::ComboBoxRenderer::setBackgroundColor ( Color backgroundColor)

Changes the background color of the combo box.

Parameters
backgroundColorThe new background color

◆ setBackgroundColorDisabled()

void tgui::ComboBoxRenderer::setBackgroundColorDisabled ( Color backgroundColor)

Changes the background color of the combo box when the combo box is disabled.

Parameters
backgroundColorThe new disabled background color

◆ setBorderColor()

void tgui::ComboBoxRenderer::setBorderColor ( Color borderColor)

Changes the color of the borders.

Parameters
borderColorThe new border color

◆ setBorders()

void tgui::ComboBoxRenderer::setBorders ( const Borders & borders)

Changes the size of the borders.

Parameters
bordersSize of the borders

◆ setDefaultTextColor()

void tgui::ComboBoxRenderer::setDefaultTextColor ( Color defaultTextColor)

Sets the color of the default text that can optionally be displayed when no item is selected.

Parameters
defaultTextColorThe new default text color

◆ setDefaultTextStyle()

void tgui::ComboBoxRenderer::setDefaultTextStyle ( TextStyles style)

Changes the text style of the default text (the text drawn when no item is selected)

Parameters
styleThe new default text style
comboBox->getSharedRenderer()->setDefaultTextStyle(tgui::TextStyle::Italic | tgui::TextStyle::Bold);
@ Bold
Bold characters.
Definition TextStyle.hpp:41
@ Italic
Italic characters.
Definition TextStyle.hpp:42

◆ setListBox()

void tgui::ComboBoxRenderer::setListBox ( std::shared_ptr< RendererData > rendererData)

Sets the renderer data of the list box.

Parameters
rendererDataData about how the list box should look

◆ setPadding()

void tgui::ComboBoxRenderer::setPadding ( const Padding & padding)

Changes the padding of the combo box.

Parameters
paddingThe padding width and height

◆ setTextColor()

void tgui::ComboBoxRenderer::setTextColor ( Color textColor)

Changes the color of the text.

Parameters
textColorThe new text color

◆ setTextColorDisabled()

void tgui::ComboBoxRenderer::setTextColorDisabled ( Color textColor)

Changes the color of the text when the combo box is disabled.

Parameters
textColorThe new disabled text color

◆ setTextStyle()

void tgui::ComboBoxRenderer::setTextStyle ( TextStyles style)

Changes the text style.

Parameters
styleNew text style

◆ setTextureArrow()

void tgui::ComboBoxRenderer::setTextureArrow ( const Texture & texture)

Changes the image of the arrow.

Parameters
textureThe new arrow texture

When this image is set, the arrow color properties will be ignored.

◆ setTextureArrowDisabled()

void tgui::ComboBoxRenderer::setTextureArrowDisabled ( const Texture & texture)

Changes the image of the arrow that is displayed when the combo box is disabled.

Parameters
textureThe new disabled arrow texture

◆ setTextureArrowHover()

void tgui::ComboBoxRenderer::setTextureArrowHover ( const Texture & texture)

Changes the image of the arrow that is displayed when the mouse is on top of it.

Parameters
textureThe new hover arrow texture

◆ setTextureBackground()

void tgui::ComboBoxRenderer::setTextureBackground ( const Texture & texture)

Changes the background image of the combo box.

Parameters
textureThe background texture

When this image is set, the background color property will be ignored.

◆ setTextureBackgroundDisabled()

void tgui::ComboBoxRenderer::setTextureBackgroundDisabled ( const Texture & texture)

Changes the background image of the combo box when the combo box is disabled.

Parameters
textureThe disabled background texture

◆ WidgetRenderer()

tgui::WidgetRenderer::WidgetRenderer ( const std::shared_ptr< RendererData > & data)
inline

Construct the renderer from renderer data.

Parameters
dataRenderer data to initialize the renderer with

The documentation for this class was generated from the following file: