Displays a path from the closest position on the route until the end of the instructions of the same layer.
More...
Inherits VgINavigationListener.
|
VgApplication::VgIApplication * | mVgApplication |
|
VgEngine::VgConstRefPtr
< VgNavigationModule::VgINavigationInstruction > | mInstruction |
|
VgEngine::VgRefPtr
< Vg3DModule::VgLine > | mLine |
|
Displays a path from the closest position on the route until the end of the instructions of the same layer.
This is a DEMO/DEBUGGING class but it could be used to highlight a part of a route.
VgMyNavigationDynamicPathDisplay::VgMyNavigationDynamicPathDisplay |
( |
VgApplication::VgIApplication * |
pVgApplication | ) |
|
virtual VgMyNavigationDynamicPathDisplay::~VgMyNavigationDynamicPathDisplay |
( |
| ) |
|
|
virtual |
void VgMyNavigationDynamicPathDisplay::clear |
( |
| ) |
|
Implementation of interface : VgMyInstructionDisplay.
IMPLEMENTATION TIPS : You can customize the line here
- Texture & Colors
- Width
- Height
void VgMyNavigationDynamicPathDisplay::hide |
( |
| ) |
|
bool VgMyNavigationDynamicPathDisplay::isVisible |
( |
| ) |
|
virtual void VgMyNavigationDynamicPathDisplay::notifyNewInstruction |
( |
VgEngine::VgConstRefPtr< VgNavigationModule::VgINavigation > const & |
pNavigation, |
|
|
unsigned int |
pIndex |
|
) |
| |
|
virtual |
virtual void VgMyNavigationDynamicPathDisplay::notifyPositionUpdated |
( |
VgEngine::VgConstRefPtr< VgNavigationModule::VgINavigation > const & |
pNavigation, |
|
|
const VgEngine::VgPosition & |
, |
|
|
double |
|
|
) |
| |
|
virtual |
void VgMyNavigationDynamicPathDisplay::show |
( |
| ) |
|
VgEngine::VgConstRefPtr< VgNavigationModule::VgINavigationInstruction > VgMyNavigationDynamicPathDisplay::mInstruction |
|
protected |
VgEngine::VgRefPtr< Vg3DModule::VgLine > VgMyNavigationDynamicPathDisplay::mLine |
|
protected |
VgApplication::VgIApplication* VgMyNavigationDynamicPathDisplay::mVgApplication |
|
protected |
The documentation for this class was generated from the following file:
- VgMyNavigationDynamicPathDisplay.h