|
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#include <Generator.h>
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. | |
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.