Edit properties of enum type. 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 | |
PropertyEnumItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | value (const App::Property *) const |
Edit properties of enum type.
Definition at line 430 of file PropertyItem.h.
PropertyEnumItem::PropertyEnumItem | ( | ) | [protected] |
Definition at line 1310 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyEnumItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1308 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyEnumItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1308 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyEnumItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1308 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyEnumItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1308 of file PropertyItem.cpp.
void PropertyEnumItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1329 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyEnumItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1314 of file PropertyItem.cpp.
References App::PropertyEnumeration::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().