mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
first commit of updated inspector...images are just placeholders currently
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user