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