#include <pp_Property.h>
Public Member Functions | |
PP_PropertyTypeColor (const gchar *p_init) | |
tProperty_type | getType () const |
const UT_RGBColor & | getColor () const |
Private Attributes | |
UT_RGBColor | Color |
PP_PropertyTypeColor::PP_PropertyTypeColor | ( | const gchar * | p_init | ) |
References Color, and UT_parseColor().
const UT_RGBColor& PP_PropertyTypeColor::getColor | ( | void | ) | const [inline] |
References Color.
Referenced by fp_TextRun::_lookupProperties(), and fp_MathRun::_lookupProperties().
tProperty_type PP_PropertyTypeColor::getType | ( | void | ) | const [inline, virtual] |
Implements PP_PropertyType.
UT_RGBColor PP_PropertyTypeColor::Color [private] |
Referenced by PP_PropertyTypeColor().