|
|
1.1 root 1: NXLiveVideoView = {
2: ACTIONS = {
3: start:;
4: stop:;
5: };
6: SUPERCLASS = View;
7: };
8: FirstResponder = {
9: ACTIONS = {
10: };
11: SUPERCLASS = Object;
12: };
13: CustomVideoView = {
14: ACTIONS = {
15: setGrab:;
16: setActualSize:;
17: clear:;
18: setImage:;
19: grab:;
20: };
21: OUTLETS = {
22: theImage;
23: };
24: SUPERCLASS = NXLiveVideoView;
25: };
26: MyApp = {
27: ACTIONS = {
28: appDidInit:;
29: setInput:;
30: openImage:;
31: setOutGamma:;
32: setMode:;
33: setGamma:;
34: setHue:;
35: setBrightness:;
36: setSharpness:;
37: swapWindows:;
38: setSaturation:;
39: };
40: OUTLETS = {
41: outputBox;
42: nretWindow;
43: window;
44: bufWindow;
45: inputBox;
46: retainedButton;
47: ioPopup;
48: videoView;
49: };
50: SUPERCLASS = Application;
51: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.