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

Data type for managing all scores associated with one composition. 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

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.


Member Function Documentation

- (void) dealloc [implementation]

Definition at line 15 of file CompositionData.m.

References composerName, compositionName, and musicScores.


Property Documentation

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


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