rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Maps Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvTileListener Class Reference

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.

List of all members.

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.

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:
tilectrl The IlvTileController.
virtual void IlvTileListener::controllerDeleted ( IlvTileController controller  )  [pure virtual]

Called when a tile controller is deleted.

Parameters:
controller The IlvTileController.
virtual void IlvTileListener::endGroupedNotification ( IlvTileController tilectrl  )  [pure virtual]

Called after a grouped notification.

Parameters:
tilectrl The IlvTileController.
virtual void IlvTileListener::loadComplete ( IlvTile tile  )  [virtual]

Called when a tile is fully loaded.

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

Called if there is an error while loading.

Parameters:
tile The tile involved.
errorCode The error code.
virtual void IlvTileListener::startEnabled ( IlvTileController controller  )  [virtual]

Called when the tile controlled start is enabled.

Parameters:
controller The IlvTileController.
virtual void IlvTileListener::tileChanged ( IlvTile tile,
IlvTileStatus  oldStatus,
IlvTileStatus  newStatus 
) [pure virtual]

Called when the status of a tile changes.

Parameters:
tile The tile whose status has changed.
oldStatus The tile previous status.
newStatus The tile current status.
See also:
IlvTile::IlvTileStatus
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.