ViewBackgroundOption Class Reference

#include <Pt/Forms/StyleOptions.h>

View background brush option.

Inherits StyleOption.

Public Member Functions

virtual StyleOptionclone () const
 Returns a copy of this option.
virtual const std::type_info & typeId () const
 Returns the option class used as the lookup key.
virtual const char * name () const override
 Returns the option name.
virtual void bind (const StyleOptions *)
 Materializes this option against inherited.

Member Function Documentation

◆ bind()

virtual void bind ( const StyleOptions * )
virtualinherited

Partial options such as FontOption merge with the inherited value. Passing 0 clears the inherited value.

Reimplemented in FontOption.