home *** CD-ROM | disk | FTP | other *** search
- MyButton = {
- SUPERCLASS = Button;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Mouser = {
- ACTIONS = {
- setMouseThreshold:;
- setOverscan:;
- genlockOutput:;
- setGenlockSource:;
- save:;
- calcScanRect:;
- suggested:;
- appDidInit:;
- setScrollRate:;
- setTheGamma:;
- dragOutline:;
- centerView:;
- calcVideoRect:;
- freeze:;
- updateParameters:;
- track:;
- showInfoText:;
- calcMouseRect:;
- revert:;
- };
- OUTLETS = {
- genlockSwitch;
- prefWindow;
- genlockButton;
- overscanSlider;
- cursorObject;
- infoText;
- scrollSlider;
- gammaSlider;
- mouseText;
- trackFreezeButton;
- videoView;
- window;
- mouseSlider;
- gammaText;
- posText;
- scrollText;
- outlineButton;
- overscanText;
- };
- SUPERCLASS = Object;
- };
- NXLiveVideoView = {
- ACTIONS = {
- start:;
- stop:;
- };
- SUPERCLASS = View;
- };
-