~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to macosx/FileOutlineController.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: FileOutlineController.h 5864 2008-05-20 23:04:23Z livings124 $
 
2
 * $Id: FileOutlineController.h 7659 2009-01-10 23:37:37Z livings124 $
3
3
 *
4
 
 * Copyright (c) 2008 Transmission authors and contributors
 
4
 * Copyright (c) 2008-2009 Transmission authors and contributors
5
5
 *
6
6
 * Permission is hereby granted, free of charge, to any person obtaining a
7
7
 * copy of this software and associated documentation files (the "Software"),
30
30
@interface FileOutlineController : NSObject
31
31
{
32
32
    Torrent * fTorrent;
 
33
    NSArray * fFileList;
33
34
    
34
35
    IBOutlet FileOutlineView * fOutline;
 
36
    
 
37
    NSString * fFilterText;
35
38
}
36
39
 
37
40
- (FileOutlineView *) outlineView;
38
41
 
39
42
- (void) setTorrent: (Torrent *) torrent;
40
43
 
 
44
- (void) setFilterText: (NSString *) text;
 
45
 
41
46
- (void) reloadData;
42
47
 
43
48
- (void) setCheck: (id) sender;