1 | { |
---|
2 | IBClasses = ( |
---|
3 | { |
---|
4 | ACTIONS = { |
---|
5 | advancedChanged = id; |
---|
6 | linkForums = id; |
---|
7 | linkHomepage = id; |
---|
8 | openShowSheet = id; |
---|
9 | removeTorrent = id; |
---|
10 | removeTorrentDeleteBoth = id; |
---|
11 | removeTorrentDeleteData = id; |
---|
12 | removeTorrentDeleteFile = id; |
---|
13 | resumeTorrent = id; |
---|
14 | showInfo = id; |
---|
15 | showMainWindow = id; |
---|
16 | stopTorrent = id; |
---|
17 | }; |
---|
18 | CLASS = Controller; |
---|
19 | LANGUAGE = ObjC; |
---|
20 | OUTLETS = { |
---|
21 | fAdvancedBarItem = NSMenuItem; |
---|
22 | fContextMenu = NSMenu; |
---|
23 | fInfoAnnounce = NSTextField; |
---|
24 | fInfoDownloaded = NSTextField; |
---|
25 | fInfoFolder = NSTextField; |
---|
26 | fInfoPanel = NSPanel; |
---|
27 | fInfoPieceSize = NSTextField; |
---|
28 | fInfoPieces = NSTextField; |
---|
29 | fInfoSize = NSTextField; |
---|
30 | fInfoTitle = NSTextField; |
---|
31 | fInfoTracker = NSTextField; |
---|
32 | fInfoUploaded = NSTextField; |
---|
33 | fPauseResumeItem = NSMenuItem; |
---|
34 | fPrefsController = PrefsController; |
---|
35 | fRemoveItem = NSMenuItem; |
---|
36 | fTableView = TorrentTableView; |
---|
37 | fTotalDLField = NSTextField; |
---|
38 | fTotalULField = NSTextField; |
---|
39 | fWindow = NSWindow; |
---|
40 | }; |
---|
41 | SUPERCLASS = NSObject; |
---|
42 | }, |
---|
43 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
44 | { |
---|
45 | ACTIONS = {cancel = id; check = id; ratio = id; save = id; show = id; }; |
---|
46 | CLASS = PrefsController; |
---|
47 | LANGUAGE = ObjC; |
---|
48 | OUTLETS = { |
---|
49 | fFolderMatrix = NSMatrix; |
---|
50 | fFolderPopUp = NSPopUpButton; |
---|
51 | fPortField = NSTextField; |
---|
52 | fPrefsWindow = NSWindow; |
---|
53 | fUploadCheck = NSButton; |
---|
54 | fUploadField = NSTextField; |
---|
55 | fWindow = NSWindow; |
---|
56 | }; |
---|
57 | SUPERCLASS = NSObject; |
---|
58 | }, |
---|
59 | { |
---|
60 | CLASS = TorrentTableView; |
---|
61 | LANGUAGE = ObjC; |
---|
62 | OUTLETS = {fController = Controller; }; |
---|
63 | SUPERCLASS = NSTableView; |
---|
64 | } |
---|
65 | ); |
---|
66 | IBVersion = 1; |
---|
67 | } |
---|