24#import <Foundation/NSObject.h>
25#import "../../ProjectType.h"
27#import "../../ProjectModules/MakeBuilder/MakeBuilderDelegate.h"
28#import "../../ProjectModules/FileManager/FileManagerDelegate.h"
29#import "../../ProjectModules/ProjectAttributes/ProjectAttributesDelegate.h"
30#import "../../ProjectModules/SubprojectsManager/SubprojectsManagerDelegate.h"
56 NSString * principalClass;
59 NSString * copyrightDescription;
64 unsigned int oldMakeHash;
67- (void) setPrincipalClass: (NSString *) aClass;
68- (NSString *) principalClass;
70- (void) setAuthors: (NSArray *) anArray;
73- (void) setCopyright: (NSString *) aCopyright;
74- (NSString *) copyright;
76- (void) setCopyrightDescription: (NSString *) aCopyrightDescription;
77- (NSString *) copyrightDescription;
Definition BundleGeneralAttributes.h:33
Definition BundleProjectType.h:51
Definition FileManager.h:94
Definition GNUstepAppLauncher.h:50
Definition MakeBuilder.h:93
This class is the principal document class for project files.
Definition ProjectDocument.h:44
This protocol declares what methods should be implemented by a FileManager delegate object.
Definition FileManagerDelegate.h:43
Definition MakeBuilderDelegate.h:25
Definition ProjectAttributesDelegate.h:30
This protocol is adopted by project type support objects.
Definition ProjectType.h:40
Definition SubprojectsManagerDelegate.h:30