Change a file. 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 | |
PropertyFileItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | toolTip (const App::Property *) const |
virtual QVariant | value (const App::Property *) const |
Change a file.
Definition at line 493 of file PropertyItem.h.
PropertyFileItem::PropertyFileItem | ( | ) | [protected] |
Definition at line 1536 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyFileItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1534 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyFileItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1534 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyFileItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1534 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyFileItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1534 of file PropertyItem.cpp.
void PropertyFileItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1548 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyFileItem::toolTip | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1557 of file PropertyItem.cpp.
References value().
QVariant PropertyFileItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1540 of file PropertyItem.cpp.
References App::PropertyFile::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().
Referenced by toolTip().