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

  1. Element = {
  2.     SUPERCLASS = Object;
  3. };
  4. VektorElement = {
  5.     SUPERCLASS = Element;
  6. };
  7. Tool = {
  8.     OUTLETS = {
  9.     myPanel;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. ShapeElementTool1 = {
  19.     ACTIONS = {
  20.     revert:;
  21.     doMetamorph:;
  22.     newPerimeter:;
  23.     newFill:;
  24.     newShape:;
  25.     newFillType:;
  26.     loadShape:;
  27.     newLineColor:;
  28.     setParam:;
  29.     newClipType:;
  30.     newFillColor:;
  31.     newStrokeAttributes:;
  32.     };
  33.     OUTLETS = {
  34.     strokeAttributesWell;
  35.     paramSliderMatrix;
  36.     perimeterSwitch;
  37.     doMetamorphButton;
  38.     clipMenu;
  39.     fillMenu;
  40.     pathReverseSwitch;
  41.     shapeMatrix;
  42.     paramTextMatrix;
  43.     fillSwitch;
  44.     fColorWell;
  45.     lColorWell;
  46.     previewWindow;
  47.     };
  48.     SUPERCLASS = Tool;
  49. };
  50. ImageElement = {
  51.     SUPERCLASS = Element;
  52. };
  53.