VSTInterAppAudioAppDelegateBase Class Reference
Base UIApplicationDelegate class.
More...
#import <VSTInterAppAudioAppDelegateBase.h>
Detailed Description
Base UIApplicationDelegate class.
This class provides the base handling of the audio engine, plug-in and plug-in editor
You should subclass it for customization
Make sure to call the methods of this class if you override one in your subclass !
Member Function Documentation
| - (BOOL) application: |
|
(UIApplication *) |
application |
| willFinishLaunchingWithOptions: |
|
(NSDictionary *) |
launchOptions | |
|
|
| | |
| - (BOOL) application: |
|
(UIApplication *) |
application |
| didFinishLaunchingWithOptions: |
|
(NSDictionary *) |
launchOptions | |
|
|
| | |
| - (BOOL) application: |
|
(UIApplication *) |
application |
| shouldSaveApplicationState: |
|
(NSCoder *) |
coder | |
|
|
| | |
| - (BOOL) application: |
|
(UIApplication *) |
application |
| shouldRestoreApplicationState: |
|
(NSCoder *) |
coder | |
|
|
| | |
| - (void) applicationDidBecomeActive: |
|
(UIApplication *) |
application |
|
|
| - (void) applicationWillResignActive: |
|
(UIApplication *) |
application |
|
|
Property Documentation
- (UIWindow*) window [read, write, assign] |