ComboBoxRenderer Class Referenceabstract

#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.
 
ComboBoxRenderercreate () const
 Creates a new default-constructed renderer instance.
 
void reset (const StyleOptions &options)
 Resets with new style options.
 

Protected Member Functions

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