home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / BitmapControler.1Vmod / BitmapControler.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  1.7 KB  |  120 lines

  1. SuperTool = {
  2.     SUPERCLASS = Tool;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. Tool = {
  10.     ACTIONS = {
  11.     windowDidResignKey:;
  12.     linkTo:;
  13.     changeFont:;
  14.     windowDidBecomeKey:;
  15.     paste:;
  16.     cut:;
  17.     copy:;
  18.     connectTo:;
  19.     xselectAll:;
  20.     };
  21.     OUTLETS = {
  22.     myPanel;
  23.     fixElement;
  24.     myElement;
  25.     defaultElement;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. MaskenView = {
  30.     ACTIONS = {
  31.     aktivChanged:;
  32.     maskeChanged:;
  33.     nameChanged:;
  34.     };
  35.     OUTLETS = {
  36.     aktivMatrix;
  37.     theBoxView;
  38.     theBoxContentView;
  39.     nameMatrix;
  40.     myScrollView;
  41.     protectMatrix;
  42.     delegate;
  43.     };
  44.     SUPERCLASS = View;
  45. };
  46. TMSImgTool = {
  47.     OUTLETS = {
  48.     workingMask;
  49.     workingPicture;
  50.     drawingMask;
  51.     drawingPicture;
  52.     };
  53.     SUPERCLASS = SuperTool;
  54. };
  55. PinselScroll = {
  56.     SUPERCLASS = ScrollView;
  57. };
  58. ProzentField = {
  59.     SUPERCLASS = TextField;
  60. };
  61. BitmapControler = {
  62.     ACTIONS = {
  63.     copyInImgMask:;
  64.     setArbeitGrob:;
  65.     changePinsel:;
  66.     makeConnects:;
  67.     changeAktivBegrenzer:;
  68.     changeAlpha:;
  69.     updateWorkmask:;
  70.     changeDisplay:;
  71.     gdVerwerfen:;
  72.     doAktion:;
  73.     aktivChanged:;
  74.     unmakeConnects:;
  75.     setBegrenzerName:;
  76.     recalcBitmap:;
  77.     changeMaskColor:;
  78.     changeWorkArea:;
  79.     changeWork:;
  80.     maskeChanged:;
  81.     setArbeitFein:;
  82.     changeMask:;
  83.     };
  84.     OUTLETS = {
  85.     bigToDraw;
  86.     workingRadio;
  87.     gdVerwerfenButton;
  88.     smallMask;
  89.     arbeitsmaskePulldown;
  90.     maskPopupDisplaying;
  91.     smallToDraw;
  92.     displayingPopup;
  93.     neuemaskeButton;
  94.     maskcolor;
  95.     grobdatenPulldown;
  96.     aktionButton;
  97.     brushImage;
  98.     begrenzerupdateButton;
  99.     workingPopup;
  100.     workingPic;
  101.     pinsel_popup;
  102.     maskeunlinkButton;
  103.     smallWorkMask;
  104.     pinselmenu;
  105.     maskPopupWorking;
  106.     maskenPanel;
  107.     dpiText;
  108.     alphaSwitch;
  109.     begrenzerliste;
  110.     arbeitsPanel;
  111.     maskenView;
  112.     smallPicture;
  113.     begrenzername;
  114.     };
  115.     SUPERCLASS = TMSImgTool;
  116. };
  117. TMSWorkMask = {
  118.     SUPERCLASS = Object;
  119. };
  120.