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

Used for receiving notifications from the VgMyBasicApplicationController related to the management of VgINavigation objects. More...

Inheritance diagram for VgMyNavigationListener:
Inheritance graph

Public Member Functions

virtual void notifyNavigationCreated (VgEngine::VgRefPtr< VgNavigationModule::VgINavigation > pNavigation)=0
 Called when a navigation object is created. More...
 
virtual void notifyNavigationDestroyed (VgEngine::VgRefPtr< VgNavigationModule::VgINavigation > pNavigation)=0
 Called when a navigation object will be destroyed. More...
 

Protected Member Functions

virtual ~VgMyNavigationListener ()
 

Detailed Description

Used for receiving notifications from the VgMyBasicApplicationController related to the management of VgINavigation objects.

These methods are called if the VgMyNavigationListener has been registered with the addNavigationListener() method within VgMyBasicApplicationController.

Constructor & Destructor Documentation

virtual VgMyNavigationListener::~VgMyNavigationListener ( )
inlineprotectedvirtual

Member Function Documentation

virtual void VgMyNavigationListener::notifyNavigationCreated ( VgEngine::VgRefPtr< VgNavigationModule::VgINavigation >  pNavigation)
pure virtual

Called when a navigation object is created.

Parameters
pNavigationThe navigation object.

Implemented in VgMyNavigationProviderManager.

virtual void VgMyNavigationListener::notifyNavigationDestroyed ( VgEngine::VgRefPtr< VgNavigationModule::VgINavigation >  pNavigation)
pure virtual

Called when a navigation object will be destroyed.

Parameters
pNavigationThe navigation object.

Implemented in VgMyNavigationProviderManager.


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