Developer Documentation
|
#include <Plugin-VSI/parser/inout.hh>
Public Member Functions | |
InOut (Element *_e) | |
Constructor. | |
const QString & | name () const |
Name. | |
const QString & | shortDescription () const |
Short description. | |
const QString & | longDescription () const |
Long description. | |
const Element * | element () const |
Element of this input/output. | |
QMap< QString, QString > | hints () const |
Parsed hints for this input/output type. | |
QString | typeString () const |
Type. | |
Private Attributes | |
QString | name_ |
QString | shortDesc_ |
QString | longDesc_ |
QString | type_ |
QMap< QString, QString > | hints_ |
Element * | element_ |
Friends | |
class | Context |
Base class for element inputs and outputs. It holds all common data.