home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OneVision 3.03
/
OneVision3.03.iso
/
Apps
/
GISO.app
/
English.lproj
/
GISO.nib
/
data.classes
next >
Wrap
Text File
|
1994-08-18
|
3KB
|
101 lines
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
StickyWindow = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
Controller = {
ACTIONS = {
"appDidInit:" = "appDidInit:";
"cleanKill:" = "cleanKill:";
"convert:" = "convert:";
"copyValue:" = "copyValue:";
"didPlay:" = "didPlay:";
"hadError:" = "hadError:";
"loadFromHotList:" = "loadFromHotList:";
"openFile:" = "openFile:";
"playIt:" = "playIt:";
"saveFile:" = "saveFile:";
"saveToHotList:" = "saveToHotList:";
"stopPlay:" = "stopPlay:";
"subprocess:" = "subprocess:";
"willPlay:" = "willPlay:";
};
OUTLETS = {
convert = convert;
dataFormSwitches = dataFormSwitches;
dataSizeSwitches = dataSizeSwitches;
defaults = defaults;
dialog = dialog;
effect = effect;
effectArgText = effectArgText;
entryName = entryName;
inChannels = inChannels;
inDataForm = inDataForm;
inDataSize = inDataSize;
inFile = inFile;
inHotList = inHotList;
inHotListConfig = inHotListConfig;
inHotListStr = inHotListStr;
inRate = inRate;
inRateText = inRateText;
inType = inType;
infoController = infoController;
openPanel = openPanel;
outChannels = outChannels;
outDataForm = outDataForm;
outDataSize = outDataSize;
outFile = outFile;
outHotList = outHotList;
outHotListConfig = outHotListConfig;
outHotListStr = outHotListStr;
outRate = outRate;
outRateText = outRateText;
outType = outType;
panel = panel;
playButton = playButton;
savePanel = savePanel;
soundMeter = soundMeter;
strings = strings;
subprocess = subprocess;
swapBytes = swapBytes;
theSound = theSound;
volume = volume;
whichRadio = whichRadio;
};
SUPERCLASS = Object;
};
PrefPanel = {
ACTIONS = {
"cancel:" = "cancel:";
"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:";
"ok:" = "ok:";
"revert:" = "revert:";
"save:" = "save:";
"windowDidBecomeKey:" = "windowDidBecomeKey:";
};
OUTLETS = {defaults = defaults; panel = panel; };
SUPERCLASS = Object;
};
GISOPrefPanel = {
ACTIONS = {
"ok:" = "ok:";
"revert:" = "revert:";
"save:" = "save:";
"windowDidBecomeKey:" = "windowDidBecomeKey:";
};
OUTLETS = {storageDirectory = storageDirectory; };
SUPERCLASS = PrefPanel;
};
DocumentController = {
ACTIONS = {"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; };
OUTLETS = {docType = docType; panel = panel; };
SUPERCLASS = Object;
};
InfoController = {
ACTIONS = {"sendComments:" = "sendComments:"; };
OUTLETS = {maintainerText = maintainerText; versionText = versionText; };
SUPERCLASS = DocumentController;
};
SoundMeter = {
ACTIONS = {"run:" = "run:"; "stop:" = "stop:"; };
OUTLETS = {sound = sound; };
SUPERCLASS = View;
};