VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtSensorConfigurationWidgetInterface Class Reference

Interface for a sensor configuration widget. More...

Inheritance diagram for makVrv::DtSensorConfigurationWidgetInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtSensorConfigurationWidgetInterface ()
 DTOR.
virtual void setSensor (DtSensor &sensor)=0
 Set the sensor we're configuring The passed-in sensor is read-only; a DtSensorControllerAgent should be used to modify the sensor as needed.
 DtSensorConfigurationWidgetInterface ()
 CTOR.

Detailed Description

Interface for a sensor configuration widget.

Used by the DtSensorConfigurationPage to set up its per-sensor widgets Each sensor module should implement one of these and register it with the DtSensorConfigurationWidgetInterface

Constructor & Destructor Documentation

virtual makVrv::DtSensorConfigurationWidgetInterface::~DtSensorConfigurationWidgetInterface ( )
virtual

DTOR.

makVrv::DtSensorConfigurationWidgetInterface::DtSensorConfigurationWidgetInterface ( )

CTOR.

Member Function Documentation

virtual void makVrv::DtSensorConfigurationWidgetInterface::setSensor ( DtSensor sensor)
pure virtual

Set the sensor we're configuring The passed-in sensor is read-only; a DtSensorControllerAgent should be used to modify the sensor as needed.

Implemented in makVrv::DtSenSimConfigurationWidget.


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

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)