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. More... | |
#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: