Revision e8dc9335 pithos-macos/PithosPreferencesController.h

b/pithos-macos/PithosPreferencesController.h
37 37

  
38 38
#import <Cocoa/Cocoa.h>
39 39
@class PithosAccount;
40
@class PithosEmptyNode;
40 41

  
41 42
@interface PithosPreferencesController : NSWindowController <NSWindowDelegate, NSOutlineViewDataSource> {
42 43
    PithosAccount *selectedPithosAccount;
......
54 55
    
55 56
    BOOL syncActive;
56 57
    NSString *syncDirectoryPath;
57
    NSMutableDictionary *syncContainersDictionary;
58
    NSMutableDictionary *syncAccountsDictionary;
58 59
    BOOL syncApplyEnable;
59 60
    BOOL syncCancelEnable;
60
    NSOutlineView *syncContainersOutlineView;
61
    NSMutableDictionary *syncContainersRootFilesNodes;
61
    NSOutlineView *syncAccountsOutlineView;
62
    PithosEmptyNode *syncAccountsMyAccountNode;
63
    NSMutableDictionary *syncAccountsRootFilesNodes;
62 64
    
63 65
    NSDictionaryController *groupsDictionaryController;
64 66
    NSDictionaryController *selectedGroupMembersDictionaryController;
......
79 81

  
80 82
@property (nonatomic, assign) BOOL syncActive;
81 83
@property (nonatomic, copy) NSString *syncDirectoryPath;
82
@property (nonatomic, copy) NSMutableDictionary *syncContainersDictionary;
84
@property (nonatomic, copy) NSMutableDictionary *syncAccountsDictionary;
83 85
@property (nonatomic, assign) BOOL syncApplyEnable;
84 86
@property (nonatomic, assign) BOOL syncCancelEnable;
85
@property (nonatomic, assign) IBOutlet NSOutlineView *syncContainersOutlineView;
86
@property (nonatomic, retain) NSMutableDictionary *syncContainersRootFilesNodes;
87
@property (nonatomic, assign) IBOutlet NSOutlineView *syncAccountsOutlineView;
88
@property (nonatomic, retain) NSMutableDictionary *syncAccountsRootFilesNodes;
87 89

  
88 90
@property (nonatomic, assign) IBOutlet NSDictionaryController *groupsDictionaryController;
89 91
@property (nonatomic, assign) IBOutlet NSDictionaryController *selectedGroupMembersDictionaryController;

Also available in: Unified diff