Change a path. 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 | |
PropertyPathItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | toolTip (const App::Property *) const |
virtual QVariant | value (const App::Property *) const |
Change a path.
Definition at line 514 of file PropertyItem.h.
PropertyPathItem::PropertyPathItem | ( | ) | [protected] |
Definition at line 1586 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyPathItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1584 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyPathItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1584 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyPathItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1584 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyPathItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1584 of file PropertyItem.cpp.
void PropertyPathItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1598 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyPathItem::toolTip | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1607 of file PropertyItem.cpp.
References value().
QVariant PropertyPathItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1590 of file PropertyItem.cpp.
References App::PropertyPath::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().
Referenced by toolTip().