ProjectManager  0.2
Instance Methods | List of all members
GNUstepAppLauncher(Private) Category Reference

Instance Methods

(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. More...
 
(BOOL) - validateControl:
 Validates a control based on it's action. More...
 

Method Documentation

◆ 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
setupThe 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
controlAn 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: