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

  1. SlaveTool = {
  2.     SUPERCLASS = Tool;
  3. };
  4. Tool = {
  5.     ACTIONS = {
  6.     paste:;
  7.     alignSelRight:;
  8.     windowDidResignKey:;
  9.     windowWillClose:;
  10.     alignSelLeftAndRight:;
  11.     selectAll:;
  12.     copyFont:;
  13.     alignSelCenter:;
  14.     connectTo:;
  15.     alignSelLeft:;
  16.     linkTo:;
  17.     subscript:;
  18.     copyRuler:;
  19.     windowDidBecomeKey:;
  20.     pasteRuler:;
  21.     superscript:;
  22.     changeFont:;
  23.     toggleRuler:;
  24.     copy:;
  25.     underline:;
  26.     windowDidMove:;
  27.     pasteFont:;
  28.     cut:;
  29.     unscript:;
  30.     };
  31.     OUTLETS = {
  32.     sList;
  33.     myElement;
  34.     defaultElement;
  35.     myPanel;
  36.     fixElement;
  37.     infoPanel;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. FirstResponder = {
  42.     ACTIONS = {
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. TMSScanView = {
  47.     ACTIONS = {
  48.     };
  49.     OUTLETS = {
  50.     theTiffPic;
  51.     theScanPanel;
  52.     };
  53.     SUPERCLASS = View;
  54. };
  55. TMSImportTool = {
  56.     SUPERCLASS = SlaveTool;
  57. };
  58. TMSScanner = {
  59.     ACTIONS = {
  60.     takePicturePressed:;
  61.     showSpecialPanel:;
  62.     frameColorChanged:;
  63.     cancelPressed:;
  64.     okPressed:;
  65.     rectEntered:;
  66.     };
  67.     OUTLETS = {
  68.     theLoadedView;
  69.     area_y;
  70.     frameColorWell;
  71.     theScanner;
  72.     area_h;
  73.     modalPanel;
  74.     theView;
  75.     actElement;
  76.     takePicture;
  77.     area_w;
  78.     area_x;
  79.     prescanView;
  80.     scannerStrings;
  81.     };
  82.     SUPERCLASS = TMSImportTool;
  83. };
  84. WinControl = {
  85.     OUTLETS = {
  86.     theView;
  87.     };
  88.     SUPERCLASS = Object;
  89. };
  90.