Change a floating point number with constraints. 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 | |
PropertyFloatConstraintItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | toString (const QVariant &) const |
virtual QVariant | value (const App::Property *) const |
Change a floating point number with constraints.
Definition at line 242 of file PropertyItem.h.
PropertyFloatConstraintItem::PropertyFloatConstraintItem | ( | ) | [protected] |
Definition at line 680 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyFloatConstraintItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 678 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyFloatConstraintItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 678 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyFloatConstraintItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 678 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyFloatConstraintItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 678 of file PropertyItem.cpp.
void PropertyFloatConstraintItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 699 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyFloatConstraintItem::toString | ( | const QVariant & | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 684 of file PropertyItem.cpp.
References value().
QVariant PropertyFloatConstraintItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 691 of file PropertyItem.cpp.
References App::PropertyFloatConstraint::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().
Referenced by toString().