24#import <Foundation/NSObject.h>
25#import "../../ProjectType.h"
27#import "../../ProjectModules/MakeBuilder/MakeBuilderDelegate.h"
28#import "../../ProjectModules/GNUstepAppLauncher/GNUstepAppLauncherDelegate.h"
29#import "../../ProjectModules/FileManager/FileManagerDelegate.h"
30#import "../../ProjectModules/ProjectAttributes/ProjectAttributesDelegate.h"
31#import "../../ProjectModules/SubprojectsManager/SubprojectsManagerDelegate.h"
58 NSString * mainNibFile;
59 NSString * principalClass;
61 NSString * appRelease;
62 NSString * appDescription;
64 NSString * copyrightDescription;
67 NSMutableArray * types;
78 BOOL waitingForBuildCompletion;
80 unsigned int oldMakeHash;
83- (void) setApplicationName: (NSString *) aName;
84- (NSString *) applicationName;
86- (void) setMainNibFile: (NSString *) aFile;
87- (NSString *) mainNibFile;
89- (void) setPrincipalClass: (NSString *) aClass;
90- (NSString *) principalClass;
92- (void) setAuthors: (NSArray *) anArray;
95- (void) setApplicationRelease: (NSString *) aRelease;
96- (NSString *) applicationRelease;
98- (void) setApplicationDescription: (NSString *) aDescription;
99- (NSString *) applicationDescription;
101- (void) setCopyright: (NSString *) aCopyright;
102- (NSString *) copyright;
104- (void) setCopyrightDescription: (NSString *) aCopyrightDescription;
105- (NSString *) copyrightDescription;
107- (void) setIconName: (NSString *) iconName;
108- (NSString *) iconName;
110- (void) buildEnded: (NSNotification *) notif;
Definition ApplicationGeneralAttributes.h:35
Definition ApplicationProjectType.h:54
Definition ApplicationTypeAttributes.h:30
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 GNUstepAppLauncherDelegate.h:28
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