Change a font property. More...
#include <PropertyItem.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
PropertyFontItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | value (const App::Property *) const |
Change a font property.
Definition at line 128 of file PropertyItem.h.
PropertyFontItem::PropertyFontItem | ( | ) | [protected] |
Definition at line 364 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyFontItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 362 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyFontItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 362 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyFontItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 362 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyFontItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 362 of file PropertyItem.cpp.
void PropertyFontItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 376 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyFontItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 368 of file PropertyItem.cpp.
References App::PropertyFont::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().