This is SHAppManager.h in view mode; [Download] [Up]
/* SHAppManager.h
*
* This is the basic controller of the App. It manages all hig abstraction
* tasks for the panel, documents and connections to the outside.
*
* Usage: This is not a very reusable object.
*
* Written by: Thomas Engel
* Created: 23.10.1993 (Copyleft)
* Last modified: 07.05.1994
*/
#import <appkit/appkit.h>
@interface SHAppManager:Object
{
id info;
id preferences;
}
// Some methods need to get the app started..
- appWillInit:sender;
- appDidInit:sender;
- (BOOL)appAcceptsAnotherFile:sender;
- appDidBecomeActive:sender;
- appWillTerminate:sender;
// Here we do the handling of our Panels & Tools
- showInfo:sender;
- sendSuggestion:sender;
- showPreferences:sender;
- preferences;
- _readPreferences;
@end
/*
* History: 13.01.95 Bla.
*
*
* Hints: This Object could be defined as a subclass of a general docManager
* like the one provided by the NeXT-miniexamples...Maybe later or never
*
*
* Bugs: No bugs and birds seen....
*/These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.