Edit properties of boolean type. 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 | |
PropertyBoolItem () | |
virtual void | setValue (const QVariant &) |
virtual QVariant | value (const App::Property *) const |
Edit properties of boolean type.
Definition at line 279 of file PropertyItem.h.
PropertyBoolItem::PropertyBoolItem | ( | ) | [protected] |
Definition at line 787 of file PropertyItem.cpp.
void * Gui::PropertyEditor::PropertyBoolItem::create | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 785 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyBoolItem::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 785 of file PropertyItem.cpp.
Base::Type Gui::PropertyEditor::PropertyBoolItem::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 785 of file PropertyItem.cpp.
void Gui::PropertyEditor::PropertyBoolItem::init | ( | void | ) | [static] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 785 of file PropertyItem.cpp.
void PropertyBoolItem::setValue | ( | const QVariant & | value | ) | [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 799 of file PropertyItem.cpp.
References Gui::PropertyEditor::PropertyItem::setPropertyValue().
QVariant PropertyBoolItem::value | ( | const App::Property * | prop | ) | const [protected, virtual] |
Reimplemented from Gui::PropertyEditor::PropertyItem.
Definition at line 791 of file PropertyItem.cpp.
References App::PropertyBool::getClassTypeId(), App::Property::getTypeId(), and Base::Type::isDerivedFrom().