#include <Pt/Forms/LineEditStyler.h>
Renders the visual appearance of a line edit.
Inherits Renderer.
Inherited by PlatinumLineEditRenderer.
Public Member Functions | |
| const Painter & | textPainter (PaintSurface &surface) |
| Returns the prepared text painter for surface. | |
| void | reset (const StyleOptions &options) |
| Resets with new style options. | |
Protected Member Functions | |
| virtual LineEditRenderer * | onCreate () const =0 |
| Hook that allocates a new renderer of the same concrete type. | |
| virtual void | onReset (const StyleOptions &options)=0 |
|
protectedpure virtual |