|
ProjectManager
0.2
|
Public Member Functions | |
| (void) | - setApplicationName: |
| (NSString *) | - applicationName |
| (void) | - setMainNibFile: |
| (NSString *) | - mainNibFile |
| (void) | - setPrincipalClass: |
| (NSString *) | - principalClass |
| (void) | - setAuthors: |
| (NSArray *) | - authors |
| (void) | - setApplicationRelease: |
| (NSString *) | - applicationRelease |
| (void) | - setApplicationDescription: |
| (NSString *) | - applicationDescription |
| (void) | - setCopyright: |
| (NSString *) | - copyright |
| (void) | - setCopyrightDescription: |
| (NSString *) | - copyrightDescription |
| (void) | - setIconName: |
| (NSString *) | - iconName |
| (void) | - buildEnded: |
Protected Attributes | |
| ProjectDocument * | owner |
| NSString * | appName |
| NSString * | mainNibFile |
| NSString * | principalClass |
| NSArray * | authors |
| NSString * | appRelease |
| NSString * | appDescription |
| NSString * | copyright |
| NSString * | copyrightDescription |
| NSString * | iconName |
| NSMutableArray * | types |
| ApplicationGeneralAttributes * | generalAttributes |
| ApplicationTypeAttributes * | typeAttributes |
| FileManager * | fileManager |
| MakeBuilder * | builder |
| GNUstepAppLauncher * | launcher |
| BOOL | waitingForBuildCompletion |
| unsigned int | oldMakeHash |
1.7.6.1