VgINavigationCallback provides an interface for the Navigation Module to communicate with the navigation request. More...
Public Member Functions | |
virtual | ~VgINavigationCallback () |
Destructor. | |
virtual bool | notifyNavigationComputed (VgNavigationRequestStatus pStatus, VgEngine::VgRefPtr< VgNavigationModule::VgINavigation > pNavigation)=0 |
Informs requester that a navigation has been computed. | |
Protected Member Functions | |
VgINavigationCallback () | |
Constructor. |
VgINavigationCallback provides an interface for the Navigation Module to communicate with the navigation request.
VgNavigationModule::VgINavigationCallback::VgINavigationCallback | ( | ) | [inline, protected] |
Constructor.
virtual VgNavigationModule::VgINavigationCallback::~VgINavigationCallback | ( | ) | [inline, virtual] |
Destructor.
virtual bool VgNavigationModule::VgINavigationCallback::notifyNavigationComputed | ( | VgNavigationRequestStatus | pStatus, |
VgEngine::VgRefPtr< VgNavigationModule::VgINavigation > | pNavigation | ||
) | [pure virtual] |
Informs requester that a navigation has been computed.
pStatus | Indicating the status of the result. | |
[out] | pNavigation | Containing the newly calculated navigation, or NULL if pStatus returns anthing other then eSuccess. |