CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Data type for managing all scores associated with one composition. More...
#import <CompositionData.h>
Public Member Functions | |
(void) | - dealloc [implementation] |
Properties | |
NSString * | composerName |
The IMSLP composer name for the composer of the composition this object represents. | |
NSString * | compositionName |
The full IMSLP composition name of the composition this object represents. | |
NSMutableArray * | musicScores |
An array of all the score files found (from IMSLP or local) for this composition. |
Data type for managing all scores associated with one composition.
Used both in IMSLP queries and local data handling.
API up to date 29.6.2011
Definition at line 10 of file CompositionData.h.
- (void) dealloc | [implementation] |
Definition at line 15 of file CompositionData.m.
References composerName, compositionName, and musicScores.
- (NSString*) composerName [read, write, copy] |
The IMSLP composer name for the composer of the composition this object represents.
Definition at line 14 of file CompositionData.h.
- (NSString*) compositionName [read, write, copy] |
The full IMSLP composition name of the composition this object represents.
Definition at line 16 of file CompositionData.h.
- (NSMutableArray*) musicScores [read, write, retain] |
An array of all the score files found (from IMSLP or local) for this composition.
The array will contain ScoreData or LocalScoreData objects, one for each file.
Definition at line 18 of file CompositionData.h.