#include <Pt/Forms/ComboBoxStyler.h>
Renders the visual appearance of a combo box.
Inherits Renderer.
Inherited by PlatinumComboBoxRenderer.
Public Member Functions | |
| ComboBoxRenderer (std::size_t refs=0) | |
| Constructs a combo box renderer. | |
| ComboBoxRenderer * | create () const |
| Creates a new default-constructed renderer instance. | |
| void | reset (const StyleOptions &options) |
| Resets with new style options. | |
Protected Member Functions | |
| virtual ComboBoxRenderer * | onCreate () const =0 |
| Hook that allocates a new renderer of the same concrete type. | |
| virtual void | onReset (const StyleOptions &options)=0 |
|
protectedpure virtual |