24#import "../../ProjectModule.h"
32@protocol ProjectAttributesDelegate;
38 id <ProjectAttributesDelegate> delegate;
44 id generalBogusWindow;
53 NSArray * delegateItemIdentifiers;
56- (void) switchView: sender;
57- (void) showGeneralAttributes: sender;
58- (void) changeProjectName: sender;
60- (void) projectNameChanged: (NSNotification *) notif;
Definition ProjectAttributes.h:36
This class is the principal document class for project files.
Definition ProjectDocument.h:44
This protocol declares methods which project modules must implement.
Definition ProjectModule.h:44