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

PlaylistPopoverController.m CatNiP. More...

#import <PlaylistPopoverController.h>

Collaboration diagram for PlaylistPopoverController:

List of all members.

Public Member Functions

(void) - dealloc [implementation]
(void) - didReceiveMemoryWarning [implementation]
(id) - initWithStyle:masterController:andScore:
(NSInteger) - numberOfSectionsInTableView: [implementation]
(BOOL) - shouldAutorotateToInterfaceOrientation: [implementation]
(UITableViewCell *) - tableView:cellForRowAtIndexPath: [implementation]
(void) - tableView:didSelectRowAtIndexPath: [implementation]
 UITableViewDelegate protocol function's implementation.
(NSInteger) - tableView:numberOfRowsInSection: [implementation]
(void) - viewDidAppear: [implementation]
(void) - viewDidDisappear: [implementation]
(void) - viewDidLoad [implementation]
(void) - viewDidUnload [implementation]
(void) - viewWillAppear: [implementation]
(void) - viewWillDisappear: [implementation]

Protected Attributes

CatNiPViewControllermaster

Properties

IBOutlet CatNiPViewControllermaster
LocalScoreDatascore

Detailed Description

PlaylistPopoverController.m CatNiP.

Controller of playlist popovers. Shows all playlists in tableview and if one is selected adds self.score to that playlist.

API up to date 28.6.2011


Member Function Documentation

- (void) dealloc [implementation]
- (void) didReceiveMemoryWarning [implementation]
- (id) initWithStyle: (UITableViewStyle)  style
masterController: (CatNiPViewController *)  controller
andScore: (LocalScoreData *)  score 
- (NSInteger) numberOfSectionsInTableView: (UITableView *)  tableView [implementation]
- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)  interfaceOrientation [implementation]
- (UITableViewCell *) tableView: (UITableView *)  tableView
cellForRowAtIndexPath: (NSIndexPath *)  indexPath 
[implementation]
- (void) tableView: (UITableView *)  tableView
didSelectRowAtIndexPath: (NSIndexPath *)  indexPath 
[implementation]

UITableViewDelegate protocol function's implementation.

Adds self.score to chosen playlist.

Here is the call graph for this function:

- (NSInteger) tableView: (UITableView *)  tableView
numberOfRowsInSection: (NSInteger)  section 
[implementation]
- (void) viewDidAppear: (BOOL)  animated [implementation]
- (void) viewDidDisappear: (BOOL)  animated [implementation]
- (void) viewDidLoad [implementation]
- (void) viewDidUnload [implementation]
- (void) viewWillAppear: (BOOL)  animated [implementation]
- (void) viewWillDisappear: (BOOL)  animated [implementation]

Member Data Documentation

- (CatNiPViewController*) master [protected]

Property Documentation

- (IBOutlet CatNiPViewController*) master [read, write, retain]
- (LocalScoreData *) score [read, write, retain]

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