This is InfoMgr.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
@interface InfoMgr:Object
{
id infoPanel ; /* Info panel */
id infoIcon ; /* Icon on info panel */
id staticSound ; /* This is the sound of static */
id standardIcon, /* Normal Sentinel icon */
fuzzIcons [ 3 ], /* Fuzzy screened Sentinel icon */
blinkIcons [ 2 ] ; /* Self indulgent blinking icons */
DPSTimedEntry blinkEntry ; /* Self indulgent info panel timer */
BOOL isInfoOpen ; /* Flag to prevent multiple openings */
}
//------------------------------------------------------------------
// Creation and destruction
//------------------------------------------------------------------
- init ;
//------------------------------------------------------------------
// Public methods
//------------------------------------------------------------------
- openInfo: sender ;
- windowWillClose: sender ;
//------------------------------------------------------------------
// Private methods
//------------------------------------------------------------------
- blink ;
- drawIcon: (id) theIcon ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.