itom  4.1.0
ito::AbstractNodePrivate Class Reference

Public Member Functions

 AbstractNodePrivate (rttiNodeType nodeType, unsigned int UID)
 
QSharedPointer< ChannelgetChannel (const AbstractNode *parent, const ito::Param *parentParam, const AbstractNode *child, const ito::Param *childParam) const
 
bool channelExists (const QSharedPointer< Channel > &other) const
 

Public Attributes

rttiNodeType m_nodeType
 
QHash< QString, ito::Param * > m_inputParams
 

the type of the actual node inheriting this abstract node


 
QHash< QString, ito::Param * > m_outputParams
 

the node's input parameter, given as ito::Param. The name of the parameter is mapped to its pointer of ito::Param.


 
QList< QSharedPointer< Channel > > m_channels
 

the node's output parameter, given as ito::Param. The name of the parameter is mapped to its pointer of ito::Param.


 
unsigned int m_uniqueID
 >
 

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