26#ifndef TGUI_LIST_VIEW_RENDERER_HPP
27#define TGUI_LIST_VIEW_RENDERER_HPP
30#include <TGUI/Renderers/WidgetRenderer.hpp>
40 using WidgetRenderer::WidgetRenderer;
292 void setScrollbar(std::shared_ptr<RendererData> scrollbarRendererData);
Wrapper for colors.
Definition Color.hpp:63
Definition ListViewRenderer.hpp:37
Color getGridLinesColor() const
Returns the color of the grid lines.
Color getTextColorHover() const
Returns the color of the text of the item below the mouse.
Color getSelectedBackgroundColorHover() const
Returns the background color used for the selected item when the mouse hovers over it.
void setScrollbar(std::shared_ptr< RendererData > scrollbarRendererData)
Sets the renderer data of the scrollbar.
std::shared_ptr< RendererData > getScrollbar() const
Returns the renderer data of the scrollbar.
Color getBackgroundColor() const
Returns the background color.
float getScrollbarWidth() const
Returns the wanted width of the scrollbar.
Color getSelectedTextColorHover() const
Returns the color of the text of the selected item when it is below the mouse.
void setScrollbarWidth(float scrollbarWidth)
Sets the wanted width of the scrollbar.
void setSelectedTextColorHover(Color textColor)
Changes the color of the text of the selected item when it is below the mouse.
void setBackgroundColorHover(Color backgroundColor)
Changes the background color used for the item below the mouse.
Borders getBorders() const
Returns the size of the borders.
Color getBorderColor() const
Returns the color of the borders.
Padding getPadding() const
Returns the size of the padding.
Color getBackgroundColorHover() const
Returns the background color used for the item below the mouse.
void setPadding(const Padding &padding)
Changes the padding of the list box.
void setSelectedBackgroundColorHover(Color backgroundColor)
Changes the background color used for the selected item when the mouse hovers over it.
void setHeaderBackgroundColor(Color backgroundColor)
Changes the background color of the header.
void setBackgroundColor(Color backgroundColor)
Changes the background color of the list box.
Color getSeparatorColor() const
Returns the color of the separators.
void setSelectedTextColor(Color textColor)
Changes the color of the text from the selected item.
void setBorders(const Borders &borders)
Changes the size of the borders.
void setBorderColor(Color borderColor)
Changes the color of the borders.
Color getSelectedTextColor() const
Returns the color of the text from the selected item.
Color getSelectedBackgroundColor() const
Returns the background color of the selected item.
void setTextColor(Color textColor)
Changes the color of the text.
void setHeaderTextColor(Color textColor)
Changes the text color of the header captions.
void setGridLinesColor(Color gridLinesColor)
Changes the color of the grid lines.
Color getHeaderTextColor() const
Returns the text color of the header captions.
Color getTextColor() const
Returns the color of the text.
Color getHeaderBackgroundColor() const
Returns the color of the background color of the header.
void setTextColorHover(Color textColor)
Changes the color of the text of the item below the mouse.
void setSelectedBackgroundColor(Color backgroundColor)
Changes the background color of the selected item.
void setSeparatorColor(Color separatorColor)
Changes the color of the separators.
Definition Outline.hpp:39
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36