This is UHInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "uhInspection.h" //inspection protocols
@interface UHInspector:Object
{
id object;
id objectList;
id requestor;
id inspectorPanel;
id inspectorView;
}
- inspect:anObject;
- inspectList:aList;
- inspect:anObject requestor:aRequestor;
- inspectList:aList requestor:aRequestor;
- object;
- ok:sender;
- revert:sender;
- doOk:anObject;
- doRevert:anObject;
- inspectorView;
- inspectorPanel;
- showInspector:sender;
- (BOOL)wantsButtons;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.