#include <Pt/Forms/SpinBoxStyler.h>
Renders the visual appearance of a spin box widget. More...
Inherits Renderer.
Inherited by PlatinumSpinBoxRenderer.
Public Member Functions | |
| SpinBoxRenderer * | create () const |
| Creates a new default-constructed spin box renderer. | |
| void | reset (const StyleOptions &options) |
| Resets with new style options. | |
Protected Member Functions | |
| virtual SpinBoxRenderer * | onCreate () const =0 |
| Hook that allocates a new renderer of the same concrete type. | |
| virtual void | onReset (const StyleOptions &options)=0 |
Provides rendering primitives for the entry area, up/down buttons, indicators, and text. Subclasses override the protected virtuals.
|
protectedpure virtual |