Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
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 *tc)=0 |
Called before a grouped notification. More... | |
virtual void | controllerDeleted (IlvTileController *tc)=0 |
Called when a tile controller is deleted. More... | |
virtual void | endGroupedNotification (IlvTileController *tc)=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 *tc) |
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... | |
Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on).
Library: ilvmaps
|
pure virtual |
Called before a grouped notification.
tc | The IlvTileController . |
|
pure virtual |
Called when a tile controller is deleted.
tc | The IlvTileController . |
|
pure virtual |
Called after a grouped notification.
tc | The IlvTileController . |
|
virtual |
Called when a tile is fully loaded.
tile | The tile whose load has completed. |
|
virtual |
Called if there is an error while loading.
tile | The tile involved. |
errorCode | The error code. |
|
virtual |
Called when the tile controlled start is enabled.
tc | The IlvTileController . |
|
pure virtual |
Called when the status of a tile changes.
tile | The tile whose status has changed. |
oldStatus | The tile previous status. |
newStatus | The tile current status. |
© Copyright 2016, 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.