home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / MetamorphoseElement.1Vmod / MetamorphoseTool1.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  682 b   |  48 lines

  1. ImageElement = {
  2.     SUPERCLASS = Element;
  3. };
  4. VektorElement = {
  5.     SUPERCLASS = Element;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. Tool = {
  13.     OUTLETS = {
  14.     fixElement;
  15.     myElement;
  16.     myPanel;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. MetamorphoseElementPreferences = {
  21.     ACTIONS = {
  22.     newScreenResolution:;
  23.     newPrinterResolution:;
  24.     };
  25.     OUTLETS = {
  26.     thePanel;
  27.     printerResolutionText;
  28.     screenResolutionText;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. MetamorphoseTool1 = {
  33.     ACTIONS = {
  34.     newScreenDpi:;
  35.     newCurve:;
  36.     newDpi:;
  37.     };
  38.     OUTLETS = {
  39.     screenDpiText;
  40.     stepCurve;
  41.     dpiText;
  42.     };
  43.     SUPERCLASS = Tool;
  44. };
  45. Element = {
  46.     SUPERCLASS = Object;
  47. };
  48.