Public Member Functions

VgMyDisplayable Class Reference

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

Inheritance diagram for VgMyDisplayable:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void show ()=0
 Displays this Object.
virtual void hide ()=0
 Hides this Object.
virtual bool isVisible ()=0

Detailed Description

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


Member Function Documentation

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]
Returns:
TRUE if this Object is visible (i.e. shown). FALSE otherwise.

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.


The documentation for this class was generated from the following file:
VisioDevKit 2.0, Visioglobe® 2013