VR-Forces 4.0.4 Class Documentation
Public Member Functions | Public Attributes
makVrv::DtExampleInterface Class Reference

Example Interface (based on the humble dialog pattern). More...

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

List of all members.

Public Member Functions

virtual void setInt (int val)=0
 Called by the logic to change a value in the widget.

Public Attributes

boost::signal< void(int)> signal_intChanged
 Signal emitted when the user changes the int in the widget.

Detailed Description

Example Interface (based on the humble dialog pattern).


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

boost::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 Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)