VisioMove-Sample  2.1.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Pages
VgMyLayerAndCameraListener Class Referenceabstract

Interface for a listener who is interested in receiving events related to layer changes. More...

Inheritance diagram for VgMyLayerAndCameraListener:
Inheritance graph

Public Member Functions

virtual void layerWillChangeFrom (VgMyLayerAndCameraHandler *pSender, const std::string &pFloorFrom, const std::string &pFloorTo)=0
 Notification that the layer focus is about to change. More...
 
virtual void layerChangedTo (VgMyLayerAndCameraHandler *pSender, const std::string &pFloorFrom, const std::string &pFloorTo)=0
 Notification that the layer focus did change. More...
 
virtual void modeWillChange (VgMyLayerAndCameraHandler *pSender, VgMyLayerAndCameraHandler::eVgViewMode pTargetMode)=0
 Notification that the mode will change. More...
 
virtual void modeDidChange (VgMyLayerAndCameraHandler *pSender, VgMyLayerAndCameraHandler::eVgViewMode pTargetMode)=0
 Notification that the mode has changed. More...
 

Detailed Description

Interface for a listener who is interested in receiving events related to layer changes.

Member Function Documentation

virtual void VgMyLayerAndCameraListener::layerChangedTo ( VgMyLayerAndCameraHandler pSender,
const std::string &  pFloorFrom,
const std::string &  pFloorTo 
)
pure virtual

Notification that the layer focus did change.

Parameters
pSender
pFloorFromThe layer which previously had the focus.
pFloorToThe layer which currently has the focus.
Remarks
do not use, as it is not called yet, use layerWillChangeFrom.

Implemented in VgMyBasicApplicationController.

virtual void VgMyLayerAndCameraListener::layerWillChangeFrom ( VgMyLayerAndCameraHandler pSender,
const std::string &  pFloorFrom,
const std::string &  pFloorTo 
)
pure virtual

Notification that the layer focus is about to change.

Parameters
pSender
pFloorFromThe layer which currently has focus
pFloorToThe layer which will soon have the focus

Implemented in VgMyBasicApplicationController.

virtual void VgMyLayerAndCameraListener::modeDidChange ( VgMyLayerAndCameraHandler pSender,
VgMyLayerAndCameraHandler::eVgViewMode  pTargetMode 
)
pure virtual

Notification that the mode has changed.

Parameters
pSender
pTargetModeThe mode which which is currently active.

Implemented in VgMyBasicApplicationController.

virtual void VgMyLayerAndCameraListener::modeWillChange ( VgMyLayerAndCameraHandler pSender,
VgMyLayerAndCameraHandler::eVgViewMode  pTargetMode 
)
pure virtual

Notification that the mode will change.

Parameters
pSender
pTargetModeThe mode which will soon be activated.

Implemented in VgMyBasicApplicationController.


The documentation for this class was generated from the following file:
VisioMove 2.1.5, Visioglobe® 2015