Table Of Contents

Graph IDECustom Application ► Controller

A controller is assigned while loading a view using the Container View or Document API. It is an instance that permits any Programming state to register with a custom application.

The controller class needs to implement the following method:

-(void)register:(id)aState withName:(const char *)aName recursionIndex:(unsigned)recursionIndex

Where the arguments are defined as follows:

The controller is a "glue" object that binds Graph IDE's object nodes to the objects in a custom application. See the SineTable project for its use.




© Copyright 1993-2022 by VVimaging, Inc. (VVI); All Rights Reserved. Please email support@vvi.com with any comments you have concerning this documentation. See Legal for trademark and legal information.