1 | { |
---|
2 | IBClasses = ( |
---|
3 | { |
---|
4 | ACTIONS = { |
---|
5 | advancedChanged = id; |
---|
6 | checkForUpdate = id; |
---|
7 | growlRegister = id; |
---|
8 | linkForums = id; |
---|
9 | linkHomepage = id; |
---|
10 | openShowSheet = id; |
---|
11 | removeTorrent = id; |
---|
12 | removeTorrentDeleteBoth = id; |
---|
13 | removeTorrentDeleteData = id; |
---|
14 | removeTorrentDeleteFile = id; |
---|
15 | resumeAllTorrents = id; |
---|
16 | resumeTorrent = id; |
---|
17 | revealFromMenu = id; |
---|
18 | runCustomizationPalette = id; |
---|
19 | showHideToolbar = id; |
---|
20 | showInfo = id; |
---|
21 | showMainWindow = id; |
---|
22 | showPreferenceWindow = id; |
---|
23 | stopAllTorrents = id; |
---|
24 | stopTorrent = id; |
---|
25 | }; |
---|
26 | CLASS = Controller; |
---|
27 | LANGUAGE = ObjC; |
---|
28 | OUTLETS = { |
---|
29 | fAdvancedBarItem = NSMenuItem; |
---|
30 | fInfoAnnounce = NSTextField; |
---|
31 | fInfoDownloaded = NSTextField; |
---|
32 | fInfoHash1 = NSTextField; |
---|
33 | fInfoHash2 = NSTextField; |
---|
34 | fInfoImageView = NSImageView; |
---|
35 | fInfoLeechers = NSTextField; |
---|
36 | fInfoName = NSTextField; |
---|
37 | fInfoPanel = NSPanel; |
---|
38 | fInfoPieceSize = NSTextField; |
---|
39 | fInfoPieces = NSTextField; |
---|
40 | fInfoSeeders = NSTextField; |
---|
41 | fInfoSize = NSTextField; |
---|
42 | fInfoTracker = NSTextField; |
---|
43 | fInfoUploaded = NSTextField; |
---|
44 | fPauseResumeItem = NSMenuItem; |
---|
45 | fPrefsController = PrefsController; |
---|
46 | fPrefsWindow = NSPanel; |
---|
47 | fRemoveBothItem = NSMenuItem; |
---|
48 | fRemoveDataItem = NSMenuItem; |
---|
49 | fRemoveItem = NSMenuItem; |
---|
50 | fRemoveTorrentItem = NSMenuItem; |
---|
51 | fRevealItem = NSMenuItem; |
---|
52 | fScrollView = NSScrollView; |
---|
53 | fShowHideToolbar = NSMenuItem; |
---|
54 | fTableView = TorrentTableView; |
---|
55 | fTotalDLField = NSTextField; |
---|
56 | fTotalULField = NSTextField; |
---|
57 | fWindow = NSWindow; |
---|
58 | }; |
---|
59 | SUPERCLASS = NSObject; |
---|
60 | }, |
---|
61 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
62 | {CLASS = NameCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, |
---|
63 | { |
---|
64 | ACTIONS = { |
---|
65 | folderSheetShow = id; |
---|
66 | setBadge = id; |
---|
67 | setDownloadLocation = id; |
---|
68 | setLimitUploadCheck = id; |
---|
69 | setPort = id; |
---|
70 | setQuitMessage = id; |
---|
71 | setRemoveMessage = id; |
---|
72 | setUpdate = id; |
---|
73 | setUploadLimit = id; |
---|
74 | }; |
---|
75 | CLASS = PrefsController; |
---|
76 | LANGUAGE = ObjC; |
---|
77 | OUTLETS = { |
---|
78 | fBadgeDownloadRateCheck = NSButton; |
---|
79 | fBadgeUploadRateCheck = NSButton; |
---|
80 | fBlankView = NSView; |
---|
81 | fFolderPopUp = NSPopUpButton; |
---|
82 | fGeneralView = NSView; |
---|
83 | fNetworkView = NSView; |
---|
84 | fPortField = NSTextField; |
---|
85 | fPrefsWindow = NSPanel; |
---|
86 | fQuitCheck = NSButton; |
---|
87 | fRemoveCheck = NSButton; |
---|
88 | fUpdatePopUp = NSPopUpButton; |
---|
89 | fUploadCheck = NSButton; |
---|
90 | fUploadField = NSTextField; |
---|
91 | fWindow = NSWindow; |
---|
92 | }; |
---|
93 | SUPERCLASS = NSObject; |
---|
94 | }, |
---|
95 | {CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, |
---|
96 | { |
---|
97 | CLASS = TorrentTableView; |
---|
98 | LANGUAGE = ObjC; |
---|
99 | OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; |
---|
100 | SUPERCLASS = NSTableView; |
---|
101 | } |
---|
102 | ); |
---|
103 | IBVersion = 1; |
---|
104 | } |
---|