home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / CEClassEditor+FileHandling.h < prev    next >
Encoding:
Text File  |  1995-06-07  |  988 b   |  42 lines

  1. /* CEClassEditor+FileHandling.h                 
  2.  *
  3.  * This object controls the data of a beaker (molecules, cameras, groups etc.)
  4.  * It is the main document of BeakerBoy and controls everything from loading to
  5.  * setting up the browser which does most of the other work.
  6.  *
  7.  * Usage: ....
  8.  *
  9.  * Written by:         Thomas Engel
  10.  * Created:            23.10.1993 (Copyleft)
  11.  * Last modified:     12.11.1994
  12.  */
  13.  
  14. #import "CEClassEditor.h"
  15.  
  16. @interface CEClassEditor ( FileHandling )
  17.  
  18. - _try:path withAlternatives:anArray forText:aText andGetStyle:(int *)aStyle andSetPath:realPath;
  19. - _readFile:path forText:aText andGetStyle:(int *)aStyle andSetPath:realPath;
  20. - (BOOL)_isFileRTF:path;
  21.  
  22. - (const char *)filename;
  23.  
  24. - _parseMethodFile;
  25. - _writeText:aText withStyle:(int)aStyle to:path;
  26.  
  27. - (BOOL)_selectSourceForMethod:aMethod;
  28.  
  29. // Working with documentation...
  30.  
  31. - checkDocumentation:sender;
  32. - (BOOL)_selectDocuForMethod:aMethod;
  33. - _addDocuForMethod:aMethod;
  34.  
  35. @end
  36.  
  37. /*
  38.  * History: 13.01.95 Buh
  39.  *            
  40.  *
  41.  * Bugs: - ...
  42.  */