home *** CD-ROM | disk | FTP | other *** search
- /* -------------------------------------------------------------------
-
- Project:
-
- Objective-C interface file for the class Controller
-
- This file was automatically generated by Project Editor
- COPYRIGHT (C), 1995, Thomas Baier
-
- Unregistered version
-
- COPYRIGHT (C), 1996
- ALL RIGHTS RESERVED.
-
- Date: Rev:
- Sat Jan 06 14:33:21 1996
-
-
- */
-
- #ifndef _CONTROLLER_H_
- #define _CONTROLLER_H_
-
- /*====================================================================
- Interface of class Controller
- ====================================================================*/
- #include <pm/pm.h>
- #include <db/db.h>
- #include <util/util.h>
-
- @interface Controller : Object
- {
- id mainWindow;
- id mleWindow;
- }
-
- /* -------------------------- Initialize -------------------------- */
-
- /* ----------------------------- Free ----------------------------- */
-
- /* ----------- Methods for access to Instance Variables ----------- */
-
- /* ------------------------ Public methods ------------------------ */
-
- -loadFile: sender;
-
- /* ----------------------- Private methods ------------------------ */
- -readAndDisplayFile: (char *) fileName;
-
- /* ---------------------- Archiving methods ----------------------- */
- -awakeFromInterfaceFile;
-
- @end
-
- #endif
-