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

#include <Generator.h>

Inheritance diagram for WhirlyGlobe::GeneratorChangeRequest:
WhirlyGlobe::ChangeRequest WhirlyGlobe::MarkerGeneratorAddRequest WhirlyGlobe::MarkerGeneratorFadeRequest WhirlyGlobe::MarkerGeneratorRemRequest WhirlyGlobe::ParticleGeneratorAddSystemRequest WhirlyGlobe::ParticleGeneratorRemSystemRequest

List of all members.

Public Member Functions

 GeneratorChangeRequest (SimpleIdentity genId)
 Construct with the target generator ID.
void execute (GlobeScene *scene, WhirlyGlobeView *view)
 Run the generator request. Don't override this one.
virtual void execute2 (GlobeScene *scene, Generator *drawGen)=0
 Override this method to do whatever you want to do to the generator.

Protected Attributes

SimpleIdentity genId
 Generator that we're going to modify.

Detailed Description

The Generator Change Request is the base class for communication with a specific generator. You override this with your own specific request and it'll be delivered to the generate your request.


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