1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = ActionPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; }, |
---|
4 | { |
---|
5 | CLASS = ActionPopUpButtonCell; |
---|
6 | LANGUAGE = ObjC; |
---|
7 | SUPERCLASS = NSPopUpButtonCell; |
---|
8 | }, |
---|
9 | {CLASS = BarButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, |
---|
10 | { |
---|
11 | ACTIONS = { |
---|
12 | announceSelectedTorrents = id; |
---|
13 | applyFilter = id; |
---|
14 | applySpeedLimit = id; |
---|
15 | copyTorrentFile = id; |
---|
16 | doNothing = id; |
---|
17 | linkForums = id; |
---|
18 | linkHomepage = id; |
---|
19 | openShowSheet = id; |
---|
20 | openURLCancelEndSheet = id; |
---|
21 | openURLEndSheet = id; |
---|
22 | openURLShowSheet = id; |
---|
23 | removeDeleteData = id; |
---|
24 | removeDeleteDataAndTorrent = id; |
---|
25 | removeDeleteTorrent = id; |
---|
26 | removeNoDelete = id; |
---|
27 | resumeAllTorrents = id; |
---|
28 | resumeSelectedTorrents = id; |
---|
29 | resumeSelectedTorrentsNoWait = id; |
---|
30 | resumeWaitingTorrents = id; |
---|
31 | revealFile = id; |
---|
32 | setFilter = id; |
---|
33 | setInfoTab = id; |
---|
34 | setLimitGlobalEnabled = id; |
---|
35 | setQuickLimitGlobal = id; |
---|
36 | setQuickRatioGlobal = id; |
---|
37 | setSort = id; |
---|
38 | showInfo = id; |
---|
39 | showMainWindow = id; |
---|
40 | showMessageWindow = id; |
---|
41 | showPreferenceWindow = id; |
---|
42 | stopAllTorrents = id; |
---|
43 | stopSelectedTorrents = id; |
---|
44 | switchFilter = id; |
---|
45 | toggleAdvancedBar = id; |
---|
46 | toggleFilterBar = id; |
---|
47 | toggleSmallView = id; |
---|
48 | toggleSpeedLimit = id; |
---|
49 | toggleStatusBar = id; |
---|
50 | }; |
---|
51 | CLASS = Controller; |
---|
52 | LANGUAGE = ObjC; |
---|
53 | OUTLETS = { |
---|
54 | fActionButton = NSButton; |
---|
55 | fDateSortActionItem = NSMenuItem; |
---|
56 | fDateSortItem = NSMenuItem; |
---|
57 | fDownloadFilterButton = BarButton; |
---|
58 | fDownloadLimitItem = NSMenuItem; |
---|
59 | fDownloadMenu = NSMenu; |
---|
60 | fDownloadNoLimitItem = NSMenuItem; |
---|
61 | fFilterBar = ImageBackgroundView; |
---|
62 | fNameSortActionItem = NSMenuItem; |
---|
63 | fNameSortItem = NSMenuItem; |
---|
64 | fNextFilterItem = NSMenuItem; |
---|
65 | fNextInfoTabItem = NSMenuItem; |
---|
66 | fNoFilterButton = BarButton; |
---|
67 | fOpenIgnoreDownloadFolder = NSMenuItem; |
---|
68 | fOrderSortActionItem = NSMenuItem; |
---|
69 | fOrderSortItem = NSMenuItem; |
---|
70 | fPauseFilterButton = BarButton; |
---|
71 | fPrevFilterItem = NSMenuItem; |
---|
72 | fPrevInfoTabItem = NSMenuItem; |
---|
73 | fProgressSortActionItem = NSMenuItem; |
---|
74 | fProgressSortItem = NSMenuItem; |
---|
75 | fScrollView = NSScrollView; |
---|
76 | fSearchFilterField = NSSearchField; |
---|
77 | fSeedFilterButton = BarButton; |
---|
78 | fSpeedLimitButton = NSButton; |
---|
79 | fStateSortActionItem = NSMenuItem; |
---|
80 | fStateSortItem = NSMenuItem; |
---|
81 | fStatusBar = ImageBackgroundView; |
---|
82 | fTableView = TorrentTableView; |
---|
83 | fTotalDLField = NSTextField; |
---|
84 | fTotalTorrentsField = NSTextField; |
---|
85 | fTotalULField = NSTextField; |
---|
86 | fURLSheetTextField = NSTextField; |
---|
87 | fURLSheetWindow = NSWindow; |
---|
88 | fUpdater = SUUpdater; |
---|
89 | fUploadLimitItem = NSMenuItem; |
---|
90 | fUploadMenu = NSMenu; |
---|
91 | fUploadNoLimitItem = NSMenuItem; |
---|
92 | fWindow = NSWindow; |
---|
93 | }; |
---|
94 | SUPERCLASS = NSObject; |
---|
95 | }, |
---|
96 | { |
---|
97 | ACTIONS = {deselectAll = id; revealFile = id; setNextTab = id; setPreviousTab = id; }; |
---|
98 | CLASS = FirstResponder; |
---|
99 | LANGUAGE = ObjC; |
---|
100 | SUPERCLASS = NSObject; |
---|
101 | }, |
---|
102 | {CLASS = ImageBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, |
---|
103 | {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, |
---|
104 | {CLASS = NameCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, |
---|
105 | { |
---|
106 | ACTIONS = { |
---|
107 | folderSheetShow = id; |
---|
108 | setAutoStart = id; |
---|
109 | setBadge = id; |
---|
110 | setDownloadLocation = id; |
---|
111 | setLimit = id; |
---|
112 | setLimitCheck = id; |
---|
113 | setLimitMenu = id; |
---|
114 | setPort = id; |
---|
115 | setQuickRatio = id; |
---|
116 | setQuickSpeed = id; |
---|
117 | setRatio = id; |
---|
118 | setRatioCheck = id; |
---|
119 | setRatioMenu = id; |
---|
120 | setShowMessage = id; |
---|
121 | setUpdate = id; |
---|
122 | }; |
---|
123 | CLASS = PrefsController; |
---|
124 | LANGUAGE = ObjC; |
---|
125 | OUTLETS = { |
---|
126 | fAutoStartCheck = NSButton; |
---|
127 | fBadgeDownloadRateCheck = NSButton; |
---|
128 | fBadgeUploadRateCheck = NSButton; |
---|
129 | fBlankView = NSView; |
---|
130 | fDownloadCheck = NSButton; |
---|
131 | fDownloadField = NSTextField; |
---|
132 | fDownloadLimitItem = NSMenuItem; |
---|
133 | fDownloadMenu = NSMenu; |
---|
134 | fDownloadNoLimitItem = NSMenuItem; |
---|
135 | fFolderPopUp = NSPopUpButton; |
---|
136 | fGeneralView = NSView; |
---|
137 | fNetworkView = NSView; |
---|
138 | fPortField = NSTextField; |
---|
139 | fPrefsWindow = NSPanel; |
---|
140 | fQuitCheck = NSButton; |
---|
141 | fRatioCheck = NSButton; |
---|
142 | fRatioField = NSTextField; |
---|
143 | fRatioNotSetItem = NSMenuItem; |
---|
144 | fRatioSetItem = NSMenuItem; |
---|
145 | fRemoveCheck = NSButton; |
---|
146 | fTransfersView = NSView; |
---|
147 | fUpdatePopUp = NSPopUpButton; |
---|
148 | fUpdater = SUUpdater; |
---|
149 | fUploadCheck = NSButton; |
---|
150 | fUploadField = NSTextField; |
---|
151 | fUploadLimitItem = NSMenuItem; |
---|
152 | fUploadMenu = NSMenu; |
---|
153 | fUploadNoLimitItem = NSMenuItem; |
---|
154 | fWindow = NSWindow; |
---|
155 | }; |
---|
156 | SUPERCLASS = NSObject; |
---|
157 | }, |
---|
158 | {CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, |
---|
159 | { |
---|
160 | ACTIONS = {checkForUpdates = id; }; |
---|
161 | CLASS = SUUpdater; |
---|
162 | LANGUAGE = ObjC; |
---|
163 | SUPERCLASS = NSObject; |
---|
164 | }, |
---|
165 | { |
---|
166 | CLASS = TorrentTableView; |
---|
167 | LANGUAGE = ObjC; |
---|
168 | OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; }; |
---|
169 | SUPERCLASS = NSTableView; |
---|
170 | } |
---|
171 | ); |
---|
172 | IBVersion = 1; |
---|
173 | } |
---|