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

Public Member Functions | |
| DtStringOutputPort (const DtString &portName) | |
| virtual | ~DtStringOutputPort () |
| virtual const DtString | type () const |
| returns DtStringPortDataType | |
| virtual void | createPortData () |
| Creates a DtStringPortData. | |
| virtual void | setValue (const DtString &str) |
| Sets a value to the port, and sends the data if it is different from the current value. | |
| virtual const DtString & | value () const |
| Return the current value. | |
Protected Member Functions | |
| DtStringOutputPort (const DtStringOutputPort &orig) | |
| copy constructor | |
| const DtStringOutputPort & | operator= (const DtStringOutputPort &orig) |
| assignment operator | |
Instances of DtStringOutputPort are output ports through which data producers can send a DtString object.
| DtStringOutputPort::DtStringOutputPort | ( | const DtString & | portName | ) |
| virtual DtStringOutputPort::~DtStringOutputPort | ( | ) | [virtual] |
| DtStringOutputPort::DtStringOutputPort | ( | const DtStringOutputPort & | orig | ) | [protected] |
copy constructor
| virtual const DtString DtStringOutputPort::type | ( | ) | const [virtual] |
returns DtStringPortDataType
Implements DtOutputPort.
| virtual void DtStringOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtStringPortData.
Implements DtOutputPort.
| virtual void DtStringOutputPort::setValue | ( | const DtString & | str | ) | [virtual] |
Sets a value to the port, and sends the data if it is different from the current value.
| virtual const DtString& DtStringOutputPort::value | ( | ) | const [virtual] |
Return the current value.
| const DtStringOutputPort& DtStringOutputPort::operator= | ( | const DtStringOutputPort & | orig | ) | [protected] |
assignment operator