This is FtpBrowserCell.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@interface FtpBrowserCell:NXBrowserCell
{
BOOL needsUpdate;
BOOL needsCheck;
BOOL parentNeedsUpdate;
BOOL needsFirstUpdate;
BOOL isNew;
id myFile;
NXAtom filesize;
}
- initTextCell:(const char *)aString;
// the File or Directory the cell represents
- setFile:aFile;
- file;
- setFileSize:(long) size;
// display if directory needs update
- setParentNeedsUpdate:(BOOL) flag;
- (BOOL) parentNeedsUpdate;
- setNeedsUpdate:(BOOL) flag;
- (BOOL) needsUpdate;
- setNeedsCheck:(BOOL) flag;
- (BOOL) needsCheck;
- setNeedsFirstUpdate:(BOOL) flag;
- (BOOL) needsFirstUpdate;
- setNew:(BOOL)flag;
- (BOOL) isNew;
/* instance methods */
- drawInside:(const NXRect *)cellFrame inView:controlView;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.