VisioMove-Sample
2.1.5
|
Interface for a listener who is interested in receiving events related to layer changes. More...
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... | |
Interface for a listener who is interested in receiving events related to layer changes.
|
pure virtual |
Notification that the layer focus did change.
pSender | |
pFloorFrom | The layer which previously had the focus. |
pFloorTo | The layer which currently has the focus. |
Implemented in VgMyBasicApplicationController.
|
pure virtual |
Notification that the layer focus is about to change.
pSender | |
pFloorFrom | The layer which currently has focus |
pFloorTo | The layer which will soon have the focus |
Implemented in VgMyBasicApplicationController.
|
pure virtual |
Notification that the mode has changed.
pSender | |
pTargetMode | The mode which which is currently active. |
Implemented in VgMyBasicApplicationController.
|
pure virtual |
Notification that the mode will change.
pSender | |
pTargetMode | The mode which will soon be activated. |
Implemented in VgMyBasicApplicationController.