home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- windowWillClose:;
- saveVideo:;
- windowDidMove:;
- openVideo:;
- showAboutPanel:;
- showStatsInfo:;
- appWillInit:;
- updateInfoPanels:;
- showFileInfo:;
- showToolsSettings:;
- detachFromView:;
- windowDidBecomeMain:;
- openRequest:;
- showToolsTransport:;
- };
- OUTLETS = {
- savePanel;
- settings;
- statsInfo;
- playAgainMenuItem;
- currentMPEGView;
- transport;
- aboutPanel;
- openPanel;
- fileInfo;
- };
- SUPERCLASS = Object;
- };
-