48 #include <QStringList> 87 virtual TypeWidget *
widget (QMap<QString, QString> , QString , QWidget * = NULL) {
return 0; };
93 QStringList convertTypes_;
virtual ~Type()
Destructor.
virtual bool hasWidget()
Does this type has a configuration widget.
virtual TypeWidget * widget(QMap< QString, QString >, QString, QWidget *=NULL)
Returns the configuration widget.
virtual bool canConvertTo(QString _type)
Can this type be converted to the given type?
virtual QStringList supportedHints()
Hints that may be stored for this type in the xml metadata.
virtual QStringList supportedTypes()
Names of Types.