CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Local data type for managing local score's and their metadata. More...
#import <LocalScoreData.h>
Public Member Functions | |
(id) | - copyWithZone: |
(void) | - dealloc |
(void) | - encodeWithCoder: |
(id) | - init |
(id) | - initWithCoder: |
NSCoding protocol functions. | |
(id) | - initWithScoreData: |
Properties | |
NSString * | composer |
Composer of the composition for the score. | |
NSString * | composition |
Composition for the score. | |
NSInteger | index |
Distinct index for this score. | |
NSString * | userNotes |
User's own notes about the score. |
Local data type for managing local score's and their metadata.
API up to date 29.6.2011
Definition at line 10 of file LocalScoreData.h.
- (id) copyWithZone: | (NSZone *) | zone |
Definition at line 72 of file LocalScoreData.m.
- (void) dealloc |
Reimplemented from ScoreData.
Definition at line 44 of file LocalScoreData.m.
References ScoreData::dealloc.
- (void) encodeWithCoder: | (NSCoder *) | encoder |
Reimplemented from ScoreData.
Definition at line 63 of file LocalScoreData.m.
References ScoreData::encodeWithCoder:.
- (id) init |
Reimplemented from ScoreData.
Definition at line 15 of file LocalScoreData.m.
References ScoreData::init.
- (id) initWithCoder: | (NSCoder *) | decoder |
NSCoding protocol functions.
Reimplemented from ScoreData.
Definition at line 53 of file LocalScoreData.m.
References ScoreData::initWithCoder:.
- (id) initWithScoreData: | (ScoreData *) | score |
Definition at line 27 of file LocalScoreData.m.
References ScoreData::description, ScoreData::fullMetaData, ScoreData::init, and ScoreData::metaDataDict.
- (NSString*) composer [read, write, copy] |
Composer of the composition for the score.
Definition at line 20 of file LocalScoreData.h.
- (NSString*) composition [read, write, copy] |
Composition for the score.
Definition at line 23 of file LocalScoreData.h.
- (NSInteger) index [read, write, assign] |
Distinct index for this score.
Indexes start from 1 and increment by one. There is a possibility that not all indeces starting from 1 to highest index are in use.
Definition at line 17 of file LocalScoreData.h.
- (NSString*) userNotes [read, write, copy] |
User's own notes about the score.
Definition at line 26 of file LocalScoreData.h.