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 | resumeAllTorrents = id; |
---|
14 | resumeTorrent = id; |
---|
15 | revealFromMenu = id; |
---|
16 | showInfo = id; |
---|
17 | showMainWindow = id; |
---|
18 | stopAllTorrents = id; |
---|
19 | stopTorrent = id; |
---|
20 | }; |
---|
21 | CLASS = Controller; |
---|
22 | LANGUAGE = ObjC; |
---|
23 | OUTLETS = { |
---|
24 | fAdvancedBarItem = NSMenuItem; |
---|
25 | fContextMenu = NSMenu; |
---|
26 | fInfoAnnounce = NSTextField; |
---|
27 | fInfoDownloaded = NSTextField; |
---|
28 | fInfoFolder = NSTextField; |
---|
29 | fInfoLeechers = NSTextField; |
---|
30 | fInfoPanel = NSPanel; |
---|
31 | fInfoPieceSize = NSTextField; |
---|
32 | fInfoPieces = NSTextField; |
---|
33 | fInfoSeeders = NSTextField; |
---|
34 | fInfoSize = NSTextField; |
---|
35 | fInfoTitle = NSTextField; |
---|
36 | fInfoTracker = NSTextField; |
---|
37 | fInfoUploaded = NSTextField; |
---|
38 | fPauseResumeItem = NSMenuItem; |
---|
39 | fPrefsController = PrefsController; |
---|
40 | fRemoveItem = NSMenuItem; |
---|
41 | fRevealItem = NSMenuItem; |
---|
42 | fTableView = TorrentTableView; |
---|
43 | fTotalDLField = NSTextField; |
---|
44 | fTotalULField = NSTextField; |
---|
45 | fWindow = NSWindow; |
---|
46 | }; |
---|
47 | SUPERCLASS = NSObject; |
---|
48 | }, |
---|
49 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
50 | { |
---|
51 | ACTIONS = {cancel = id; check = id; ratio = id; save = id; show = id; }; |
---|
52 | CLASS = PrefsController; |
---|
53 | LANGUAGE = ObjC; |
---|
54 | OUTLETS = { |
---|
55 | fFolderMatrix = NSMatrix; |
---|
56 | fFolderPopUp = NSPopUpButton; |
---|
57 | fPortField = NSTextField; |
---|
58 | fPrefsWindow = NSWindow; |
---|
59 | fUploadCheck = NSButton; |
---|
60 | fUploadField = NSTextField; |
---|
61 | fWindow = NSWindow; |
---|
62 | }; |
---|
63 | SUPERCLASS = NSObject; |
---|
64 | }, |
---|
65 | { |
---|
66 | CLASS = TorrentTableView; |
---|
67 | LANGUAGE = ObjC; |
---|
68 | OUTLETS = {fController = Controller; }; |
---|
69 | SUPERCLASS = NSTableView; |
---|
70 | } |
---|
71 | ); |
---|
72 | IBVersion = 1; |
---|
73 | } |
---|