mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
simplify how the file outline accesses the torrent
This commit is contained in:
@@ -24,13 +24,20 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class Torrent;
|
||||
|
||||
@interface FileOutlineView : NSOutlineView
|
||||
{
|
||||
Torrent * fTorrent;
|
||||
|
||||
NSColor * fHighPriorityColor, * fLowPriorityColor, * fMixedPriorityColor;
|
||||
|
||||
int fHoverRow;
|
||||
}
|
||||
|
||||
- (void) setTorrent: (Torrent *) torrent;
|
||||
- (Torrent *) torrent;
|
||||
|
||||
- (void) setHoverRowForEvent: (NSEvent *) event;
|
||||
- (int) hoverRow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user