26#ifndef TGUI_COLOR_PICKER_RENDERER_HPP 
   27#define TGUI_COLOR_PICKER_RENDERER_HPP 
   30#include <TGUI/Renderers/ChildWindowRenderer.hpp> 
   40        using ChildWindowRenderer::ChildWindowRenderer;
 
   49        void setButton(std::shared_ptr<RendererData> rendererData);
 
   67        void setLabel(std::shared_ptr<RendererData> rendererData);
 
   76        std::shared_ptr<RendererData> 
getLabel() 
const;
 
   85        void setSlider(std::shared_ptr<RendererData> rendererData);
 
Definition: ChildWindowRenderer.hpp:37
 
Definition: ColorPickerRenderer.hpp:37
 
void setLabel(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the labels which the color picker uses.
 
void setButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the buttons which the color picker uses.
 
std::shared_ptr< RendererData > getLabel() const
Returns the renderer data of the labels which the color picker uses.
 
std::shared_ptr< RendererData > getButton() const
Returns the renderer data of the buttons which the color picker uses.
 
std::shared_ptr< RendererData > getSlider() const
Returns the renderer data of the sliders which the color picker uses.
 
void setSlider(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the sliders which the color picker uses.
 
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37