first commit of updated inspector...images are just placeholders currently

This commit is contained in:
Mitchell Livingston
2007-10-06 22:23:44 +00:00
parent c75f49bc26
commit a635077abd
13 changed files with 357 additions and 48 deletions

View File

@@ -25,6 +25,7 @@
#import <Cocoa/Cocoa.h>
#import "Torrent.h"
#import "FileOutlineView.h"
#import "ImageBackgroundView.h"
#import "PiecesView.h"
#import <transmission.h>
@@ -33,9 +34,13 @@
NSArray * fTorrents, * fPeers, * fFiles;
NSImage * fAppIcon, * fLockImage;
#warning need?
BOOL fCanResizeVertical;
IBOutlet NSTabView * fTabView;
IBOutlet NSView * fInfoView, * fActivityView, * fPeersView, * fFilesView, * fOptionsView;
NSView * fCurrentView;
IBOutlet NSMatrix * fTabMatrix;
IBOutlet ImageBackgroundView * fTabBackBar;
IBOutlet NSImageView * fImageView;
IBOutlet NSTextField * fNameField, * fSizeField, * fTrackerField,
@@ -71,6 +76,8 @@
- (Torrent *) selectedTorrent;
- (void) updateInfoStats;
- (void) setTab: (id) sender;
- (void) setNextTab;
- (void) setPreviousTab;