Annotation of Examples/AppKit/VideoApp/MyApp.h, revision 1.1.1.1

1.1       root        1: #import <appkit/Application.h>
                      2: 
                      3: @interface MyApp:Application
                      4: {
                      5:   id videoView;
                      6:   id inputBox;         // Inspector for Input
                      7:   id outputBox;                // Inspector for Output
                      8:   id window;           // Inspector window
                      9:   id bufWindow;                // Buffered Video Window
                     10:   id nretWindow;               // NonRetained Window
                     11:   id ioPopup;          // Popup menu for I/O
                     12:   id retainedButton;   // Switch for buffered/nonretained window
                     13:   BOOL buffed;         // Boolean for whether the window is buffered 
                     14:   int mode;            // NX_FROMINPUT or NX_FROMVIEW
                     15: }
                     16: 
                     17: - appDidInit:sender;
                     18: - setMode:sender;
                     19: - setInput:sender;
                     20: 
                     21: - setBrightness:sender;
                     22: - setGamma:sender;
                     23: - setOutGamma:sender;
                     24: - setHue:sender;
                     25: - setSaturation:sender;
                     26: - setSharpness:sender;
                     27: 
                     28: - swapWindows:sender;
                     29: - openImage:sender;
                     30: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.