![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
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 *tilectrl)=0 |
| Called before a grouped notification. | |
| virtual void | controllerDeleted (IlvTileController *controller)=0 |
| Called when a tile controller is deleted. | |
| virtual void | endGroupedNotification (IlvTileController *tilectrl)=0 |
| Called after a grouped notification. | |
| virtual void | loadComplete (IlvTile *tile) |
| Called when a tile is fully loaded. | |
| virtual void | loadError (IlvTile *tile, IlvMapsError errorCode) |
| Called if there is an error while loading. | |
| virtual void | startEnabled (IlvTileController *controller) |
| Called when the tile controlled start is enabled. | |
| virtual void | tileChanged (IlvTile *tile, IlvTileStatus oldStatus, IlvTileStatus newStatus)=0 |
| Called when the status of a tile changes. | |
Used to be notified of the tile events (tile loaded, tile released, tile cached, and so on).
Library: ilvmaps
| virtual void IlvTileListener::beginGroupedNotification | ( | IlvTileController * | tilectrl | ) | [pure virtual] |
Called before a grouped notification.
| tilectrl | The IlvTileController. |
| virtual void IlvTileListener::controllerDeleted | ( | IlvTileController * | controller | ) | [pure virtual] |
Called when a tile controller is deleted.
| controller | The IlvTileController. |
| virtual void IlvTileListener::endGroupedNotification | ( | IlvTileController * | tilectrl | ) | [pure virtual] |
Called after a grouped notification.
| tilectrl | The IlvTileController. |
| virtual void IlvTileListener::loadComplete | ( | IlvTile * | tile | ) | [virtual] |
Called when a tile is fully loaded.
| tile | The tile whose load has completed. |
| virtual void IlvTileListener::loadError | ( | IlvTile * | tile, | |
| IlvMapsError | errorCode | |||
| ) | [virtual] |
Called if there is an error while loading.
| tile | The tile involved. | |
| errorCode | The error code. |
| virtual void IlvTileListener::startEnabled | ( | IlvTileController * | controller | ) | [virtual] |
Called when the tile controlled start is enabled.
| controller | The IlvTileController. |
| virtual void IlvTileListener::tileChanged | ( | IlvTile * | tile, | |
| IlvTileStatus | oldStatus, | |||
| IlvTileStatus | newStatus | |||
| ) | [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 2012, 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.