VisioDevKit-Sample
v2.0
|
Interface responsible for displaying the current navigation position. More...
Public Member Functions | |
virtual void | updateWithPosition (VgEngine::VgConstRefPtr< VgNavigationModule::VgINavigation > const &pNavigation, const VgEngine::VgPosition &pPosition)=0 |
A notification containing the latest position associated with the navigation object. 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 responsible for displaying the current navigation position.
|
pure virtual |
Clears the object.
Implemented in VgMyAvatarDisplay.
|
pure virtual |
Hides this Object.
No effect if it is already hidden.
Implements VgMyDisplayable.
Implemented in VgMyAvatarDisplay.
|
pure virtual |
Implements VgMyDisplayable.
Implemented in VgMyAvatarDisplay.
|
pure virtual |
Declaration from interface : VgMyDisplayable.
Implements VgMyDisplayable.
Implemented in VgMyAvatarDisplay.
|
pure virtual |
A notification containing the latest position associated with the navigation object.
pNavigation | The navigation object. |
pPosition | The new position. |
Implemented in VgMyAvatarDisplay.