blob: b77248ae627354b59469b54b68920e1c3d4968ef (
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
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
AudioPopUpChanged = id;
AutoCrop = id;
BrowseDVD = id;
BrowseFile = id;
Cancel = id;
ClosePanel = id;
Encoding = id;
FormatPopUpChanged = id;
NextPicture = id;
Pause = id;
PreviousPicture = id;
Resume = id;
Rip = id;
RipDone = id;
Scan = id;
ScanDone = id;
ScanMatrixChanged = id;
Scanning = id;
ShowPicturePanel = id;
TitlePopUpChanged = id;
UpdatePicture = id;
VideoMatrixChanged = id;
};
CLASS = HBController;
LANGUAGE = ObjC;
OUTLETS = {
fAutocropButton = NSButton;
fBottomField1 = NSTextField;
fBottomField2 = NSTextField;
fBottomStepper = NSStepper;
fCloseButton = NSButton;
fDeinterlaceCheck = NSButton;
fDonePanel = NSPanel;
fInfoField = NSTextField;
fLeftField1 = NSTextField;
fLeftField2 = NSTextField;
fLeftStepper = NSStepper;
fNextButton = NSButton;
fOpenGLCheck = NSButton;
fPictureGLView = HBPictureGLView;
fPicturePanel = NSPanel;
fPreviousButton = NSButton;
fRightField1 = NSTextField;
fRightField2 = NSTextField;
fRightStepper = NSStepper;
fRipAudBitField = NSTextField;
fRipAudBitPopUp = NSPopUpButton;
fRipAudioField = NSTextField;
fRipBitrateField = NSTextField;
fRipBrowseButton = NSButton;
fRipCropButton = NSButton;
fRipCustomCell = NSButtonCell;
fRipCustomField = NSTextField;
fRipEncoderField = NSTextField;
fRipEncoderPopUp = NSPopUpButton;
fRipFileField1 = NSTextField;
fRipFileField2 = NSTextField;
fRipFormatField = NSTextField;
fRipFormatPopUp = NSPopUpButton;
fRipGeneralField = NSTextField;
fRipInfoField = NSTextField;
fRipLang1Field = NSTextField;
fRipLang1PopUp = NSPopUpButton;
fRipLang2Field = NSTextField;
fRipLang2PopUp = NSPopUpButton;
fRipPauseButton = NSButton;
fRipProgress = NSProgressIndicator;
fRipRipButton = NSButton;
fRipStatusField = NSTextField;
fRipTargetCell = NSButtonCell;
fRipTargetField = HBTargetSizeField;
fRipTitleField = NSTextField;
fRipTitlePopUp = NSPopUpButton;
fRipTwoPassCheck = NSButton;
fRipVideoField = NSTextField;
fRipVideoMatrix = NSMatrix;
fRipView = NSView;
fScBrowseButton = NSButton;
fScDetectedCell = NSButtonCell;
fScDetectedPopUp = NSPopUpButton;
fScFolderCell = NSButtonCell;
fScFolderField = NSTextField;
fScMatrix = NSMatrix;
fScOpenButton = NSButton;
fScProgress = NSProgressIndicator;
fScSelectField = NSTextField;
fScStatusField = NSTextField;
fScView = NSView;
fScWelcomeField = NSTextField;
fTempView = NSView;
fTopField1 = NSTextField;
fTopField2 = NSTextField;
fTopStepper = NSStepper;
fWidthField1 = NSTextField;
fWidthField2 = NSTextField;
fWidthStepper = NSStepper;
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;
},
{CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }
);
IBVersion = 1;
}
|