CatNiP prefinal
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 
00006 #import <Foundation/Foundation.h>
00007 #import "ScoreData.h"
00008 
00009 
00010 @interface LocalScoreData : ScoreData<NSCoding> {
00011     
00012 }
00017 @property NSInteger index;
00018 
00020 @property (copy) NSString *composer;
00021 
00023 @property (copy) NSString *composition;
00024 
00026 @property (copy) NSString *userNotes;
00027 
00028 -(id)init;
00029 -(id)initWithScoreData:(ScoreData *)score;
00030 -(void)dealloc;
00031 
00033 - (id)initWithCoder:(NSCoder *)decoder;
00034 - (void)encodeWithCoder:(NSCoder *)encoder;
00035 
00036 - (id)copyWithZone:(NSZone *)zone;
00037 
00038 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines