TGUI
1.5
|
Additional Inherited Members | |
Public Member Functions inherited from tgui::RadioButtonRenderer | |
void | setBorders (const Borders &borders) |
Changes the size of the borders. | |
TGUI_NODISCARD Borders | getBorders () const |
Returns the size of the borders. | |
void | setTextDistanceRatio (float ratio) |
Changes the relative distance between the radio button and the text next to it. | |
TGUI_NODISCARD float | getTextDistanceRatio () const |
The relative distance between the radio button and the text next to it. | |
void | setTextColor (Color color) |
Changes the color of the text. | |
TGUI_NODISCARD Color | getTextColor () const |
Returns the text color. | |
void | setTextColorHover (Color color) |
Changes the color of the text in hover state (mouse is standing on top of the radio button) | |
TGUI_NODISCARD Color | getTextColorHover () const |
Returns the text color in the hover state (mouse on radio button) | |
void | setTextColorDisabled (Color color) |
Changes the color of the text when the radio button is disabled. | |
TGUI_NODISCARD Color | getTextColorDisabled () const |
Returns the text color when the radio button is disabled. | |
void | setTextColorChecked (Color color) |
Changes the color of the text when the radio button is checked. | |
TGUI_NODISCARD Color | getTextColorChecked () const |
Returns the text color when the radio button is checked. | |
void | setTextColorCheckedHover (Color color) |
Changes the color of the text in hover state when the radio button is checked. | |
TGUI_NODISCARD Color | getTextColorCheckedHover () const |
Returns the text color in the hover state when the radio button is checked. | |
void | setTextColorCheckedDisabled (Color color) |
Changes the color of the text when the radio button is checked and disabled. | |
TGUI_NODISCARD Color | getTextColorCheckedDisabled () const |
Returns the text color when the radio button is checked and disabled. | |
void | setBackgroundColor (Color color) |
Changes the background color. | |
TGUI_NODISCARD Color | getBackgroundColor () const |
Returns the background color. | |
void | setBackgroundColorHover (Color color) |
Changes the background color in hover state (mouse is standing on top of the radio button) | |
TGUI_NODISCARD Color | getBackgroundColorHover () const |
Returns the background color in the hover state (mouse on radio button) | |
void | setBackgroundColorDisabled (Color color) |
Changes the background color when the radio button is disabled. | |
TGUI_NODISCARD Color | getBackgroundColorDisabled () const |
Returns the background color when the radio button is disabled. | |
void | setBackgroundColorChecked (Color color) |
Changes the background color used when the radio button is checked. | |
TGUI_NODISCARD Color | getBackgroundColorChecked () const |
Returns the background color used when the radio button is checked. | |
void | setBackgroundColorCheckedHover (Color color) |
Changes the background color in hover state used when the radio button is checked. | |
TGUI_NODISCARD Color | getBackgroundColorCheckedHover () const |
Returns the background color in the hover state used when the radio button is checked. | |
void | setBackgroundColorCheckedDisabled (Color color) |
Changes the background color when the radio button is checked and disabled. | |
TGUI_NODISCARD Color | getBackgroundColorCheckedDisabled () const |
Returns the background color when the radio button is checked and disabled. | |
void | setBorderColor (Color color) |
Changes the border color. | |
TGUI_NODISCARD Color | getBorderColor () const |
Returns the border color. | |
void | setBorderColorHover (Color color) |
Changes the border color in hover state (mouse is standing on top of the radio button) | |
TGUI_NODISCARD Color | getBorderColorHover () const |
Returns the border color in the hover state (mouse on radio button) | |
void | setBorderColorDisabled (Color color) |
Changes the border color when the radio button is disabled. | |
TGUI_NODISCARD Color | getBorderColorDisabled () const |
Returns the border color when the radio button is disabled. | |
void | setBorderColorFocused (Color color) |
Changes the color of the borders that is used when the radio button is focused (while not hovered) | |
TGUI_NODISCARD Color | getBorderColorFocused () const |
Returns the color of the borders that is used when the radio button is focused. | |
void | setBorderColorChecked (Color color) |
Changes the border color used when the radio button is checked. | |
TGUI_NODISCARD Color | getBorderColorChecked () const |
Returns the border color used when the radio button is checked. | |
void | setBorderColorCheckedHover (Color color) |
Changes the border color in hover state used when the radio button is checked. | |
TGUI_NODISCARD Color | getBorderColorCheckedHover () const |
Returns the border color in the hover state used when the radio button is checked. | |
void | setBorderColorCheckedDisabled (Color color) |
Changes the border color when the radio button is checked and disabled. | |
TGUI_NODISCARD Color | getBorderColorCheckedDisabled () const |
Returns the border color when the radio button is checked and disabled. | |
void | setBorderColorCheckedFocused (Color color) |
Changes the color of the borders that is used when the radio button is checked and focused (while not hovered) | |
TGUI_NODISCARD Color | getBorderColorCheckedFocused () const |
Returns the color of the borders that is used when the radio button is checked and focused. | |
void | setCheckColor (Color color) |
Changes the color that is used to fill the radio button when it is checked. | |
TGUI_NODISCARD Color | getCheckColor () const |
Returns the check color. | |
void | setCheckColorHover (Color color) |
Changes the color that is used to fill the radio button when the mouse is on top of it. | |
TGUI_NODISCARD Color | getCheckColorHover () const |
Returns the check color used to fill the radio button when the mouse is on top of it. | |
void | setCheckColorDisabled (Color color) |
Changes the color that is used to fill the radio button when the radio button is disabled. | |
TGUI_NODISCARD Color | getCheckColorDisabled () const |
Returns the check color used to fill the radio button when the radio button is disabled. | |
void | setTextureUnchecked (const Texture &texture) |
Changes the image that is displayed when the checkbox is not checked. | |
TGUI_NODISCARD const Texture & | getTextureUnchecked () const |
Returns the image that is displayed when the checkbox is not checked. | |
void | setTextureChecked (const Texture &texture) |
Changes the image that is displayed when the checkbox is checked. | |
TGUI_NODISCARD const Texture & | getTextureChecked () const |
Returns the image that is displayed when the checkbox is checked. | |
void | setTextureUncheckedHover (const Texture &texture) |
Changes the image that is displayed when the checkbox is not checked and the mouse is on top of the checkbox. | |
TGUI_NODISCARD const Texture & | getTextureUncheckedHover () const |
Returns the image that is displayed when the checkbox is not checked and the mouse is on top of the checkbox. | |
void | setTextureCheckedHover (const Texture &texture) |
Changes the image that is displayed when the checkbox is checked and the mouse is on top of the checkbox. | |
TGUI_NODISCARD const Texture & | getTextureCheckedHover () const |
Returns the image that is displayed when the checkbox is checked and the mouse is on top of the checkbox. | |
void | setTextureUncheckedDisabled (const Texture &texture) |
Changes the image that is displayed when the checkbox is not checked and the checkbox is disabled. | |
TGUI_NODISCARD const Texture & | getTextureUncheckedDisabled () const |
Returns the image that is displayed when the checkbox is not checked and the checkbox is disabled. | |
void | setTextureCheckedDisabled (const Texture &texture) |
Changes the image that is displayed when the checkbox is checked and the checkbox is disabled. | |
TGUI_NODISCARD const Texture & | getTextureCheckedDisabled () const |
Returns the image that is displayed when the checkbox is checked and the checkbox is disabled. | |
void | setTextureUncheckedFocused (const Texture &texture) |
Changes the image that is displayed on top of the checkbox when it is unchecked and focused. | |
TGUI_NODISCARD const Texture & | getTextureUncheckedFocused () const |
Returns the image that is displayed on top of the checkbox when it is unchecked and focused. | |
void | setTextureCheckedFocused (const Texture &texture) |
Changes the image that is displayed on top of the checkbox when it is checked and focused. | |
TGUI_NODISCARD const Texture & | getTextureCheckedFocused () const |
Returns the image that is displayed on top of the checkbox when it is checked and focused. | |
void | setTextStyle (TextStyles style) |
Changes the text style. | |
TGUI_NODISCARD TextStyles | getTextStyle () const |
Returns text style. | |
void | setTextStyleChecked (TextStyles style) |
Changes the text style in the checked state. | |
TGUI_NODISCARD TextStyles | getTextStyleChecked () const |
Returns text style in the checked state. | |
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. | |
WidgetRenderer & | operator= (const WidgetRenderer &) |
Copy assignment operator. | |
WidgetRenderer & | operator= (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 (std::shared_ptr< RendererData > data) |
TGUI_NODISCARD std::shared_ptr< RendererData > | getData () const |
Returns the renderer data. | |
TGUI_NODISCARD std::shared_ptr< RendererData > | clone () const |
Gets a clone of the renderer data. | |
Protected Attributes inherited from tgui::WidgetRenderer | |
std::shared_ptr< RendererData > | m_data = RendererData::create() |