VSTInterAppAudioAppDelegateBase Class Reference

Base UIApplicationDelegate class. More...

#import <VSTInterAppAudioAppDelegateBase.h>

Public Member Functions

(BOOL) - application:willFinishLaunchingWithOptions:
(BOOL) - application:didFinishLaunchingWithOptions:
(BOOL) - application:shouldSaveApplicationState:
(BOOL) - application:shouldRestoreApplicationState:
(void) - applicationDidBecomeActive:
(void) - applicationWillResignActive:

Properties

UIWindow * window

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]
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.