#include <Plugin-VSI/types/bool.hh>
|
| TypeBool () |
| Constructor.
|
|
bool | hasWidget () |
| Has configuration widget.
|
|
TypeWidget * | widget (QMap< QString, QString > _hints, QString _typeName, QWidget *_parent=NULL) |
| Returns configuration widget. More...
|
|
| 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 | canConvertTo (QString _type) |
| Can this type be converted to the given type?
|
|
|
QStringList | types_ |
|
QStringList | hints_ |
|
QStringList | convertTypes_ |
|
Bool visual scripting type class
Definition at line 64 of file bool.hh.
TypeWidget * VSI::TypeBool::widget |
( |
QMap< QString, QString > |
_hints, |
|
|
QString |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
|
virtual |
Returns configuration widget.
Return configuration widget.
Reimplemented from VSI::Type.
Definition at line 76 of file bool.cc.
The documentation for this class was generated from the following files: