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