|
VisioMove
2.1.5
|
VgIRouteCallback provides an interface for the route solver to communicate with the route requester. More...

Public Member Functions | |
| virtual | ~VgIRouteCallback () |
| Destructor. More... | |
| virtual void | notifyRouteComputed (VgRouteRequestStatus pStatus, VgEngine::VgRefPtr< VgRoutingModule::VgIRoute > pRoute)=0 |
| Informs requester that a route has been computed. More... | |
Public Member Functions inherited from VgEngine::VgReferenced | |
| VgReferenced () | |
| Constructor. More... | |
| VgReferenced (const VgReferenced &pThis) | |
| Copy constructor. More... | |
| virtual | ~VgReferenced () |
| Destructor. More... | |
| VgReferenced & | operator= (const VgReferenced &pThis) |
| Assignment operator. More... | |
| void | ref () const |
| This method is used to add a reference to this object. More... | |
| int | unref () const |
| This method is used to remove a reference to this object. More... | |
| int | getNbReferences () const |
| Retrieves the number of references to this object. More... | |
Protected Member Functions | |
| VgIRouteCallback () | |
| Constructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
| The number of references to this object. More... | |
VgIRouteCallback provides an interface for the route solver to communicate with the route requester.
|
inlineprotected |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
Informs requester that a route has been computed.
| pStatus | Indicating the status of the result | |
| [out] | pRoute | Containing the newly calculated route, or NULL if pStatus returns anthing other then eSuccess. |