blob: 7f70da0e6622e70002b136ce9dc6a66135c38f06 (
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
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; },
{CLASS = NSObject; LANGUAGE = ObjC; },
{
ACTIONS = {
ClosePanel = id;
NextPicture = id;
PreviousPicture = id;
SettingsChanged = id;
};
CLASS = PictureController;
LANGUAGE = ObjC;
OUTLETS = {
delegate = id;
fCropBottomField = NSTextField;
fCropBottomStepper = NSStepper;
fCropLeftField = NSTextField;
fCropLeftStepper = NSStepper;
fCropMatrix = NSMatrix;
fCropRightField = NSTextField;
fCropRightStepper = NSStepper;
fCropTopField = NSTextField;
fCropTopStepper = NSStepper;
fDeblockCheck = NSButton;
fDeinterlacePopUp = NSPopUpButton;
fDenoisePopUp = NSPopUpButton;
fDetelecineCheck = NSButton;
fEffectsCheck = NSButton;
fHeightField = NSTextField;
fHeightStepper = NSStepper;
fInfoField = NSTextField;
fNextButton = NSButton;
fPARCheck = NSButton;
fPictureGLView = HBPictureGLView;
fPictureGLViewArea = NSBox;
fPicturePanel = NSPanel;
fPrevButton = NSButton;
fRatioCheck = NSButton;
fWidthField = NSTextField;
fWidthStepper = NSStepper;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|