home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / GISO.app / English.lproj / GISO.nib / data.classes next >
Text File  |  1994-08-18  |  3KB  |  101 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. StickyWindow = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
  3. Controller = {
  4.     ACTIONS = {
  5.         "appDidInit:" = "appDidInit:"; 
  6.     "cleanKill:" = "cleanKill:"; 
  7.     "convert:" = "convert:"; 
  8.     "copyValue:" = "copyValue:"; 
  9.     "didPlay:" = "didPlay:"; 
  10.     "hadError:" = "hadError:"; 
  11.     "loadFromHotList:" = "loadFromHotList:"; 
  12.     "openFile:" = "openFile:"; 
  13.     "playIt:" = "playIt:"; 
  14.     "saveFile:" = "saveFile:"; 
  15.     "saveToHotList:" = "saveToHotList:"; 
  16.     "stopPlay:" = "stopPlay:"; 
  17.     "subprocess:" = "subprocess:"; 
  18.     "willPlay:" = "willPlay:"; 
  19.     }; 
  20.     OUTLETS = {
  21.         convert = convert; 
  22.     dataFormSwitches = dataFormSwitches; 
  23.     dataSizeSwitches = dataSizeSwitches; 
  24.     defaults = defaults; 
  25.     dialog = dialog; 
  26.     effect = effect; 
  27.     effectArgText = effectArgText; 
  28.     entryName = entryName; 
  29.     inChannels = inChannels; 
  30.     inDataForm = inDataForm; 
  31.     inDataSize = inDataSize; 
  32.     inFile = inFile; 
  33.     inHotList = inHotList; 
  34.     inHotListConfig = inHotListConfig; 
  35.     inHotListStr = inHotListStr; 
  36.     inRate = inRate; 
  37.     inRateText = inRateText; 
  38.     inType = inType; 
  39.     infoController = infoController; 
  40.     openPanel = openPanel; 
  41.     outChannels = outChannels; 
  42.     outDataForm = outDataForm; 
  43.     outDataSize = outDataSize; 
  44.     outFile = outFile; 
  45.     outHotList = outHotList; 
  46.     outHotListConfig = outHotListConfig; 
  47.     outHotListStr = outHotListStr; 
  48.     outRate = outRate; 
  49.     outRateText = outRateText; 
  50.     outType = outType; 
  51.     panel = panel; 
  52.     playButton = playButton; 
  53.     savePanel = savePanel; 
  54.     soundMeter = soundMeter; 
  55.     strings = strings; 
  56.     subprocess = subprocess; 
  57.     swapBytes = swapBytes; 
  58.     theSound = theSound; 
  59.     volume = volume; 
  60.     whichRadio = whichRadio; 
  61.     }; 
  62.     SUPERCLASS = Object; 
  63. };
  64. PrefPanel = {
  65.     ACTIONS = {
  66.         "cancel:" = "cancel:"; 
  67.     "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; 
  68.     "ok:" = "ok:"; 
  69.     "revert:" = "revert:"; 
  70.     "save:" = "save:"; 
  71.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  72.     }; 
  73.     OUTLETS = {defaults = defaults; panel = panel; }; 
  74.     SUPERCLASS = Object; 
  75. };
  76. GISOPrefPanel = {
  77.     ACTIONS = {
  78.         "ok:" = "ok:"; 
  79.     "revert:" = "revert:"; 
  80.     "save:" = "save:"; 
  81.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  82.     }; 
  83.     OUTLETS = {storageDirectory = storageDirectory; }; 
  84.     SUPERCLASS = PrefPanel; 
  85. };
  86. DocumentController = {
  87.     ACTIONS = {"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; }; 
  88.     OUTLETS = {docType = docType; panel = panel; }; 
  89.     SUPERCLASS = Object; 
  90. };
  91. InfoController = {
  92.     ACTIONS = {"sendComments:" = "sendComments:"; }; 
  93.     OUTLETS = {maintainerText = maintainerText; versionText = versionText; }; 
  94.     SUPERCLASS = DocumentController; 
  95. };
  96. SoundMeter = {
  97.     ACTIONS = {"run:" = "run:"; "stop:" = "stop:"; }; 
  98.     OUTLETS = {sound = sound; }; 
  99.     SUPERCLASS = View; 
  100. };
  101.