Developer Documentation
VSI::TypeMatrix4x4 Class Reference

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

Inheritance diagram for VSI::TypeMatrix4x4:
VSI::Type

Public Member Functions

 TypeMatrix4x4 ()
 Constructor.
 
bool hasWidget ()
 Has configuration widget.
 
TypeWidgetwidget (QMap< QString, QString > _hints, QString _typeName, QWidget *_parent=NULL)
 Returns configuration widget. More...
 
- 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 canConvertTo (QString _type)
 Can this type be converted to the given type?
 

Additional Inherited Members

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

Detailed Description

3D Vector visual scripting type class

Definition at line 64 of file matrix4x4.hh.

Member Function Documentation

TypeWidget * VSI::TypeMatrix4x4::widget ( QMap< QString, QString >  _hints,
QString  _typeName,
QWidget *  _parent = NULL 
)
virtual

Returns configuration widget.

Return configuration widget.

Reimplemented from VSI::Type.

Definition at line 82 of file matrix4x4.cc.


The documentation for this class was generated from the following files: