#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 | |
PropertyDoubleVectorItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | toString (const QVariant &) const |
virtual QVariant | value (const App::Property *) const |
Properties | |
double | x |
double | y |
double | z |
Definition at line 333 of file PropertyItem.h.
PropertyDoubleVectorItem::PropertyDoubleVectorItem | ( | ) | [protected] |
Definition at line 939 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::appendChild(), create(), Gui::PropertyEditor::PropertyItem::setParent(), and Gui::PropertyEditor::PropertyItem::setPropertyName().
void * Gui::PropertyEditor::PropertyDoubleVectorItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 937 of file PropertyItem.cpp.
Referenced by PropertyDoubleVectorItem().
Base::Type Gui::PropertyEditor::PropertyDoubleVectorItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 937 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyDoubleVectorItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 937 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyDoubleVectorItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 937 of file PropertyItem.cpp.
void PropertyDoubleVectorItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 971 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
QVariant PropertyDoubleVectorItem::toString | ( | const QVariant & | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 955 of file PropertyItem.cpp.
References Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
QVariant PropertyDoubleVectorItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 965 of file PropertyItem.cpp.
double PropertyDoubleVectorItem::x [read, write] |
Definition at line 336 of file PropertyItem.h.
double PropertyDoubleVectorItem::y [read, write] |
Definition at line 337 of file PropertyItem.h.
double PropertyDoubleVectorItem::z [read, write] |
Definition at line 338 of file PropertyItem.h.