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

Local data type for managing local score's and their metadata. More...

#import <LocalScoreData.h>

Inheritance diagram for LocalScoreData:
Collaboration diagram for LocalScoreData:

List of all members.

Public Member Functions

(id) - copyWithZone:
(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.

Detailed Description

Local data type for managing local score's and their metadata.

API up to date 29.6.2011

Definition at line 10 of file LocalScoreData.h.


Member Function Documentation

- (id) copyWithZone: (NSZone *)  zone

Definition at line 72 of file LocalScoreData.m.

- (void) dealloc

Reimplemented from ScoreData.

Definition at line 44 of file LocalScoreData.m.

References ScoreData::dealloc.

Here is the call graph for this function:

- (void) encodeWithCoder: (NSCoder *)  encoder

Reimplemented from ScoreData.

Definition at line 63 of file LocalScoreData.m.

References ScoreData::encodeWithCoder:.

Here is the call graph for this function:

- (id) init

Reimplemented from ScoreData.

Definition at line 15 of file LocalScoreData.m.

References ScoreData::init.

Here is the call graph for this function:

- (id) initWithCoder: (NSCoder *)  decoder

NSCoding protocol functions.

Reimplemented from ScoreData.

Definition at line 53 of file LocalScoreData.m.

References ScoreData::initWithCoder:.

Here is the call graph for this function:

- (id) initWithScoreData: (ScoreData *)  score

Definition at line 27 of file LocalScoreData.m.

References ScoreData::description, ScoreData::fullMetaData, ScoreData::init, and ScoreData::metaDataDict.

Here is the call graph for this function:


Property Documentation

- (NSString*) composer [read, write, copy]

Composer of the composition for the score.

Definition at line 20 of file LocalScoreData.h.

- (NSString*) composition [read, write, copy]

Composition for the score.

Definition at line 23 of file LocalScoreData.h.

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

Definition at line 17 of file LocalScoreData.h.

- (NSString*) userNotes [read, write, copy]

User's own notes about the score.

Definition at line 26 of file LocalScoreData.h.


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