ObjFW
|
Go to the source code of this file.
Classes | |
protocol | <OFApplicationDelegate> |
A protocol for delegates of OFApplication. More... | |
class | OFApplication |
A class which represents the application as an object. More... | |
Macros | |
#define | OF_APPLICATION_DELEGATE(class_) |
Specify the class to be used as the application delegate. | |
Variables | |
const OFNotificationName | OFApplicationDidFinishLaunchingNotification |
A notification that will be sent when the application did finish launching. | |
const OFNotificationName | OFApplicationWillTerminateNotification |
A notification that will be sent when the application will terminate. | |
#define OF_APPLICATION_DELEGATE | ( | class_ | ) |
Specify the class to be used as the application delegate.
An instance of this class will be created and act as the application delegate.
For example, it can be used like this: