VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtSlaveConnectionLogic Class Reference

The logic for controlling and update the makVrv::DtSlaveConnectionWidget. More...

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

Public Member Functions

virtual ~DtSlaveConnectionLogic ()
virtual void setupWidget ()
 Called during the widget's construction. Must be called after the widget's gui exists.
virtual void connect ()
 Connect to a slave.
virtual void restoreDefaultPort ()
 Restore the default port of the window.
virtual void slot_activate (DtDeCommunicator *igComm)
 Necessary slot.
virtual void slot_deactivate (DtDeCommunicator *igComm)
 Necessary slot.

Static Public Member Functions

static DtSlaveConnectionLogiccreate (DtDe &de, DtSlaveConnectionInterface *iFace)
 Create and initialize the logic.

Protected Member Functions

 DtSlaveConnectionLogic (DtDe &de, DtSlaveConnectionInterface *rcInterface)
 Constructor is protected because the static creator needs to call bind().
void createDefaultDisplayEngineConfiguration (const std::string &igName)
 Create default dislpay engine configuration with a display, window and channel.

Protected Attributes

DtDemyDe
DtSlaveConnectionInterfacemyInterface

Detailed Description

The logic for controlling and update the makVrv::DtSlaveConnectionWidget.

Constructor & Destructor Documentation

virtual makVrv::DtSlaveConnectionLogic::~DtSlaveConnectionLogic ( )
virtual
makVrv::DtSlaveConnectionLogic::DtSlaveConnectionLogic ( DtDe de,
DtSlaveConnectionInterface rcInterface 
)
protected

Constructor is protected because the static creator needs to call bind().

Member Function Documentation

static DtSlaveConnectionLogic* makVrv::DtSlaveConnectionLogic::create ( DtDe de,
DtSlaveConnectionInterface iFace 
)
static

Create and initialize the logic.

It calls bind() on the created logic.

virtual void makVrv::DtSlaveConnectionLogic::setupWidget ( )
virtual

Called during the widget's construction. Must be called after the widget's gui exists.

virtual void makVrv::DtSlaveConnectionLogic::connect ( )
virtual

Connect to a slave.

virtual void makVrv::DtSlaveConnectionLogic::restoreDefaultPort ( )
virtual

Restore the default port of the window.

virtual void makVrv::DtSlaveConnectionLogic::slot_activate ( DtDeCommunicator igComm)
virtual

Necessary slot.

virtual void makVrv::DtSlaveConnectionLogic::slot_deactivate ( DtDeCommunicator igComm)
virtual

Necessary slot.

void makVrv::DtSlaveConnectionLogic::createDefaultDisplayEngineConfiguration ( const std::string &  igName)
protected

Create default dislpay engine configuration with a display, window and channel.

Member Data Documentation

DtDe* makVrv::DtSlaveConnectionLogic::myDe
protected
DtSlaveConnectionInterface* makVrv::DtSlaveConnectionLogic::myInterface
protected

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)