Represents the application as an object.
More...
#import <OFApplication.h>
List of all members.
Detailed Description
Represents the application as an object.
Member Function Documentation
Returns the arguments passed to the application.
- Returns:
- The arguments passed to the application
Returns the arguments passed to the application.
- Returns:
- The arguments passed to the application
Returns the delegate of the application.
- Returns:
- The delegate of the application
Returns the environment of the application.
- Returns:
- The environment of the application
Returns the environment of the application.
- Returns:
- The environment of the application
- (void) getArgumentCount: |
|
(int **) |
argc |
andArgumentValues: |
|
(char ***[]) |
argv |
|
|
| |
Gets args and argv.
- Parameters:
-
argc | A pointer where a pointer to argc should be stored |
argv | A pointer where a pointer to argv should be stored |
Returns the name of the program (argv[0]).
- Returns:
- The name of the program (argv[0])
Returns the name of the program (argv[0]).
- Returns:
- The name of the program (argv[0])
Starts the application after everything has been initialized.
You should not call this directly, but use OF_APPLICATION_DELEGATE instead!
- (void) setArgumentCount: |
|
(int *) |
argc |
andArgumentValues: |
|
(char **[]) |
argv |
|
|
| |
Sets argc and argv.
You should not call this directly, but use OF_APPLICATION_DELEGATE instead!
- Parameters:
-
argc | The number of arguments |
argv | The argument values |
Sets the delegate of the application.
- Parameters:
-
delegate | The delegate for the application |
+ (void) terminateWithStatus: |
|
(int) |
status |
|
Terminates the application with the specified status.
- Parameters:
-
status | The status with which the application will terminate |
- (void) terminateWithStatus: |
|
(int) |
status |
|
Terminates the application with the specified status.
- Parameters:
-
status | The status with which the application will terminate |
The documentation for this class was generated from the following files: