home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08SMP.ZIP / usr / samples / Textview.prj / Controller.h next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  1.3 KB  |  56 lines

  1. /* -------------------------------------------------------------------
  2.  
  3.     Project: 
  4.  
  5.     Objective-C interface file for the class Controller
  6.  
  7.     This file was automatically generated by Project Editor
  8.     COPYRIGHT (C), 1995, Thomas Baier
  9.  
  10.     Unregistered version
  11.  
  12.     COPYRIGHT (C), 1996
  13.     ALL RIGHTS RESERVED.
  14.  
  15.     Date:                           Rev:
  16.     Sat Jan 06 14:33:21 1996
  17.  
  18.  
  19.  */
  20.  
  21. #ifndef _CONTROLLER_H_
  22. #define _CONTROLLER_H_
  23.  
  24. /*====================================================================
  25.                         Interface of class Controller
  26. ====================================================================*/
  27. #include <pm/pm.h>
  28. #include <db/db.h>
  29. #include <util/util.h>
  30.  
  31. @interface Controller : Object
  32. {
  33.   id      mainWindow;
  34.   id      mleWindow;
  35. }
  36.  
  37. /* -------------------------- Initialize -------------------------- */
  38.  
  39. /* ----------------------------- Free ----------------------------- */
  40.  
  41. /* ----------- Methods for access to Instance Variables ----------- */
  42.  
  43. /* ------------------------ Public methods ------------------------ */
  44.  
  45. -loadFile: sender;
  46.  
  47. /* ----------------------- Private methods ------------------------ */
  48. -readAndDisplayFile: (char *) fileName;
  49.  
  50. /* ---------------------- Archiving methods ----------------------- */
  51. -awakeFromInterfaceFile;
  52.  
  53. @end
  54.  
  55. #endif
  56.