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 | Public Attributes
makVrv::DtExampleInterface Class Referenceabstract

Example Interface (based on the humble dialog pattern).

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

Public Member Functions

virtual void setInt (int val)=0
 

Public Attributes

vrvSignalsLib::signal< void(int)> signal_intChanged
 

Member Function Documentation

virtual void makVrv::DtExampleInterface::setInt ( int  val)
pure virtual

Called by the logic to change a value in the widget.

Implemented in makVrv::DtExampleWidget.

Member Data Documentation

vrvSignalsLib::signal<void ( int )> makVrv::DtExampleInterface::signal_intChanged

Signal emitted when the user changes the int in the widget. Connected to a slot in the logic.


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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)