Kiwi User Interface Framework
beta
|
Root level object model to present the system. More...
#import <KUSystem.h>
Public Member Functions | |
(id) | - initWithResource: |
Initialize this object. | |
(void) | - dealloc |
Deallocate this object. | |
(void) | - setChildApplication: |
Set child application object as child responder. | |
Static Public Member Functions | |
(KUSystem *) | + sharedSystem |
Get singleton object. |
Root level object model to present the system.
+ (KUSystem *) sharedSystem |
Get singleton object.
- (void) setChildApplication: | (KUApplication *) | child |
Set child application object as child responder.
child | Source application |