This is QiField.h in view mode; [Download] [Up]
/*---------------------------------------------------------------------------
QiField.h - Header file for QiField.m class.
-----------------------------------------------------------------------------*/
#import <objc/Object.h>
@interface QiField:Object
{
int number; /* Field's number */
char *name; /* Field's name */
char *keywords; /* Keywords associated with the field */
char *description; /* Field's description */
}
- init;
- setNumNameKeys:(const int)aNumber name:(const char *)aName keys:(const char *)theKeywords;
- setDescription:(const char *)aDescription;
- (int)number;
- (const char *)name;
- (const char *)keywords;
- (const char *)description;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.