ftp.nice.ch/pub/next/science/chemistry/BeakerBoy.0.31.s.tar.gz#/BeakerBoy.0.31.s/Inspector.subproj/BBMasterInspector.h

This is BBMasterInspector.h in view mode; [Download] [Up]

/* BBMasterInspector.h				 
 *
 * This is the BeakerBoys Master Inspector. Here all the other Inspectors
 * are created or have to register themselves.
 *
 * Usage: Well it's not a reuseable class. Don't use it...
 *
 * Notes: ...but it's aexample of how to make your onw inspector stuff with
 *		  MiscInspectorKit. Just create you own default inspectors. Remember,
 *		  that the order is significant. So if you have a very general inspctr.
 *		  (like WM has for every file) be sure to add it first rigth after you 
 *		  did [super addDefaltInsp] (to get your NoAppl, NoSel, MultiSel stuff)
 *
 * Written by: 		Thomas Engel
 * Created:    		20.12.1993 (Copyleft)
 * Last modified: 	12.05.1994
 */

#import <misckit/MiscInspectorManager.h>

@interface BBMasterInspector:MiscInspectorManager

- addDefaultInspectors;

@end

/*
 * History: 12.05.94 Converted to fit BB... naming
 *
 *			08.02.94 Changed it to work with the MiscInspectorStuff
 *
 *			20.12.93 First code seperated from the old InspectorManager
 *
 *
 * Bugs: unknown to me :-)
 */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.