CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/PlaylistPopoverController.h
Go to the documentation of this file.
00001 
00009 #import <UIKit/UIKit.h>
00011 @class CatNiPViewController;
00012 @class LocalScoreData;
00014 @interface PlaylistPopoverController : UITableViewController<UITableViewDelegate, UITableViewDataSource> {
00015     CatNiPViewController *master;
00016     LocalScoreData *score;
00017 }
00018 
00019 /*** Master viewController for nice functions calling ***/
00020 @property (nonatomic, retain) IBOutlet CatNiPViewController *master;
00021 
00022 /*** Score data which will be added to playlist ***/
00023 @property (retain) LocalScoreData *score;
00024 
00025 /*** Basic init with masterController set ***/
00026 - (id)initWithStyle:(UITableViewStyle)style masterController:(CatNiPViewController *)controller andScore:(LocalScoreData *)score;
00027 
00028 /*** UITableViewDelegate protocol's functions ***/
00029 - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section;
00030 - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section;
00031 
00032 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines