CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Application delegate for the CatNiP application. More...
#import <CatNiPAppDelegate.h>
Public Member Functions | |
(BOOL) | - application:didFinishLaunchingWithOptions: [implementation] |
(void) | - applicationDidBecomeActive: [implementation] |
(void) | - applicationDidEnterBackground: [implementation] |
(void) | - applicationWillEnterForeground: [implementation] |
(void) | - applicationWillResignActive: [implementation] |
(void) | - applicationWillTerminate: [implementation] |
(void) | - dealloc [implementation] |
(void) | - installUncaughtExceptionHandler [implementation] |
Properties | |
IBOutlet CatNiPViewController * | viewController |
IBOutlet UIWindow * | window |
Application delegate for the CatNiP application.
Handles necessary start-up and shutdown tasks, see Cocoa Touch framework API documentation for application delegate task descriptions.
Created by Miisa J Nampajarvi, tkol on 5/30/11. Copyright 2011 __MyCompanyName__. All rights reserved.
Definition at line 16 of file CatNiPAppDelegate.h.
- (BOOL) application: | (UIApplication *) | application | |
didFinishLaunchingWithOptions: | (NSDictionary *) | launchOptions | |
[implementation] |
Load all LocalScoreData objects from memory. Also create composer dictionary from the loaded scores.
Load all Playlist objects from memory.
Definition at line 25 of file CatNiPAppDelegate.m.
References LocalDataHandler::loadLocalScoresFromDefaultFile, and LocalDataHandler::loadPlaylistsFromDefaultFile:.
- (void) applicationDidBecomeActive: | (UIApplication *) | application | [implementation] |
Definition at line 71 of file CatNiPAppDelegate.m.
- (void) applicationDidEnterBackground: | (UIApplication *) | application | [implementation] |
Definition at line 52 of file CatNiPAppDelegate.m.
References LocalDataHandler::savePlaylistsToDefaultFile:, and LocalDataHandler::saveScoresToDefaultFile:.
- (void) applicationWillEnterForeground: | (UIApplication *) | application | [implementation] |
Definition at line 64 of file CatNiPAppDelegate.m.
- (void) applicationWillResignActive: | (UIApplication *) | application | [implementation] |
Definition at line 44 of file CatNiPAppDelegate.m.
- (void) applicationWillTerminate: | (UIApplication *) | application | [implementation] |
Definition at line 78 of file CatNiPAppDelegate.m.
References LocalDataHandler::savePlaylistsToDefaultFile:, and LocalDataHandler::saveScoresToDefaultFile:.
- (void) dealloc | [implementation] |
Definition at line 90 of file CatNiPAppDelegate.m.
- (void) installUncaughtExceptionHandler | [implementation] |
Definition at line 20 of file CatNiPAppDelegate.m.
References InstallUncaughtExceptionHandler().
- (IBOutlet CatNiPViewController*) viewController [read, write, retain] |
Definition at line 22 of file CatNiPAppDelegate.h.
- (IBOutlet UIWindow*) window [read, write, retain] |
Definition at line 20 of file CatNiPAppDelegate.h.