|
VisioMove-Sample
2.1.3
|
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 | viewWillChange (VgMyLayerAndCameraHandler *pSender, const bool pDoesChangeFromGlobalToDetailed)=0 |
| Notification that the view will change its 'mode' (global or detailed) More... | |
| virtual void | viewDidChange (VgMyLayerAndCameraHandler *pSender, const bool pDoesChangeFromGlobalToDetailed)=0 |
| Notification that the view has changed its 'mode' (global or detailed) 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. |
|
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 |
|
pure virtual |
Notification that the view has changed its 'mode' (global or detailed)
| pSender | |
| pDoesChangeFromGlobalToDetailed | True if the view switch to global view, False if it switches to the detailed view. |
|
pure virtual |
Notification that the view will change its 'mode' (global or detailed)
| pSender | |
| pDoesChangeFromGlobalToDetailed | True if the view switch to global view, False if it switches to the detailed view. |