Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Public Member Functions | Properties
playlist2AppDelegate Class Reference

#import <playlist2AppDelegate.h>

List of all members.

Public Member Functions

(void) - saveContext
(NSURL *) - applicationDocumentsDirectory

Properties

UIWindow * window
NSManagedObjectModel * managedObjectModel
NSManagedObjectContext * managedObjectContext
NSPersistentStoreCoordinator * persistentStoreCoordinator
playlist2ViewController * viewController

Member Function Documentation

Returns the URL to the application's Documents directory.

- (void) saveContext

Property Documentation

- (NSManagedObjectContext *) managedObjectContext [read, retain]

Returns the managed object context for the application. If the context doesn't already exist, it is created and bound to the persistent store coordinator for the application.

- (NSManagedObjectModel *) managedObjectModel [read, retain]

Returns the managed object model for the application. If the model doesn't already exist, it is created from the application's model.

- (NSPersistentStoreCoordinator *) persistentStoreCoordinator [read, retain]

Returns the persistent store coordinator for the application. If the coordinator doesn't already exist, it is created and the application's store added to it.

- (playlist2ViewController*) viewController [read, write, assign]
- (UIWindow*) window [read, write, assign]

The documentation for this class was generated from the following files: