/[gnustep]/gnustep/usr-apps/gworkspace/GWorkspace/GWorkspace.h
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/GWorkspace/GWorkspace.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by esersale, Tue Aug 26 11:56:51 2003 UTC revision 1.6 by esersale, Mon Sep 29 18:13:47 2003 UTC
# Line 49  Line 49 
49  @class PrefController;  @class PrefController;
50  @class FinderController;  @class FinderController;
51  @class AppsViewer;  @class AppsViewer;
 @class Watcher;  
52  @class Fiend;  @class Fiend;
53  @class Recycler;  @class Recycler;
54  @class History;  @class History;
# Line 63  Line 62 
62  @interface GWorkspace : NSObject <GWProtocol>  @interface GWorkspace : NSObject <GWProtocol>
63  {  {
64          NSString *defEditor, *defXterm, *defXtermArgs;          NSString *defEditor, *defXterm, *defXtermArgs;
         int defSortType;  
65                    
66    NSMutableArray *operations;    NSMutableArray *operations;
67    int oprefnum;    int oprefnum;
68    BOOL showFileOpStatus;    BOOL showFileOpStatus;
   
         NSMutableArray *lockedPaths;  
69        
70    InspectorsController *inspController;    InspectorsController *inspController;
71          NSArray *selectedPaths;          NSArray *selectedPaths;
# Line 85  Line 81 
81    NSMutableArray *viewersSearchPaths;    NSMutableArray *viewersSearchPaths;
82          NSMutableArray *viewersTemplates;          NSMutableArray *viewersTemplates;
83    
   BOOL hideSysFiles;  
   
84    BOOL animateChdir;    BOOL animateChdir;
85    BOOL animateLaunck;    BOOL animateLaunck;
86    BOOL animateSlideBack;    BOOL animateSlideBack;
# Line 103  Line 97 
97                        
98    OpenWithController *openWithController;    OpenWithController *openWithController;
99    RunExternalController *runExtController;    RunExternalController *runExtController;
100          
   NSMutableArray *watchers;  
         NSMutableArray *watchTimers;  
   NSMutableArray *watchedPaths;    
   
   NSMutableDictionary *tumbsCache;  
     
   NSString *thumbnailDir;  
101    BOOL usesThumbnails;    BOOL usesThumbnails;
   NSMutableDictionary *cachedContents;  
   int cachedMax;  
102                                
103    int shelfCellsWidth;    int shelfCellsWidth;
104                    
# Line 186  Line 171 
171    
172  - (void)setCurrentViewer:(ViewersWindow *)viewer;  - (void)setCurrentViewer:(ViewersWindow *)viewer;
173    
 - (void)setHideDotFiles:(NSNotification *)notif;  
   
174  - (void)iconAnimationChanged:(NSNotification *)notif;  - (void)iconAnimationChanged:(NSNotification *)notif;
175    
176  - (BOOL)showFileOpStatus;  - (BOOL)showFileOpStatus;
# Line 211  Line 194 
194    
195  - (NSArray *)selectedPaths;  - (NSArray *)selectedPaths;
196    
 - (NSMutableDictionary *)cachedRepresentationForPath:(NSString *)path;  
   
 - (void)addCachedRepresentation:(NSDictionary *)contentsDict  
                     ofDirectory:(NSString *)path;  
   
 - (void)removeCachedRepresentationForPath:(NSString *)path;  
                                               
 - (void)removeOlderCache;  
   
 - (void)clearCache;  
   
197  - (void)closeInspectors;  - (void)closeInspectors;
198    
199  - (void)newObjectAtPath:(NSString *)basePath isDirectory:(BOOL)directory;  - (void)newObjectAtPath:(NSString *)basePath isDirectory:(BOOL)directory;
# Line 232  Line 204 
204    
205  - (BOOL)verifyFileAtPath:(NSString *)path;  - (BOOL)verifyFileAtPath:(NSString *)path;
206    
 - (void)removeWatcher:(Watcher *)awatcher;  
   
 - (Watcher *)watcherForPath:(NSString *)path;  
   
 - (NSTimer *)timerForPath:(NSString *)path;  
   
 - (void)watcherTimeOut:(id)sender;  
   
207  - (void)setUsesThumbnails:(BOOL)value;  - (void)setUsesThumbnails:(BOOL)value;
208    
 - (void)prepareThumbnailsCache;  
   
209  - (void)thumbnailsDidChange:(NSNotification *)notif;  - (void)thumbnailsDidChange:(NSNotification *)notif;
210    
 - (NSImage *)thumbnailForPath:(NSString *)path;  
   
211  - (id)connectApplication:(NSString *)appName;  - (id)connectApplication:(NSString *)appName;
212    
213  - (id)validRequestorForSendType:(NSString *)sendType  - (id)validRequestorForSendType:(NSString *)sendType

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26