Show path of included 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 | |
PropertyTransientFileItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | toolTip (const App::Property *) const |
virtual QVariant | value (const App::Property *) const |
Show path of included file.
Definition at line 535 of file PropertyItem.h.
PropertyTransientFileItem::PropertyTransientFileItem | ( | ) | [protected] |
Definition at line 1636 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyTransientFileItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1634 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyTransientFileItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1634 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyTransientFileItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1634 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyTransientFileItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1634 of file PropertyItem.cpp.
void PropertyTransientFileItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1648 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyTransientFileItem::toolTip | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1657 of file PropertyItem.cpp.
References value().
QVariant PropertyTransientFileItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 1640 of file PropertyItem.cpp.
References App::PropertyFileIncluded::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().
Referenced by toolTip().