home *** CD-ROM | disk | FTP | other *** search
- SndManager = {
- ACTIONS = {
- cnvrtButtonAction:;
- cntrlButtonsAction:;
- customRateAction:;
- awakeFromNib:;
- browserAction:;
- rateButtonsAction:;
- };
- OUTLETS = {
- sndInfo;
- cnvrtButton;
- rateButtons;
- sndWindow;
- cntrlButtons;
- customRate;
- sndBrowser;
- };
- SUPERCLASS = Object;
- };
- NamedSound = {
- SUPERCLASS = Sound;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Main = {
- ACTIONS = {
- dumpAction:;
- fileAction:;
- IDdoubleAction:;
- typeAction:;
- IDAction:;
- infoInfo:;
- };
- OUTLETS = {
- rsrcSize;
- sndPanel;
- sndManager;
- infoPanel;
- typeBrowser;
- macPict;
- ID;
- rsrcMan;
- saveFile;
- type;
- icon;
- dumpButton;
- macSound;
- rsrcInfo;
- idBrowser;
- fileBrowser;
- };
- SUPERCLASS = Object;
- };
-