VR-Forces Developer's Guide
 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.

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

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

Public Member Functions

virtual ~DtSensorConfigurationWidgetInterface ()
 
virtual void setSensor (DtSensor &sensor)=0
 
 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 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)