#include <boolpropertywidgetitem.h>
Public Slots | |
void | setEditValue (const QVariant &value) |
void | toggled (bool checked) |
Public Member Functions | |
BoolPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
~BoolPropertyWidgetItem () | |
virtual QStringList | supportedDataTypes () const |
virtual PropertyWidgetItem * | instantiate () |
Definition at line 29 of file boolpropertywidgetitem.h.
BoolPropertyWidgetItem::BoolPropertyWidgetItem | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 29 of file boolpropertywidgetitem.cpp.
BoolPropertyWidgetItem::~BoolPropertyWidgetItem | ( | ) |
Definition at line 36 of file boolpropertywidgetitem.cpp.
PropertyWidgetItem * BoolPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 50 of file boolpropertywidgetitem.cpp.
void BoolPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 56 of file boolpropertywidgetitem.cpp.
QStringList BoolPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 42 of file boolpropertywidgetitem.cpp.
void BoolPropertyWidgetItem::toggled | ( | bool | checked | ) | [slot] |
Definition at line 62 of file boolpropertywidgetitem.cpp.