#include <Plugin-VSI/types/any.hh>
|
|
| TypeAny () |
| | Constructor.
|
| |
|
bool | canConvertTo (QString _type) |
| | Can this type be converted to the given type?
|
| |
|
| Type () |
| | Constructor.
|
| |
|
virtual | ~Type () |
| | Destructor.
|
| |
|
virtual QStringList | supportedTypes () |
| | Names of Types.
|
| |
|
virtual QStringList | supportedHints () |
| | Hints that may be stored for this type in the xml metadata.
|
| |
|
virtual bool | hasWidget () |
| | Does this type has a configuration widget.
|
| |
|
virtual TypeWidget * | widget (QMap< QString, QString >, QString, QWidget *=NULL) |
| | Returns the configuration widget.
|
| |
|
|
QStringList | types_ |
| |
|
QStringList | hints_ |
| |
|
QStringList | convertTypes_ |
| |
Any data type that accepts any kind of input
Definition at line 64 of file any.hh.
The documentation for this class was generated from the following files: