rwlogo

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Public Member Functions
IlvTileListener Class Referenceabstract

Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on). More...

#include <ilviews/maps/tiling/tilectrl.h>

Inherited by _8iTileListener.

Public Member Functions

virtual void beginGroupedNotification (IlvTileController *tilectrl)=0
 Called before a grouped notification. More...
 
virtual void controllerDeleted (IlvTileController *controller)=0
 Called when a tile controller is deleted. More...
 
virtual void endGroupedNotification (IlvTileController *tilectrl)=0
 Called after a grouped notification. More...
 
virtual void loadComplete (IlvTile *tile)
 Called when a tile is fully loaded. More...
 
virtual void loadError (IlvTile *tile, IlvMapsError errorCode)
 Called if there is an error while loading. More...
 
virtual void startEnabled (IlvTileController *controller)
 Called when the tile controlled start is enabled. More...
 
virtual void tileChanged (IlvTile *tile, IlvTileStatus oldStatus, IlvTileStatus newStatus)=0
 Called when the status of a tile changes. More...
 

Detailed Description

Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on).

Library: ilvmaps

Member Function Documentation

virtual void IlvTileListener::beginGroupedNotification ( IlvTileController tilectrl)
pure virtual

Called before a grouped notification.

Parameters
tilectrlThe IlvTileController.
virtual void IlvTileListener::controllerDeleted ( IlvTileController controller)
pure virtual

Called when a tile controller is deleted.

Parameters
controllerThe IlvTileController.
virtual void IlvTileListener::endGroupedNotification ( IlvTileController tilectrl)
pure virtual

Called after a grouped notification.

Parameters
tilectrlThe IlvTileController.
virtual void IlvTileListener::loadComplete ( IlvTile tile)
virtual

Called when a tile is fully loaded.

Parameters
tileThe tile whose load has completed.
virtual void IlvTileListener::loadError ( IlvTile tile,
IlvMapsError  errorCode 
)
virtual

Called if there is an error while loading.

Parameters
tileThe tile involved.
errorCodeThe error code.
virtual void IlvTileListener::startEnabled ( IlvTileController controller)
virtual

Called when the tile controlled start is enabled.

Parameters
controllerThe IlvTileController.
virtual void IlvTileListener::tileChanged ( IlvTile tile,
IlvTileStatus  oldStatus,
IlvTileStatus  newStatus 
)
pure virtual

Called when the status of a tile changes.

Parameters
tileThe tile whose status has changed.
oldStatusThe tile previous status.
newStatusThe tile current status.
See Also
IlvTile::IlvTileStatus

© Copyright 2014, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.