SliderRenderer Class Referenceabstract

#include <Pt/Forms/SliderStyler.h>

Renders the visual appearance of a slider.

Inherits Renderer.

Inherited by PlatinumSliderRenderer.

Public Member Functions

SliderRenderercreate () const
 Creates a new default-constructed slider renderer.
 
void reset (const StyleOptions &options)
 Resets with new style options.
 

Protected Member Functions

virtual SliderRendereronCreate () const =0
 Hook that allocates a new renderer of the same concrete type.
 
virtual void onReset (const StyleOptions &options)=0
 

Member Function Documentation

◆ onReset()

virtual void onReset ( const StyleOptions options)
protectedpure virtual