Authors
- Generated by buildd
-
- Declared in:
- InterfaceBuilder/IBProjects.h
- Conforms to:
- NSObject
Description forthcoming.
Method summary
- (id)
applicationIconForInterfaceStyle: (NSInterfaceStyle)style
inLanguage: (NSString*)lang;
Called to retrieve the application icon to be used
for the interface/language combination.
- (BOOL)
containsFileAtPath: (NSString*)path;
Returns YES
, if the file is in the
given path.
- (NSArray*)
filesForFileType: (NSString*)type;
Returns an array containing the list of files of
that filetype in the project.
- (BOOL)
isAncestorOfProject: (id<
IBProjects>)child;
Returns YES
, if child is a
child of the reciever.
- (BOOL)
isDescendantOfProject: (id<
IBProjects>)parent;
Returns YES
, if parent is a
parent of the receiver.
- (BOOL)
isLive;
Is there currently a connection to the project.
- (NSString*)
languageForFileAtPath: (NSString*)path;
Returns the language for the file at the given
path.
- (id)
mainNibFileForInterfaceStyle: (NSInterfaceStyle)style
inLanguage: (NSString*)lang;
Returns the nib for the interface/style
combination.
- (NSString*)
pathForFilename: (NSString*)filename;
Locates and returns the location of
filename within the receiver.
- (NSString*)
projectDirectory;
Returns the full path for the project directory.
- (id)
projectManager;
Returns the project manager object.
- (NSString*)
projectName;
The name of the project.
- (id<
IBProjects>)
rootProject;
The topmost project in the project hierarchy containing
the receiver.
- (NSArray*)
subprojects;
Any and all direct subjects of this project.
- (id<
IBProjects>)
superproject;
The project which is the direct parent of the receiver.