Syntalos::AbstractStreamPort
Syntalos::AbstractStreamPort
Inherited by Syntalos::StreamOutputPort, Syntalos::VarStreamInputPort
Public Functions
Name | |
---|---|
virtual | ~AbstractStreamPort() =default |
virtual QString | id() const =0 |
virtual QString | title() const =0 |
virtual PortDirection | direction() const |
virtual int | dataTypeId() const =0 |
virtual QString | dataTypeName() const =0 |
virtual AbstractModule * | owner() const =0 |
Public Functions Documentation
function ~AbstractStreamPort
virtual ~AbstractStreamPort() =default
function id
virtual QString id() const =0
Reimplemented by: Syntalos::VarStreamInputPort::id, Syntalos::StreamOutputPort::id
function title
virtual QString title() const =0
Reimplemented by: Syntalos::VarStreamInputPort::title, Syntalos::StreamOutputPort::title
function direction
inline virtual PortDirection direction() const
Reimplemented by: Syntalos::VarStreamInputPort::direction, Syntalos::StreamOutputPort::direction
function dataTypeId
virtual int dataTypeId() const =0
Reimplemented by: Syntalos::StreamInputPort::dataTypeId, Syntalos::StreamOutputPort::dataTypeId
function dataTypeName
virtual QString dataTypeName() const =0
Reimplemented by: Syntalos::StreamInputPort::dataTypeName, Syntalos::StreamOutputPort::dataTypeName
function owner
virtual AbstractModule * owner() const =0
Reimplemented by: Syntalos::VarStreamInputPort::owner, Syntalos::StreamOutputPort::owner
Updated on 2024-11-06 at 17:10:29 +0000