blob: 59629f07fb970e3dcd87002d262805ed5fc3c096 (
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
AddToQueue = id;
BrowseFile = id;
CalculateBitrate = id;
Cancel = id;
ChapterPopUpChanged = id;
CodecsPopUpChanged = id;
EnableQueue = id;
FormatPopUpChanged = id;
OpenForums = id;
OpenHomepage = id;
Pause = id;
QualitySliderChanged = id;
Rip = id;
ShowPicturePanel = id;
ShowQueuePanel = id;
ShowScanPanel = id;
TitlePopUpChanged = id;
VideoMatrixChanged = id;
};
CLASS = HBController;
LANGUAGE = ObjC;
OUTLETS = {
fAddToQuButton = NSButton;
fAudBitrateField = NSTextField;
fAudBitratePopUp = NSPopUpButton;
fAudLang1Field = NSTextField;
fAudLang1PopUp = NSPopUpButton;
fAudLang2Field = NSTextField;
fAudLang2PopUp = NSPopUpButton;
fAudRateField = NSTextField;
fAudRatePopUp = NSPopUpButton;
fDstBrowseButton = NSButton;
fDstCodecsField = NSTextField;
fDstCodecsPopUp = NSPopUpButton;
fDstFile1Field = NSTextField;
fDstFile2Field = NSTextField;
fDstFormatField = NSTextField;
fDstFormatPopUp = NSPopUpButton;
fPauseButton = NSButton;
fPictureButton = NSButton;
fPictureController = PictureController;
fPicturePanel = NSPanel;
fQueueAddButton = NSButton;
fQueueCheck = NSButton;
fQueueController = QueueController;
fQueuePanel = NSPanel;
fQueueShowButton = NSButton;
fRipButton = NSButton;
fRipIndicator = NSProgressIndicator;
fScanController = ScanController;
fScanPanel = NSPanel;
fShowQuButton = NSButton;
fSrcChapterEndPopUp = NSPopUpButton;
fSrcChapterField = NSTextField;
fSrcChapterStartPopUp = NSPopUpButton;
fSrcChapterToField = NSTextField;
fSrcDVD1Field = NSTextField;
fSrcDVD2Field = NSTextField;
fSrcDuration1Field = NSTextField;
fSrcDuration2Field = NSTextField;
fSrcTitleField = NSTextField;
fSrcTitlePopUp = NSPopUpButton;
fStatusField = NSTextField;
fSubField = NSTextField;
fSubPopUp = NSPopUpButton;
fVidBitrateCell = NSButtonCell;
fVidBitrateField = NSTextField;
fVidConstantCell = NSButtonCell;
fVidEncoderField = NSTextField;
fVidEncoderPopUp = NSPopUpButton;
fVidGrayscaleCheck = NSButton;
fVidQualityField = NSTextField;
fVidQualityMatrix = NSMatrix;
fVidQualitySlider = NSSlider;
fVidRateField = NSTextField;
fVidRatePopUp = NSPopUpButton;
fVidTargetCell = NSButtonCell;
fVidTargetSizeField = NSTextField;
fVidTwoPassCheck = NSButton;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; },
{
CLASS = HBTargetSizeField;
LANGUAGE = ObjC;
OUTLETS = {
fRipAudBitPopUp = NSPopUpButton;
fRipCustomField = NSTextField;
fRipFormatPopUp = NSPopUpButton;
fRipLang2PopUp = NSPopUpButton;
};
SUPERCLASS = NSTextField;
},
{
ACTIONS = {
ClosePanel = id;
NextPicture = id;
PreviousPicture = id;
SettingsChanged = id;
};
CLASS = PictureController;
LANGUAGE = ObjC;
OUTLETS = {
fCropBottomField = NSTextField;
fCropBottomStepper = NSStepper;
fCropLeftField = NSTextField;
fCropLeftStepper = NSStepper;
fCropMatrix = NSMatrix;
fCropRightField = NSTextField;
fCropRightStepper = NSStepper;
fCropTopField = NSTextField;
fCropTopStepper = NSStepper;
fDeinterlaceCheck = NSButton;
fEffectsCheck = NSButton;
fHeightField = NSTextField;
fHeightStepper = NSStepper;
fInfoField = NSTextField;
fNextButton = NSButton;
fPictureGLView = HBPictureGLView;
fPrevButton = NSButton;
fRatioCheck = NSButton;
fWidthField = NSTextField;
fWidthStepper = NSStepper;
};
SUPERCLASS = NSObject;
},
{CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; },
{
ACTIONS = {CheckChanged = id; ClosePanel = id; OpenPanel = id; };
CLASS = PrefsController;
LANGUAGE = ObjC;
OUTLETS = {fPanel = NSPanel; fUpdateCheck = NSButton; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {ClosePanel = id; Remove = id; Update = id; };
CLASS = QueueController;
LANGUAGE = ObjC;
OUTLETS = {fScrollView = NSScrollView; fTaskView = NSView; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {
Browse = id;
Browse2 = id;
BrowseDone2 = id;
Cancel = id;
MatrixChanged = id;
Open = id;
};
CLASS = ScanController;
LANGUAGE = ObjC;
OUTLETS = {
fBrowseButton = NSButton;
fCancelButton = NSButton;
fDetectedCell = NSButtonCell;
fDetectedPopUp = NSPopUpButton;
fFolderCell = NSButtonCell;
fFolderField = NSTextField;
fIndicator = NSProgressIndicator;
fMatrix = NSMatrix;
fOpenButton = NSButton;
fPanel = NSPanel;
fSelectString = NSTextField;
fStatusField = NSTextField;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|