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

Interface for a sensor configuration widget. More...

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

Public Member Functions

virtual ~DtSensorConfigurationWidgetInterface ()
 DTOR. More...
 
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. More...
 
 DtSensorConfigurationWidgetInterface ()
 CTOR. More...
 

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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)