WhirlyGlobe  1.2
A 3D interactive globe toolkit for iOS
WhirlyGlobe::MarkerGeneratorRemRequest Class Reference

#include <MarkerGenerator.h>

Inheritance diagram for WhirlyGlobe::MarkerGeneratorRemRequest:
WhirlyGlobe::GeneratorChangeRequest WhirlyGlobe::ChangeRequest

List of all members.

Public Member Functions

 MarkerGeneratorRemRequest (SimpleIdentity genID, SimpleIdentity markerID)
 Construct with the marker generator's ID and the marker ID to remove.
 MarkerGeneratorRemRequest (SimpleIdentity genID, const std::vector< SimpleIdentity > markerIDs)
 Construct with the generator ID and a list of marker IDs to remove.
virtual void execute2 (GlobeScene *scene, Generator *gen)
 Override this method to do whatever you want to do to the generator.

Protected Attributes

std::vector< SimpleIdentity > markerIDs

Detailed Description

A Marker Generator Remove Request comes form the MarkerLayer, is routed through the renderer and handed off to the MarkerGenerator.


The documentation for this class was generated from the following file: