kodi
lib
libUPnP
Platinum
Source
Tests
MediaServerCocoaTest
MediaServerCocoaTest_AppDelegate.h
1
//
2
// MediaServerCocoaTest_AppDelegate.h
3
// MediaServerCocoaTest
4
//
5
// Created by Sylvain on 9/14/10.
6
// Copyright Plutinosoft LLC 2010 . All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
@interface
MediaServerCocoaTest_AppDelegate
: NSObject
12
{
13
NSWindow *window;
14
15
NSPersistentStoreCoordinator *
persistentStoreCoordinator
;
16
NSManagedObjectModel *
managedObjectModel
;
17
NSManagedObjectContext *
managedObjectContext
;
18
}
19
20
@property
(nonatomic, retain) IBOutlet NSWindow *window;
21
22
@property
(nonatomic, retain, readonly) NSPersistentStoreCoordinator *
persistentStoreCoordinator
;
23
@property
(nonatomic, retain, readonly) NSManagedObjectModel *
managedObjectModel
;
24
@property
(nonatomic, retain, readonly) NSManagedObjectContext *
managedObjectContext
;
25
26
- (IBAction)saveAction:sender;
27
28
@end
MediaServerCocoaTest_AppDelegate::persistentStoreCoordinator
NSPersistentStoreCoordinator * persistentStoreCoordinator
Returns the persistent store coordinator for the application.
Definition:
MediaServerCocoaTest_AppDelegate.h:15
MediaServerCocoaTest_AppDelegate
Definition:
MediaServerCocoaTest_AppDelegate.h:11
MediaServerCocoaTest_AppDelegate::managedObjectContext
NSManagedObjectContext * managedObjectContext
Returns the managed object context for the application (which is already bound to the persistent stor...
Definition:
MediaServerCocoaTest_AppDelegate.h:17
MediaServerCocoaTest_AppDelegate::managedObjectModel
NSManagedObjectModel * managedObjectModel
Creates, retains, and returns the managed object model for the application by merging all of the mode...
Definition:
MediaServerCocoaTest_AppDelegate.h:16
Generated by
1.8.13