Change a floating point number. 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 | |
PropertyAngleItem () | |
virtual void | setEditorData (QWidget *editor, const QVariant &data) const |
virtual QVariant | toString (const QVariant &) const |
Change a floating point number.
Definition at line 263 of file PropertyItem.h.
PropertyAngleItem::PropertyAngleItem | ( | ) | [protected] |
Definition at line 746 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyAngleItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyFloatItem.
Definition at line 744 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyAngleItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyFloatItem.
Definition at line 744 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyAngleItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyFloatItem.
Definition at line 744 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyAngleItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyFloatItem.
Definition at line 744 of file PropertyItem.cpp.
void PropertyAngleItem::setEditorData | ( | QWidget * | editor, | |
const QVariant & | data | |||
) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyFloatItem.
Definition at line 750 of file PropertyItem.cpp.
References App::PropertyFloatConstraint::getConstraints(), Gui::PropertyEditor::PropertyItem::getPropertyData(), App::PropertyFloatConstraint::Constraints::LowerBound, App::PropertyFloatConstraint::Constraints::StepSize, and App::PropertyFloatConstraint::Constraints::UpperBound.
QVariant PropertyAngleItem::toString | ( | const QVariant & | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyFloatItem.
Definition at line 775 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyFloatItem::value().