|
CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Local data type from saving user managed playlists. More...
#import <Playlist.h>
Public Member Functions | |
| (void) | - dealloc [implementation] |
| (void) | - encodeWithCoder: |
| (id) | - init [implementation] |
| (id) | - initWithCoder: |
| NSCoding protocol functions. | |
| (id) | - initWithName:andArray: |
Properties | |
| NSString * | name |
| User defined playlist name. | |
| NSMutableArray * | scorelist |
| array for LocalScoreData objects | |
Local data type from saving user managed playlists.
API up to date 29.6.2011
Definition at line 8 of file Playlist.h.
| - (void) dealloc | [implementation] |
Definition at line 35 of file Playlist.m.
| - (void) encodeWithCoder: | (NSCoder *) | encoder |
Definition at line 49 of file Playlist.m.
| - (id) init | [implementation] |
Definition at line 14 of file Playlist.m.
| - (id) initWithCoder: | (NSCoder *) | decoder |
NSCoding protocol functions.
Definition at line 42 of file Playlist.m.
| - (id) initWithName: | (NSString *) | n | |
| andArray: | (NSArray *) | a | |
Definition at line 25 of file Playlist.m.
- (NSString*) name [read, write, retain] |
User defined playlist name.
Definition at line 12 of file Playlist.h.
- (NSMutableArray*) scorelist [read, write, retain] |
array for LocalScoreData objects
Definition at line 15 of file Playlist.h.