Developer Documentation
VSI::TypeAny Class Reference

#include <Plugin-VSI/types/any.hh>

Inheritance diagram for VSI::TypeAny:
VSI::Type

Public Member Functions

 TypeAny ()
 Constructor.
 
bool canConvertTo (QString _type)
 Can this type be converted to the given type?
 
- Public Member Functions inherited from VSI::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 TypeWidgetwidget (QMap< QString, QString >, QString, QWidget *=NULL)
 Returns the configuration widget.
 

Additional Inherited Members

- Protected Attributes inherited from VSI::Type
QStringList types_
 
QStringList hints_
 
QStringList convertTypes_
 

Detailed Description

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: