#include <property_data.h>
Inheritance diagram for FamilyProperty:
Public Member Functions | |
FamilyProperty (const char *, const QString &, PropertyData *, const QFont &) | |
QWidget * | createEditor (QWidget *) |
void | updateEditor (QWidget *) |
QString | status () const |
FamilyProperty::FamilyProperty | ( | const char * | , | |
const QString & | , | |||
PropertyData * | , | |||
const QFont & | ||||
) |
QWidget * FamilyProperty::createEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
QString FamilyProperty::status | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
void FamilyProperty::updateEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.