home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface Controller:Object
-
- - open:sender; /* brings up the open panel */
- - openFileNamed:(const char *)filename; /* opens a named model file */
-
- - evaluate:sender; /* makes the database evaluate the contents of the query view */
-
- - clear:sender; /* clears the results view */
- - print:sender; /* prints the results view */
-
- - close:sender; /* closes the current main window */
-
- @end
-