ftp.nice.ch/pub/next/tools/dock/Performance.0.6d.Examples.NIHS.bd.tar.gz#/Performance/Directors/DirectorSource/clientDirector/director.h

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

 
#import <appkit/appkit.h>

@interface director : Object
{
  id documentInterface ;
  int directorTag ;
}

/* class methods */
+ (BOOL)allowMultipleLoads ;

/* initialization and information methods */
- (int)directorTag ;
- initWithController:aController andTag:(int)aTag ;
- (BOOL)shouldSaveActor:anActor ;


/* document interface methods */
- actorList ;
- actorNamed:(const char *)name ;
- createNewActorFrom:(const char *)path ;
- createNewActorFrom:(const char *)path withPartName:(const char *)name ;
- removeActor:anActor ;
- setPartNameOfActor:anActor to:(const char *)name ;
- (BOOL)screenSaverActive ;
- startScreenSaver ;

/* event related methods */
- activationOccurredOn:anActor ;
- clearOccurredOn:anActor ;
- didAddActor:anActor ;
- documentWillClose ;
- dragOccurredOn:anActor ;
- dropOccurredOn:anActor ;
- launchOccurredOn:anActor ;
- specialActivationOccurredOn:anActor ;
- willEnterScreenSaverMode ;
- willExitScreenSaverMode ;
- willRemoveActor:anActor ;

@end

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