VisioDevKit-Sample  v2.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Pages
VgMyDisplayable Class Referenceabstract

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

Inheritance diagram for VgMyDisplayable:
Inheritance graph

Public Member Functions

virtual void show ()=0
 Displays this Object. More...
 
virtual void hide ()=0
 Hides this Object. More...
 
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 VgMyInstructionPathDisplay, VgMyInstructionDisplay, and VgMyRouteDisplay.

virtual bool VgMyDisplayable::isVisible ( )
pure virtual
Returns
TRUE if this Object is visible (i.e. shown). FALSE otherwise.

Implemented in VgMyInstructionPathDisplay, VgMyInstructionDisplay, and VgMyRouteDisplay.

virtual void VgMyDisplayable::show ( )
pure virtual

Displays this Object.

No effect if it is already displayed.

Implemented in VgMyInstructionPathDisplay, VgMyInstructionDisplay, and VgMyRouteDisplay.


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