Developer Documentation
|
#include <Plugin-VSI/parser/inout.hh>
Public Member Functions | |
InOut (Element *_e) | |
Constructor. More... | |
const QString & | name () const |
Name. More... | |
const QString & | shortDescription () const |
Short description. More... | |
const QString & | longDescription () const |
Long description. More... | |
const Element * | element () const |
Element of this input/output. More... | |
QMap< QString, QString > | hints () const |
Parsed hints for this input/output type. More... | |
QString | typeString () const |
Type. More... | |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |