home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Projectionist = {
- ACTIONS = {
- open:;
- };
- OUTLETS = {
- window;
- panel;
- movieView;
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- print:;
- open:;
- okPrefs:;
- save:;
- stop:;
- copy:;
- reduce50pct:;
- revStep:;
- appDidInit:;
- restore:;
- rev:;
- cancelPrefs:;
- fwdStep:;
- fwd:;
- expand2x:;
- prefs:;
- windowDidBecomeMain:;
- play:;
- updatePrefs:;
- };
- OUTLETS = {
- defDepthMatrix;
- prefsPanel;
- version;
- };
- SUPERCLASS = Object;
- };
-