blob: ae456d39c7e1a5fdfba6b6e531ced562ad096836 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>HBPictureGLView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSOpenGLView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>ClosePanel</key>
<string>id</string>
<key>NextPicture</key>
<string>id</string>
<key>PreviousPicture</key>
<string>id</string>
<key>SettingsChanged</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>PictureController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>delegate</key>
<string>id</string>
<key>fAnamorphicPopUp</key>
<string>NSPopUpButton</string>
<key>fCropBottomField</key>
<string>NSTextField</string>
<key>fCropBottomStepper</key>
<string>NSStepper</string>
<key>fCropLeftField</key>
<string>NSTextField</string>
<key>fCropLeftStepper</key>
<string>NSStepper</string>
<key>fCropMatrix</key>
<string>NSMatrix</string>
<key>fCropRightField</key>
<string>NSTextField</string>
<key>fCropRightStepper</key>
<string>NSStepper</string>
<key>fCropTopField</key>
<string>NSTextField</string>
<key>fCropTopStepper</key>
<string>NSStepper</string>
<key>fDeblockCheck</key>
<string>NSButton</string>
<key>fDeinterlacePopUp</key>
<string>NSPopUpButton</string>
<key>fDenoisePopUp</key>
<string>NSPopUpButton</string>
<key>fDetelecineCheck</key>
<string>NSButton</string>
<key>fEffectsCheck</key>
<string>NSButton</string>
<key>fHeightField</key>
<string>NSTextField</string>
<key>fHeightStepper</key>
<string>NSStepper</string>
<key>fInfoField</key>
<string>NSTextField</string>
<key>fNextButton</key>
<string>NSButton</string>
<key>fPARCheck</key>
<string>NSButton</string>
<key>fPictureGLView</key>
<string>HBPictureGLView</string>
<key>fPictureGLViewArea</key>
<string>NSBox</string>
<key>fPicturePanel</key>
<string>NSPanel</string>
<key>fPrevButton</key>
<string>NSButton</string>
<key>fRatioCheck</key>
<string>NSButton</string>
<key>fVFRCheck</key>
<string>NSButton</string>
<key>fWidthField</key>
<string>NSTextField</string>
<key>fWidthStepper</key>
<string>NSStepper</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSObject</string>
<key>LANGUAGE</key>
<string>ObjC</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>
|