LineEditRenderer Class Referenceabstract

#include <Pt/Forms/LineEditStyler.h>

Renders the visual appearance of a line edit.

Inherits Renderer.

Inherited by PlatinumLineEditRenderer.

Public Member Functions

const PaintertextPainter (PaintSurface &surface)
 Returns the prepared text painter for surface.
 
void reset (const StyleOptions &options)
 Resets with new style options.
 

Protected Member Functions

virtual LineEditRendereronCreate () 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