home *** CD-ROM | disk | FTP | other *** search
- IBInspector = {
- ACTIONS = {"ok:" = "ok:"; "performClick:" = "performClick:"; "revert:" = "revert:"; };
- OUTLETS = {
- controller = controller;
- editor = editor;
- object = object;
- okButton = okButton;
- owner = owner;
- revertButton = revertButton;
- window = window;
- };
- SUPERCLASS = Object;
- };
- IBSoundInspector = {
- ACTIONS = {
- "pause:" = "pause:";
- "play:" = "play:";
- "record:" = "record:";
- "stop:" = "stop:";
- };
- OUTLETS = {
- box = box;
- meter = meter;
- pauseButton = pauseButton;
- playButton = playButton;
- recordButton = recordButton;
- soundView = soundView;
- stopButton = stopButton;
- textField = textField;
- };
- SUPERCLASS = IBInspector;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- SoundView = {
- ACTIONS = {
- "pause:" = "pause:";
- "play:" = "play:";
- "record:" = "record:";
- "resume:" = "resume:";
- "stop:" = "stop:";
- };
- OUTLETS = {delegate = delegate; };
- SUPERCLASS = View;
- };
- SoundMeter = {OUTLETS = {sound = sound; }; SUPERCLASS = View; };
-