This is MyModule.h in view mode; [Download] [Up]
/******************************************************************************* * * * Project <MyModule> * * --------------- * * * * * * File: * * * * * * Creation date: * * * * * * Contents: * * * * * *******************************************************************************/ /* * All i3dm text section should include at least one I3dModule * subclass. This class is used to describe the section inside the * intuitiv'3d library (which name / object / icons ... ). */ #import <i3d/I3dModule.h> @interface MyModule : I3dModule { } + (SectionType) requestedSectionType; + fillObjectList:(List*) aList; + (const char*) moduleName; + (const char*) unselectedImage; + (const char*) selectedImage; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.