24 #import <Foundation/NSObject.h>
30 @class NSTableView, NSTableColumn;
42 id copyrightDescription;
46 id makesCurrentVersion;
51 - (void) addAuthor: (
id)sender;
52 - (void) changeCopyright: (
id)sender;
53 - (void) changeCopyrightDescription: (
id)sender;
54 - (void) changePrincipalClass: (
id)sender;
55 - (void) changeProductType: sender;
56 - (void) changeMakesCurrentVersion: sender;
57 - (void) changeVersionName: sender;
58 - (void) moveAuthorUp: (
id)sender;
59 - (void) moveAuthorDown: (
id)sender;
60 - (void) removeAuthor: (
id)sender;
64 - (int) numberOfRowsInTableView: (NSTableView *)aTableView;
65 - (id) tableView: (NSTableView *)aTableView
66 objectValueForTableColumn: (NSTableColumn *)aTableColumn
68 - (void) tableView: (NSTableView *)aTableView
69 setObjectValue: (
id)anObject
70 forTableColumn: (NSTableColumn *)aTableColumn
void loadCategoryIcons()
Loads all icons for standard categories.
Definition: BundleProjectType.m:119
NSString * projectTypeID()
Should return the project type ID.
Definition: ProjectDocument.h:43
Definition: FrameworkGeneralAttributes.h:32
Definition: BundleGeneralAttributes.h:32
Definition: BundleProjectType.h:45
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).
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 prepareInfoFile()
Prepares the project's info-plist file.
Definition: BundleProjectType.m:388
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: FrameworkProjectType.h:45
This class is a manager of subprojects for a project.
Definition: SubprojectsManager.h:38
Definition: BundleProjectType.m:97
NSString * pathToSubprojectsDirectory()
Asks the delegate to return an absolute path to the directory where the subprojects are to be stored.
BOOL prepareMakefile()
Prepares the project's makefile.
Definition: BundleProjectType.m:140