home *** CD-ROM | disk | FTP | other *** search
- DefaultMgr = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ProcessManager = {
- ACTIONS = {
- };
- OUTLETS = {
- myWindow;
- myTextObject;
- };
- SUPERCLASS = Object;
- };
- NiftyMatrix = {
- ACTIONS = {
- };
- OUTLETS = {
- activeCell;
- };
- SUPERCLASS = Matrix;
- };
- IconView = {
- SUPERCLASS = View;
- };
- myMainObject = {
- ACTIONS = {
- appDidInit:;
- terminate:;
- };
- OUTLETS = {
- iconWindow;
- mySpeech;
- owner;
- iconMatrix;
- scrollView;
- icon;
- localInfoMgr;
- };
- SUPERCLASS = Object;
- };
- InfoMgr = {
- ACTIONS = {
- switchViews:;
- enableSpeech:;
- };
- OUTLETS = {
- scrollView;
- generalView;
- TextToSpeechView;
- mainObject;
- speakLog;
- LicenceView;
- defaultManager;
- speechControlView;
- speakMessages;
- doubleClickAction;
- window;
- iconInfoView;
- speechView;
- infoView;
- confirmDoubleClick;
- whenToSpeak;
- };
- SUPERCLASS = Object;
- };
-