#include <PropertyItem.h>
Public Member Functions | |
virtual QWidget * | createEditor (QVariant::Type type, QWidget *parent) const |
PropertyItemEditorFactory () | |
virtual QByteArray | valuePropertyName (QVariant::Type type) const |
virtual | ~PropertyItemEditorFactory () |
Definition at line 552 of file PropertyItem.h.
PropertyItemEditorFactory::PropertyItemEditorFactory | ( | ) |
Definition at line 1684 of file PropertyItem.cpp.
PropertyItemEditorFactory::~PropertyItemEditorFactory | ( | ) | [virtual] |
Definition at line 1688 of file PropertyItem.cpp.
QWidget * PropertyItemEditorFactory::createEditor | ( | QVariant::Type | type, | |
QWidget * | parent | |||
) | const [virtual] |
Definition at line 1692 of file PropertyItem.cpp.
QByteArray PropertyItemEditorFactory::valuePropertyName | ( | QVariant::Type | type | ) | const [virtual] |
Definition at line 1698 of file PropertyItem.cpp.