home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Diagram_2.5 / Application / Diagram.app / English.lproj / SoundInspector.nib / data.classes next >
Text File  |  1993-03-01  |  789b  |  56 lines

  1. LSGraphicInspector = {
  2.     ACTIONS = {
  3.     setTrackingMasterValue:;
  4.     };
  5.     OUTLETS = {
  6.     trackingMasterCheck;
  7.     };
  8.     SUPERCLASS = LSInspector;
  9. };
  10. LSSymbolInspector = {
  11.     ACTIONS = {
  12.     setNewShapeFromMatrix:;
  13.     };
  14.     OUTLETS = {
  15.     shapeMatrix;
  16.     };
  17.     SUPERCLASS = LSGraphicInspector;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. DGInspector = {
  25.     ACTIONS = {
  26.     };
  27.     OUTLETS = {
  28.     myInspectorView;
  29.     myInspectorWindow;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. DGSoundInspector = {
  34.     ACTIONS = {
  35.     play:;
  36.     record:;
  37.     stop:;
  38.     erase:;
  39.     pause:;
  40.     setScale:;
  41.     };
  42.     OUTLETS = {
  43.     eraseButton;
  44.     soundView;
  45.     scaleSlider;
  46.     pauseButton;
  47.     displayGroup;
  48.     messageField;
  49.     playButton;
  50.     soundMeter;
  51.     stopButton;
  52.     recordButton;
  53.     };
  54.     SUPERCLASS = DGInspector;
  55. };
  56.