VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
virtual | ~VgIPlaceListener () |
virtual void | notifyPlaceSelected (VgApplication::VgIApplication &pVgApplication, const std::string &pID, const VgEngine::VgPosition &pPosition)=0 |
virtual void | notifyMapDatabaseLoaded (VgApplication::VgIApplication &pVgApplication)=0 |
Public Member Functions inherited from VgEngine::VgReferenced | |
VgReferenced () | |
VgReferenced (const VgReferenced &pThis) | |
virtual | ~VgReferenced () |
VgReferenced & | operator= (const VgReferenced &pThis) |
void | ref () const |
int | unref () const |
int | getNbReferences () const |
Protected Member Functions | |
VgIPlaceListener () | |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
int | mNbReferences |
The VgIPlaceListener allow users to be notified of Place related events that occur within the map module where the listener has been registered. An example of a Place related event is the nofity place selected event.
|
inlineprotected |
Constructor.
|
inlinevirtual |
Destructor
|
pure virtual |
This method is called when all places have been loaded. Usually after selectDataset, or when a listener is added after the dataset has been selected.
pVgApplication | the source of the event. |
|
pure virtual |
This method is called when a place has been selected.
pVgApplication | the source of the event. |
pID | the place descriptor ID. |
pPosition | the view point position of the selected place |