SpinBoxRenderer Class Referenceabstract

#include <Pt/Forms/SpinBoxStyler.h>

Renders the visual appearance of a spin box widget. More...

Inherits Renderer.

Inherited by PlatinumSpinBoxRenderer.

Public Member Functions

SpinBoxRenderercreate () const
 Creates a new default-constructed spin box renderer.
 
void reset (const StyleOptions &options)
 Resets with new style options.
 

Protected Member Functions

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

Detailed Description

Provides rendering primitives for the entry area, up/down buttons, indicators, and text. Subclasses override the protected virtuals.

Member Function Documentation

◆ onReset()

virtual void onReset ( const StyleOptions options)
protectedpure virtual