3 #import <AppKit/AppKit.h>
NSString * projectTypeID()
Should return the project type ID.
void loadCategoryIcons()
Loads all icons for standard categories.
Definition: ApplicationProjectType.m:123
Definition: ProjectDocument.h:43
Definition: AppController.h:5
BOOL prepareInfoFile()
Prepares the project's info-plist file.
Definition: ApplicationProjectType.m:405
Definition: ApplicationTypeAttributes.h:29
NSString * projectTypeDescription()
Should return a more detailed description of the project type.
NSDictionary * projectTemplateDescriptions()
The project type should return a dictionary where keys are project template names and values are desc...
NSDictionary * infoDictionary()
Should return the project's info dictionary which is suitable for being written into the project file...
NSImage * projectTypeIcon()
Should return an icon of the project type (max 48x48 pixels).
BOOL prepareMakefile()
Prepares the project's makefile.
Definition: ApplicationProjectType.m:144
Definition: ApplicationProjectType.m:99
NSMutableArray * subprojectNames
Returns absolute paths to all subprojects.
Definition: SubprojectsManager.h:70
NSString * humanReadableProjectTypeName()
Should return a human-readable, perhaps localized descriptive name of the project type.
BOOL regenerateDerivedFiles()
Instructs the project to regenerate any of it's derived files, if necessary.
NSArray * projectModules()
Should return an OR'ed set of project capabilities provided by this project type.
Definition: ApplicationProjectType.h:47
This class is a manager of subprojects for a project.
Definition: SubprojectsManager.h:38
Definition: ApplicationGeneralAttributes.h:34
NSString * pathToSubprojectsDirectory()
Asks the delegate to return an absolute path to the directory where the subprojects are to be stored.