home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Quantrix_1.2 / Application / Quantrix.app / English.lproj / PFormulaDepiction.nib / data.classes next >
Text File  |  1995-03-20  |  2KB  |  110 lines

  1. PFormulaDepiction = {
  2.     ACTIONS = {
  3.     toggleFormulaVisible:;
  4.     };
  5.     OUTLETS = {
  6.     formulaView;
  7.     splitView;
  8.     };
  9.     SUPERCLASS = PDepiction;
  10. };
  11. PMatrixView = {
  12.     ACTIONS = {
  13.     jumpToSelection:;
  14.     add:;
  15.     selectAll:;
  16.     delete:;
  17.     };
  18.     OUTLETS = {
  19.     delegate;
  20.     };
  21.     SUPERCLASS = View;
  22. };
  23. PDocumentSplitView = {
  24.     ACTIONS = {
  25.     hideFormulaBar:;
  26.     showFormulaBar:;
  27.     };
  28.     OUTLETS = {
  29.     };
  30.     SUPERCLASS = LTTopBottomSplitView;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. LTCrossSplitView = {
  38.     ACTIONS = {
  39.     };
  40.     OUTLETS = {
  41.     topLeftView;
  42.     bottomRightView;
  43.     topRightView;
  44.     bottomLeftView;
  45.     };
  46.     SUPERCLASS = View;
  47. };
  48. PWorksheetView = {
  49.     SUPERCLASS = View;
  50. };
  51. LTTopBottomSplitView = {
  52.     ACTIONS = {
  53.     };
  54.     OUTLETS = {
  55.     };
  56.     SUPERCLASS = LTCrossSplitView;
  57. };
  58. PDepiction = {
  59.     ACTIONS = {
  60.     exportTable:;
  61.     print:;
  62.     windowDidBecomeMain:;
  63.     update:;
  64.     swapRowsAndColumns:;
  65.     windowWillClose:;
  66.     windowDidResignMain:;
  67.     windowWillResize:;
  68.     };
  69.     OUTLETS = {
  70.     worksheetView;
  71.     clone;
  72.     };
  73.     SUPERCLASS = LTDepiction;
  74. };
  75. PFormulaView = {
  76.     ACTIONS = {
  77.     copy:;
  78.     paste:;
  79.     delete:;
  80.     };
  81.     OUTLETS = {
  82.     formulaBarGuy;
  83.     };
  84.     SUPERCLASS = PMatrixView;
  85. };
  86. LTDepiction = {
  87.     ACTIONS = {
  88.     windowWillClose:;
  89.     cloneDepiction:;
  90.     documentWillSave:;
  91.     changeLayout:;
  92.     orderFront:;
  93.     documentDidOpen:;
  94.     documentDidSave:;
  95.     windowDidMiniaturize:;
  96.     setDirty:;
  97.     createDepiction:;
  98.     endEditing:;
  99.     windowDidBecomeMain:;
  100.     documentWillClose:;
  101.     orderOut:;
  102.     windowDidBecomeKey:;
  103.     windowDidDeminiaturize:;
  104.     };
  105.     OUTLETS = {
  106.     window;
  107.     };
  108.     SUPERCLASS = Responder;
  109. };
  110.