CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/LocalScoreData.h
Go to the documentation of this file.
00001 
00009 #import <Foundation/Foundation.h>
00010 #import "ScoreData.h"
00011 
00012 
00013 @interface LocalScoreData : ScoreData<NSCoding> {
00014     
00015 }
00020 @property NSInteger index;
00021 
00023 @property (copy) NSString *composer;
00024 
00026 @property (copy) NSString *composition;
00027 
00029 @property (copy) NSString *userNotes;
00030 
00031 -(id)init;
00032 -(id)initWithScoreData:(ScoreData *)score;
00033 -(void)dealloc;
00034 
00036 - (id)initWithCoder:(NSCoder *)decoder;
00037 - (void)encodeWithCoder:(NSCoder *)encoder;
00038 
00039 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines