CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
LocalScoreData.h CatNiP. More...
#import <LocalScoreData.h>
Public Member Functions | |
(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. |
LocalScoreData.h CatNiP.
Local data type for managing local score's and their metadata.
API up to date 29.6.2011
- (void) dealloc |
- (void) encodeWithCoder: | (NSCoder *) | encoder |
- (id) init |
- (id) initWithCoder: | (NSCoder *) | decoder |
NSCoding protocol functions.
Reimplemented from ScoreData.
- (id) initWithScoreData: | (ScoreData *) | score |
- (NSString*) composer [read, write, copy] |
Composer of the composition for the score.
- (NSString*) composition [read, write, copy] |
Composition for the score.
- (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.
- (NSString*) userNotes [read, write, copy] |
User's own notes about the score.