Interface for Objects (SDK or OS' GUI elements) whose display can be toggled. More...

Public Member Functions | |
| virtual void | show ()=0 |
| Displays this Object. | |
| virtual void | hide ()=0 |
| Hides this Object. | |
| virtual bool | isVisible ()=0 |
Interface for Objects (SDK or OS' GUI elements) whose display can be toggled.
| virtual void VgMyDisplayable::hide | ( | ) | [pure virtual] |
Hides this Object.
No effect if it is already hidden.
Implemented in VgMyAvatarDisplay, VgMyInstructionPathDisplay, VgMyRoutingHelper, VgMyInstructionDisplay, VgMyNavigationPositionDisplay, and VgMyRouteDisplay.
| virtual bool VgMyDisplayable::isVisible | ( | ) | [pure virtual] |
Implemented in VgMyAvatarDisplay, VgMyInstructionPathDisplay, VgMyRoutingHelper, VgMyInstructionDisplay, VgMyNavigationPositionDisplay, and VgMyRouteDisplay.
| virtual void VgMyDisplayable::show | ( | ) | [pure virtual] |
Displays this Object.
No effect if it is already displayed.
Implemented in VgMyAvatarDisplay, VgMyInstructionPathDisplay, VgMyRoutingHelper, VgMyInstructionDisplay, VgMyNavigationPositionDisplay, and VgMyRouteDisplay.