25 #import <Foundation/NSString.h>
29 - (NSString *) stringByConstructingRelativePathTo: (NSString *) otherPath;
31 - (NSString *) stringByConcatenatingWithPath: (NSString *) otherPath;
Definition: ProjectWindowController.h:39
void setCurrentModule:(id< ProjectModule > aModule)
Sets the current module displayed in the receiver's project window.
Definition: ProjectWindowController.m:167
Definition: ProjectDocument.h:43
This protocol declares methods which project modules must implement.
Definition: ProjectModule.h:44
void selectModule:(unsigned int moduleNumber)
Puts the project module in the project module list at index ‘moduleNumber’ into the receiver's window...
Definition: ProjectWindowController.m:226
NSObject< ProjectModule > * currentModule
Returns the currently visible project module.
Definition: ProjectWindowController.h:44
NSArray * projectModules
Returns the project modules of the receiver.
Definition: ProjectDocument.h:50
Definition: RelativePathUtilities.h:27
NSString * projectName
Returns the abstract project name.
Definition: ProjectDocument.h:46