#include <Pt/Forms/ProgressBarStyler.h>
Renders the visual appearance of a progress bar.
Inherits Renderer.
Inherited by PlatinumProgressBarRenderer.
Public Member Functions | |
| void | reset (const StyleOptions &options) |
| Resets with new style options. | |
Protected Member Functions | |
| virtual ProgressBarRenderer * | onCreate () const =0 |
| Hook that allocates a new renderer of the same concrete type. | |
| virtual void | onReset (const StyleOptions &options)=0 |
|
protectedpure virtual |