26#ifndef TGUI_RANGE_SLIDER_RENDERER_HPP
27#define TGUI_RANGE_SLIDER_RENDERER_HPP
30#include <TGUI/Renderers/SliderRenderer.hpp>
40 using SliderRenderer::SliderRenderer;
Wrapper for colors.
Definition Color.hpp:63
Definition RangeSliderRenderer.hpp:37
void setSelectedTrackColor(Color color)
Changes the color of the track between the selection start and selection end.
const Texture & getTextureSelectedTrack() const
Returns the image of the track between the selection start and selection end.
void setTextureSelectedTrack(const Texture &texture)
Changes the image of the track between the selection start and selection end.
Color getSelectedTrackColorHover() const
Returns the color of the track between the selection start and selection end in hover state (when the...
const Texture & getTextureSelectedTrackHover() const
Returns the image of the track between the selection start and selection end in hover state.
Color getSelectedTrackColor() const
Returns the color of the track between the selection start and selection end.
void setTextureSelectedTrackHover(const Texture &texture)
Changes the image of the track between the selection start and selection end in hover state.
void setSelectedTrackColorHover(Color color)
Changes the color of the track between the selection start and selection end in hover state (when the...
Definition SliderRenderer.hpp:37
Definition Texture.hpp:49
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36