TabViewRenderer Class Referenceabstract

#include <Pt/Forms/TabViewStyler.h>

Renders tab view chrome and tab items.

Inherits Renderer.

Inherited by PlatinumTabViewRenderer.

Public Member Functions

 TabViewRenderer (std::size_t refs=0)
 Constructs a tab view renderer.
 
TabViewRenderercreate () const
 Creates a new default-constructed renderer instance.
 
void reset (const StyleOptions &options)
 Resets with new style options.
 

Protected Member Functions

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