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 | |
PropertyStringListItem () | |
virtual void | setValue (const QVariant &) |
QVariant | toString (const QVariant &) const |
virtual QVariant | value (const App::Property *) const |
Edit properties of enum type.
Definition at line 450 of file PropertyItem.h.
PropertyStringListItem::PropertyStringListItem | ( | ) | [protected] |
Definition at line 1395 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyStringListItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1393 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyStringListItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1393 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyStringListItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1393 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyStringListItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1393 of file PropertyItem.cpp.
void PropertyStringListItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1443 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyStringListItem::toString | ( | const QVariant & | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1422 of file PropertyItem.cpp.
QVariant PropertyStringListItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1430 of file PropertyItem.cpp.
References App::PropertyStringList::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().