24 #import <Foundation/NSObject.h>
38 - (NSArray *) launchTargetsForAppLauncher: (
id) sender;
51 - (BOOL) appLauncher: (
id) sender
52 shouldDelayLaunchWithTarget: (NSString *) target;
61 - (void) stopDelayedLaunchForAppLauncher: (
id) sender;
72 - (NSString *) appLauncher: (
id) sender
73 pathToProjectBinaryOfType: (NSString *) target;
void taskTerminated()
Notification method invoked when the task terminates itself.
Definition: GNUstepAppLauncher.m:806
Definition: ProjectDocument.h:43
BOOL regenerateDerivedFiles()
Sent to the project module when it is to regenerate it's derived files which are generated from other...
void logMessage:(NSString *aMessage)
Appends a message to the project log.
Definition: ProjectDocument.m:666
NSDictionary * infoDictionary()
Instructs the project module to return an archivable version of it's data that it wishes to be saved ...
Definition: GNUstepAppLauncherDelegate.h:28
NSArray * moduleMenuItems()
Should return an array of NSMenuItem's which will be put into the module's submenu.
void clearState()
This method clears internal ivars which refer to the running process, such as stdin,...
Definition: GNUstepAppLauncher.m:121
void readStderr()
Notification method invoked when we collect the subprocess' stderr.
Definition: GNUstepAppLauncher.m:844
Definition: GNUstepAppLauncher.m:104
void appendStdoutMessage:(NSString *aMessage)
Appends a message to the stdout log of the receiver.
Definition: GNUstepAppLauncher.m:404
Definition: GNUstepAppLauncher.h:48
void readStdout()
Notification method invoked when we collect the subprocess' stdout.
Definition: GNUstepAppLauncher.m:831
void finishInit()
Finishes the initialization process of the project module.
void proceedWithLaunch:(BOOL flag)
Proceeds with launching if the sender sets so using the ‘flag’ argument.
Definition: GNUstepAppLauncher.m:537
void appendStderrMessage:(NSString *aMessage)
Appends a message to the stderr log of the receiver.
Definition: GNUstepAppLauncher.m:420
NSString * moduleName()
Should return a unique module identifier name.
NSArray * toolbarItemIdentifiers()
A module should return the default toolbar item identifiers for it's toolbar.