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

Diff of /gnustep/usr-apps/gworkspace/GWLib/GWProtocol.h

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

revision 1.3 by esersale, Mon Sep 29 13:20:28 2003 UTC revision 1.4 by esersale, Tue Sep 30 15:38:04 2003 UTC
# Line 59  Line 59 
59                                                          from:(NSPoint)fromPoint                                                          from:(NSPoint)fromPoint
60                                                                  to:(NSPoint)toPoint;                                                                  to:(NSPoint)toPoint;
61    
 - (void)noteFileSystemChanged;  
   
 - (void)noteFileSystemChanged:(NSString *)path;  
   
 - (BOOL)existsAndIsDirectoryFileAtPath:(NSString *)path;  
   
 - (NSString *)typeOfFileAt:(NSString *)path;    
   
 - (BOOL)isWritableFileAtPath:(NSString *)path;  
   
 - (BOOL)isPakageAtPath:(NSString *)path;  
   
 - (NSArray *)sortedDirectoryContentsAtPath:(NSString *)path;  
   
 - (NSArray *)checkHiddenFiles:(NSArray *)files atPath:(NSString *)path;  
   
 - (int)sortTypeForDirectoryAtPath:(NSString *)aPath;  
   
 - (void)setSortType:(int)type forDirectoryAtPath:(NSString *)aPath;  
   
62  - (void)openSelectedPaths:(NSArray *)paths newViewer:(BOOL)newv;  - (void)openSelectedPaths:(NSArray *)paths newViewer:(BOOL)newv;
63    
64  - (void)openSelectedPathsWith;  - (void)openSelectedPathsWith;
65    
66  - (ViewersWindow *)newViewerAtPath:(NSString *)path canViewApps:(BOOL)viewapps;  - (ViewersWindow *)newViewerAtPath:(NSString *)path canViewApps:(BOOL)viewapps;
67    
 - (NSImage *)iconForFile:(NSString *)fullPath ofType:(NSString *)type;  
   
 - (NSImage *)smallIconForFile:(NSString*)aPath;  
   
 - (NSImage *)smallIconForFiles:(NSArray*)pathArray;  
   
 - (NSImage *)smallHighlightIcon;  
   
68  - (NSArray *)getSelectedPaths;  - (NSArray *)getSelectedPaths;
69    
70  - (NSString *)trashPath;  - (NSString *)trashPath;
71    
72  - (NSArray *)viewersSearchPaths;  - (NSArray *)viewersSearchPaths;
73    
 - (NSArray *)imageExtensions;  
   
 - (void)lockFiles:(NSArray *)files inDirectoryAtPath:(NSString *)path;  
   
 - (void)unLockFiles:(NSArray *)files inDirectoryAtPath:(NSString *)path;  
   
 - (BOOL)isLockedPath:(NSString *)path;  
   
 - (void)addWatcherForPath:(NSString *)path;  
   
 - (void)removeWatcherForPath:(NSString *)path;  
   
 - (BOOL)hideSysFiles;  
   
74  - (BOOL)animateChdir;  - (BOOL)animateChdir;
75    
76  - (BOOL)animateLaunck;  - (BOOL)animateLaunck;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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