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