home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Graphity_Demo / API / Demo4 / GraphityAPIDemo4.h < prev    next >
Text File  |  1993-05-07  |  590b  |  35 lines

  1.  
  2. #import <objc/Object.h>
  3.  
  4. @interface GraphityAPIDemo4:Object
  5. {
  6.     id    theShapeForm;
  7.     id    theTitle;
  8.     id    theScrollView;
  9.     id    theAddButton;
  10.     id    theAddSerieButton;
  11.     id    theAddRowButton;
  12.     id    theShapeButton;
  13.     id    theNewButton;
  14.     id    theWindow;
  15.     id    theLabel;
  16.     id    thePlace;
  17.     id    theValue;
  18.     id    theSetValueButton;
  19.     id    theServerProxy;
  20.     id    theDocumentProxy;
  21.     id    theGraphProxy;
  22. }
  23.  
  24. - initServer;
  25. - reportError: (const char *)message;
  26.  
  27. - addSerie:sender;
  28. - addRow:sender;
  29. - newDocument:sender;
  30. - addGraph:sender;
  31. - shapeDocument:sender;
  32. - setGraphValue:sender;
  33.  
  34. @end
  35.