This is CX3DObjectSubclassInsp.h in view mode; [Download] [Up]
/******************************************************************************* * * * Project <MyProject> * * ------------------- * * * * * * File: * * * * * * Creation date: * * * * * * Contents: * * * * * *******************************************************************************/ #import <i3d/InspectorView.h> @interface MyInspectorView : InspectorView { } /******************************************************************************* * * * Class methods * * * *******************************************************************************/ + (const char*)nibName; /******************************************************************************* * * * Instance methods * * * *******************************************************************************/ - sendAllValueToObject: anObject; - receiveAllValueFromObject: anObject; - (const char*) title; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.