|
(void) | - clearState |
| This method clears internal ivars which refer to the running process, such as stdin, stdout and stderr pipes, and deregister us at the notification center for NSTask-related notifications.
|
|
(void) | - setLauncherState: |
| Puts the receiver into the a provided launcher state and sets up it's interface to represent the state correctly.
|
|
(BOOL) | - validateControl: |
| Validates a control based on it's action.
|
|
◆ setLauncherState:
- (void) setLauncherState: |
|
(GNUstepAppLauncherState) | state |
|
Puts the receiver into the a provided launcher state and sets up it's interface to represent the state correctly.
- Parameters
-
setup | The state to which to set up the receiver. |
◆ validateControl:
- (BOOL) validateControl: |
|
(id) | control |
|
Validates a control based on it's action.
This method is used by both -validateMenuItem: and -validateToolbarItem:.
- Parameters
-
control | An object which responds to the -action message. |
- Returns
- YES if the control is valid, NO otherwise.
The documentation for this category was generated from the following file:
- ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m