|
VisioMove SDK (iOS)
2.1.22
|

Public Member Functions | |
| virtual | ~VgINavigationCallback () |
| virtual bool | notifyNavigationComputed (VgNavigationRequestStatus pStatus, VgEngine::VgRefPtr< VgNavigationModule::VgINavigation > pNavigation)=0 |
Public Member Functions inherited from VgEngine::VgReferenced | |
| VgReferenced () | |
| VgReferenced (const VgReferenced &pThis) | |
| virtual | ~VgReferenced () |
| VgReferenced & | operator= (const VgReferenced &pThis) |
| void | ref () const |
| int | unref () const |
| int | getNbReferences () const |
Protected Member Functions | |
| VgINavigationCallback () | |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
VgINavigationCallback provides an interface for the Navigation Module to communicate with the navigation request.
|
inlineprotected |
Constructor.
|
inlinevirtual |
Destructor.
References notifyNavigationComputed().
|
pure virtual |
Informs requester that a navigation has been computed.
| pStatus | Indicating the status of the result. |
| pNavigation | Containing the newly calculated navigation, or NULL if pStatus returns anthing other then eSuccess. |
Referenced by ~VgINavigationCallback().