CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
IMSLPCompositionData.h CatNiP. 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. |
IMSLPCompositionData.h CatNiP.
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
- (void) dealloc | [implementation] |
- (NSString*) composerName [read, write, copy] |
The IMSLP composer name for the composer of the composition this object represents.
- (NSString*) compositionName [read, write, copy] |
The full IMSLP composition name of the composition this object represents.
- (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.