![]() |
VR-Forces 4.0.4 Class Documentation
|
Instances of DtObjectIdOutputPort are output ports through which data producers can send DtEntityIdentifier data. More...

Public Member Functions | |
| DtObjectIdOutputPort (const DtString &portName) | |
| virtual | ~DtObjectIdOutputPort () |
| virtual const DtString | type () const |
| returns DtObjectIdPortDataType | |
| virtual void | createPortData () |
| Creates a DtObjectIdPortData. | |
| virtual void | setValue (const DtEntityIdentifier &id) |
| Sets a value to the port, and sends the data if it is different from the current value. | |
| virtual const DtEntityIdentifier | value () const |
| Return the current value. | |
Instances of DtObjectIdOutputPort are output ports through which data producers can send DtEntityIdentifier data.
| DtObjectIdOutputPort::DtObjectIdOutputPort | ( | const DtString & | portName | ) |
| virtual DtObjectIdOutputPort::~DtObjectIdOutputPort | ( | ) | [virtual] |
| virtual const DtString DtObjectIdOutputPort::type | ( | ) | const [virtual] |
returns DtObjectIdPortDataType
Implements DtOutputPort.
| virtual void DtObjectIdOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtObjectIdPortData.
Implements DtOutputPort.
| virtual void DtObjectIdOutputPort::setValue | ( | const DtEntityIdentifier & | id | ) | [virtual] |
Sets a value to the port, and sends the data if it is different from the current value.
| virtual const DtEntityIdentifier DtObjectIdOutputPort::value | ( | ) | const [virtual] |
Return the current value.