Change a string 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 | |
PropertyStringItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | value (const App::Property *) const |
Change a string property.
Definition at line 108 of file PropertyItem.h.
PropertyStringItem::PropertyStringItem | ( | ) | [protected] |
Definition at line 319 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyStringItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 317 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyStringItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 317 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyStringItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 317 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyStringItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 317 of file PropertyItem.cpp.
void PropertyStringItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 331 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::data(), and Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyStringItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 323 of file PropertyItem.cpp.
References App::PropertyString::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().