CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
CompositionData Class Reference

IMSLPCompositionData.h CatNiP. More...

#import <CompositionData.h>

List of all members.

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.

Detailed Description

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


Member Function Documentation

- (void) dealloc [implementation]

Property Documentation

- (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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines