This is BBAtomAttributesController.h in view mode; [Download] [Up]
/* BBAtomAttributesController.h * * This subclass of MiscInspector is in charge of the Atom attributes * settings. * * Usage: Just see the NIB and code. Not very reusable anyway. * Currently we control some nameing and simple physical settings. * * Written by: Thomas Engel * Created: 12.01.1994 (Copyleft) * Last modified: 12.05.1994 */ #import <misckit/MiscInspector.h> @interface BBAtomAttributesController:MiscInspector { id nameField; id symbolField; id symbolAdditionsField; id protonsField; id neutronsField; id massField; id radiusField; id vanDerWaalsField; id dragWell; } - resetName:sender; - resetData:sender; - ok:sender; - revert:sender; @end /* * History: 12.05.94 Converted to fit BB... naming * * 08.02.94 MiscInspector changes made. * * 12.01.94 First implementation. * * * Bugs: - not very likely. */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.