home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / Source / RCS / Controller.h,v next >
Encoding:
Text File  |  1994-05-29  |  880 b   |  71 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ediger:1.2;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     94.05.29.20.14.16;  author ediger;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.12.19.13.02.36;  author ediger;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @NXApp's delegate object for the MachOViewer app
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @help/explanation panel support
  28. @
  29. text
  30. @#import <appkit/appkit.h>
  31. #import <assert.h>
  32. #import <Document.h>
  33.  
  34. /* $Id: Controller.h,v 1.1 93/12/19 13:02:36 ediger Exp Locker: ediger $
  35.  * $Log:    Controller.h,v $
  36.  * Revision 1.1  93/12/19  13:02:36  ediger
  37.  * Initial revision
  38.  * 
  39.  */
  40.  
  41. @@interface Controller:Object
  42. {
  43.     id    infoPanel;
  44.     id    helpPanel;
  45. }
  46.  
  47. - init;
  48. - closeFile:sender;
  49. - openNewFile:sender;
  50. - showInfoPanel:sender;
  51. - showHelpPanel:sender;
  52.  
  53. @@end
  54. @
  55.  
  56.  
  57. 1.1
  58. log
  59. @Initial revision
  60. @
  61. text
  62. @d5 5
  63. a9 2
  64. /* $Id$
  65.  * $Log$
  66. d15 1
  67. a15 1
  68.     id    openFiles;
  69. d22 1
  70. @
  71.