CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
CatNiPAppDelegate Class Reference

Application delegate for the CatNiP application. More...

#import <CatNiPAppDelegate.h>

List of all members.

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 CatNiPViewControllerviewController
IBOutlet UIWindow * window

Detailed Description

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.


Member Function Documentation

- (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:.

Here is the call graph for this function:

- (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:.

Here is the call graph for this function:

- (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:.

Here is the call graph for this function:

- (void) dealloc [implementation]

Definition at line 90 of file CatNiPAppDelegate.m.

- (void) installUncaughtExceptionHandler [implementation]

Definition at line 20 of file CatNiPAppDelegate.m.

References InstallUncaughtExceptionHandler().

Here is the call graph for this function:


Property Documentation

- (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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines