VisioMove-Sample
2.1.5
|
Interface for displaying a route. More...
Public Member Functions | |
virtual bool | createRouteObjects (VgEngine::VgConstRefPtr< VgRoutingModule::VgIRoute > const &pRoute)=0 |
Creates the geometry objects to be added to the view to represent the route. More... | |
virtual void | clear ()=0 |
Clears the object. More... | |
virtual void | show ()=0 |
Declaration from interface : VgMyDisplayable. More... | |
virtual void | hide ()=0 |
Hides this Object. More... | |
virtual bool | isVisible ()=0 |
Interface for displaying a route.
|
pure virtual |
Clears the object.
Implemented in VgMyRoutingHelper.
|
pure virtual |
Creates the geometry objects to be added to the view to represent the route.
pRoute | The object containing the route data to represent. |
Implemented in VgMyRoutingHelper.
|
pure virtual |
Hides this Object.
No effect if it is already hidden.
Implements VgMyDisplayable.
Implemented in VgMyRoutingHelper.
|
pure virtual |
Implements VgMyDisplayable.
Implemented in VgMyRoutingHelper.
|
pure virtual |
Declaration from interface : VgMyDisplayable.
Implements VgMyDisplayable.
Implemented in VgMyRoutingHelper.