home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface GraphityAPIDemo3:Object
- {
- id theScript;
- id theScrollView;
- id theNewButton;
- id theWindow;
- id theNameField;
- id theStartButton;
- id theStopButton;
- id theSizeForm;
- id theAddButton;
- id theSpeaker;
- id theMessage;
- id theFreq;
-
- DPSTimedEntry theTimer;
- }
-
- - initSpeaker;
- - reportError: (const char *)message;
-
- - startTimer:sender;
- - stopTimer:sender;
- - newDocument:sender;
- - shapeDocument:sender;
- - addGraph:sender;
- - startTheTimer:(BOOL)flag;
- - doYourThing:(double)now;
-
- @end
-