![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtDualAxisAnalogOutputPort (const DtString &portName) | |
| virtual | ~DtDualAxisAnalogOutputPort () |
| virtual const DtString | type () const |
| returns DtDualAxisAnalogPortDataType | |
| virtual void | createPortData () |
| Creates a DtDualAxisAnalogPortData. | |
| virtual void | setXValue (double value) |
| Sets x value to the port, and sends the data if it is different from the current value. | |
| virtual double | XValue () const |
| Return the x value. | |
| virtual void | setYValue (double value) |
| Sets y value to the port, and sends the data if it is different from the current value. | |
| virtual double | YValue () const |
| Return the y value. | |
| DtDualAxisAnalogOutputPort::DtDualAxisAnalogOutputPort | ( | const DtString & | portName | ) |
| virtual DtDualAxisAnalogOutputPort::~DtDualAxisAnalogOutputPort | ( | ) | [virtual] |
| virtual const DtString DtDualAxisAnalogOutputPort::type | ( | ) | const [virtual] |
returns DtDualAxisAnalogPortDataType
Implements DtOutputPort.
| virtual void DtDualAxisAnalogOutputPort::createPortData | ( | ) | [virtual] |
Creates a DtDualAxisAnalogPortData.
Implements DtOutputPort.
| virtual void DtDualAxisAnalogOutputPort::setXValue | ( | double | value | ) | [virtual] |
Sets x value to the port, and sends the data if it is different from the current value.
Reimplemented in DtConstrainedDualAxisAnalogOutputPort.
| virtual double DtDualAxisAnalogOutputPort::XValue | ( | ) | const [virtual] |
Return the x value.
| virtual void DtDualAxisAnalogOutputPort::setYValue | ( | double | value | ) | [virtual] |
Sets y value to the port, and sends the data if it is different from the current value.
Reimplemented in DtConstrainedDualAxisAnalogOutputPort.
| virtual double DtDualAxisAnalogOutputPort::YValue | ( | ) | const [virtual] |
Return the y value.