#include <Pt/Forms/StyleOptions.h>
Text color option.
Inherits StyleOption.
Public Member Functions | |
| virtual StyleOption * | clone () 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. | |
|
virtualinherited |
Partial options such as FontOption merge with the inherited value. Passing 0 clears the inherited value.
Reimplemented in FontOption.