CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/UIScoreView.h
Go to the documentation of this file.
00001 //
00002 //  UIDocumentView.h
00003 //  DocumentView
00004 //
00005 //  Created by Lari O Rasku, tkol on 5/27/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <UIKit/UIKit.h>
00010 #import "UIScrollBar.h"
00011 #import "UIDocumentView.h"
00012 
00013 @interface UIScoreView : UIView <UIGestureRecognizerDelegate> {
00014     UIScrollBar *scrollBar;
00015     UIDocumentView *documentView;
00016 }
00017 
00018 - (BOOL)setScore:(NSString *)scorePath;
00019 - (void)showScrollBar:(BOOL)show;
00020 
00022 @property (nonatomic, retain) IBOutlet UIScrollBar *scrollBar;
00023 
00025 @property (nonatomic, retain) IBOutlet UIDocumentView *documentView;
00026 
00027 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines