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

LocalScoreData.h CatNiP. More...

#import <LocalScoreData.h>

Inheritance diagram for LocalScoreData:
Collaboration diagram for LocalScoreData:

List of all members.

Public Member Functions

(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

LocalScoreData.h CatNiP.

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

API up to date 29.6.2011


Member Function Documentation

- (void) dealloc

Reimplemented from ScoreData.

Here is the call graph for this function:

- (void) encodeWithCoder: (NSCoder *)  encoder

Reimplemented from ScoreData.

Here is the call graph for this function:

- (id) init

Reimplemented from ScoreData.

Here is the call graph for this function:

- (id) initWithCoder: (NSCoder *)  decoder

NSCoding protocol functions.

Reimplemented from ScoreData.

Here is the call graph for this function:

- (id) initWithScoreData: (ScoreData *)  score

Here is the call graph for this function:


Property Documentation

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

Composer of the composition for the score.

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

Composition for the score.

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

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

User's own notes about the score.


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