This is KVPair.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <misckit/misckit.h>
#import "MiscTableController.h"
@interface KVPair:Object <MiscTCRow>
{
MiscString *key,*value;
}
+ (NXAtom)keyIdentifier;
+ (NXAtom)valueIdentifier;
- initKey:(const char *)aKey value:(const char *)aValue;
- init:(const char *)kv delimiter:(char)del;
- setKey:(const char *)string;
- takeKeyFrom:anObject;
- (const char *)key;
- setValue:(const char *)value;
- takeValueFrom:anObject;
- (const char *)value;
- (BOOL)isNull;
- (BOOL)hasValue;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.