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

#import <CatNiPViewController.h>

Inheritance diagram for CatNiPViewController:
Collaboration diagram for CatNiPViewController:

List of all members.

Public Member Functions

(NSInteger) - arrayToSearch:textToSearch:
 lazy LCP searchs for searchbars
(NSInteger) - compositionDatasToSearch:textToSearch:
(void) - dealloc [implementation]
(void) - didReceiveMemoryWarning [implementation]
(void) - didRotateFromInterfaceOrientation: [implementation]
(void) - dismissPlaylistPopover
 shoo, shoo!
(void) - dismissScorePopover
 Dismiss the scorePopover.
(IBAction) - fitToWidth:
 Custom functions for application.
(void) - hideToolbarWithAnimation
 hide toolbar with animation
(void) - hideViewWithAnimation:
 show any view with animation
(void) - imslpComposersReport: [implementation]
 Target method for IMSLPQueryHelper, receives reports on composer list progress.
(void) - imslpCompositionsReport: [implementation]
 Target method for IMSLPQueryHelper, receives reports on composition list progress.
(void) - imslpPageReport: [implementation]
(void) - libraryTypeChanged: [implementation]
 Target method for segmented control libraryType.
(void) - openDetailPopoverFromRect:inView:withScore:ofComposer:andComposition:
 open DetailPopoverController's content in a new UIPopoverController with given parameters
(void) - openPlaylistPopoverFromRect:inView:withScore:
 here, kitty kitty kitty!
(void) - openScorePopover:editable:
 open ScorePopoverController's content in a new UIPopoverController
(BOOL) - openScoreSheet:
 score sheet opening from a file, both for a single sheet or when navigating a playlist
(void) - playlistNavigatorChanged: [implementation]
 Target method for playlist navigation (previous score, next score) button clicks.
(void) - processError: [implementation]
 CatNiPErrorConsumer protocol implementation.
(void) - saveAndShowScore:: [implementation]
 Save and show score described in parameters as LocalScoreData object and add it to allLocalScores array in LocalDelegateDataSource.
(void) - saveScore:: [implementation]
 Save score described in parameters as LocalScoreData object and add it to allLocalScores array in LocalDelegateDataSource.
(void) - scoreView_tapped:
 UIGestureRecognizer functions.
(void) - searchBar:textDidChange:
 UISearchBarDelegate protocol function's implementation.
(void) - searchBarSearchButtonClicked:
 UISearchBarDelegate protocol's functions.
(void) - setCurrentPlaylist: [implementation]
 Custom accessor method for the current playlist property.
(BOOL) - shouldAutorotateToInterfaceOrientation: [implementation]
(IBAction) - showHideLibrary:
 shows and hides libraryViews
(IBAction) - showHideNotes:
 shows and hides notesPop
(void) - showScoreSheets:
 shows score sheets that are clicked in scorePopover
(void) - showToolbarWithAnimation
 show toolbar with animation
(void) - showViewWithAnimation:
 show any view with animation
(UITableViewCell *) - tableView:createCellWithIdentifier:
 gives cell default appearance
(void) - viewDidLoad [implementation]
(void) - viewDidUnload [implementation]

Protected Attributes

Playlist_currentPlaylist
CompositionData_readComposition
UIPopoverController * detailPop
DetailPopoverControllerdpc
UIBarButtonItem * fitToWidthButton
IMSLPDelegateDataSourceIMSLPdds
UIActivityIndicatorView * libraryActivityIndicatorLeft
UIBarButtonItem * libraryButton
UISearchBar * librarySearchbarLeft
UISearchBar * librarySearchbarRight
UITableView * libraryTableViewLeft
UITableView * libraryTableViewRight
UISegmentedControl * libraryType
UIView * libraryViewLeft
UIView * libraryViewRight
LocalDelegateDataSourceLOCALdds
UIBarButtonItem * notesButton
UIPopoverController * notesPop
UITextView * notesTextView
NotesPopoverControllernpc
UIPopoverController * playlistPop
PlaylistsDelegateDataSourcePLAYLISTSdds
PlaylistPopoverControllerppc
UIPopoverController * scorePop
UIScoreViewscoreView
UISegmentedControl * searchType
ScorePopoverControllerspc
UIToolbar * toolbar
UIView * toolbarView

Properties

NSString * currentlyOpenedFile
PlaylistcurrentPlaylist
 Custom accessor method for the current playlist property.
NSInteger currentPlaylistIndex
LocalScoreDatacurrentScore
UIFont * defaultFont
IBOutlet DetailPopoverControllerdpc
IBOutlet UIBarButtonItem * fitToWidthButton
IMSLPDelegateDataSourceimslpDelegateAndDataSource
IBOutlet UIActivityIndicatorView * libraryActivityIndicatorLeft
IBOutlet UIBarButtonItem * libraryButton
IBOutlet UISearchBar * librarySearchbarLeft
IBOutlet UISearchBar * librarySearchbarRight
IBOutlet UITableView * libraryTableViewLeft
IBOutlet UITableView * libraryTableViewRight
IBOutlet UISegmentedControl * libraryType
IBOutlet UIView * libraryViewLeft
IBOutlet UIView * libraryViewRight
LocalDelegateDataSourcelocalDelegateAndDataSource
IBOutlet UIBarButtonItem * notesButton
IBOutlet NotesPopoverControllernpc
IBOutlet UIBarButtonItem * playlistNavigateButton
IBOutlet UISegmentedControl * playlistNavigateSControl
PlaylistsDelegateDataSourceplaylistsDelegateAndDataSource
IBOutlet
PlaylistPopoverController
ppc
IBOutlet UIScoreViewscoreView
IBOutlet UISegmentedControl * searchType
IBOutlet ScorePopoverControllerspc
IBOutlet UIToolbar * toolbar
IBOutlet UIView * toolbarView

Detailed Description

Definition at line 64 of file CatNiPViewController.h.


Member Function Documentation

- (NSInteger) arrayToSearch: (NSArray *)  array
textToSearch: (NSString *)  text 

lazy LCP searchs for searchbars

very lazy search from arrayToSearch with given textToSearch.

Searches arrayToSearch for textToSearch by comparing each index in arrayToSearch with textToSearch. If exact match is found returns that index else if arrayToSearch's string is compared to be later than textToSearch will return that index. Otherwise will return 0 (ie. all arrayToSearch's strings are compared to be before textToSearch.)

Parameters:
arrayToSearchsearches the array with the given text
textToSearchgiven text that is searched from the array
Returns:
exact match or one after it. If no such index, then returns 0

Definition at line 445 of file CatNiPViewController.m.

Here is the caller graph for this function:

- (NSInteger) compositionDatasToSearch: (NSArray *)  array
textToSearch: (NSString *)  text 

Definition at line 454 of file CatNiPViewController.m.

Here is the caller graph for this function:

- (void) dealloc [implementation]

Definition at line 73 of file CatNiPViewController.m.

- (void) didReceiveMemoryWarning [implementation]

Definition at line 104 of file CatNiPViewController.m.

- (void) didRotateFromInterfaceOrientation: (UIInterfaceOrientation)  fromInterfaceOrientation [implementation]

Definition at line 211 of file CatNiPViewController.m.

- (void) dismissPlaylistPopover

shoo, shoo!

Dismiss the playlistPopover.

Definition at line 585 of file CatNiPViewController.m.

References playlistPop.

- (void) dismissScorePopover

Dismiss the scorePopover.

Definition at line 546 of file CatNiPViewController.m.

References scorePop.

- (IBAction) fitToWidth: (id)  sender

Custom functions for application.

Definition at line 894 of file CatNiPViewController.m.

- (void) hideToolbarWithAnimation

hide toolbar with animation

Definition at line 626 of file CatNiPViewController.m.

Here is the caller graph for this function:

- (void) hideViewWithAnimation: (UIView *)  view

show any view with animation

Definition at line 649 of file CatNiPViewController.m.

Here is the caller graph for this function:

- (void) imslpComposersReport: (id)  progress [implementation]

Target method for IMSLPQueryHelper, receives reports on composer list progress.

Sets IMSLPDelegateDataSource's composers array to progress array. If LIBRARYTYPE == IMSLP shows that array.

Parameters:
imslpComposersReportArray of composer names

Definition at line 792 of file CatNiPViewController.m.

References IMSLP, and LIBRARYTYPE.

- (void) imslpCompositionsReport: (id)  progress [implementation]

Target method for IMSLPQueryHelper, receives reports on composition list progress.

Removes all objects from IMSLPdds.compositions array and adds all objets from progress array to it. Sort IMSLPdds.compositions array afterwards and reloads libraryTableViewRight's data.

Definition at line 816 of file CatNiPViewController.m.

- (void) imslpPageReport: (id)  pageData [implementation]

Definition at line 831 of file CatNiPViewController.m.

References _readComposition, and openScorePopover:editable:.

Here is the call graph for this function:

- (void) libraryTypeChanged: (id)  sender [implementation]

Target method for segmented control libraryType.

Tracks which library type is currently selected and changes libraryTableViewLeft's and libraryTableViewRight's delegate and datasource to match current selection. Removes all objects from libraryDataTableLeft and libraryDataTableRight, hides current popovers and libraryViewRight before calling appropriate library delegate and datasource class' changeLibraryTypeTo function.

Parameters:
senderid of the sender. Used only by libraryType when selected segment changes.

Definition at line 602 of file CatNiPViewController.m.

References hideViewWithAnimation:, IMSLP, LIBRARYTYPE, LOCAL, notesPop, and PLAYLISTS.

Here is the call graph for this function:

- (void) openDetailPopoverFromRect: (CGRect)  rect
inView: (UIView *)  view
withScore: (ScoreData *)  score
ofComposer: (NSString *)  composer
andComposition: (NSString *)  composition 

open DetailPopoverController's content in a new UIPopoverController with given parameters

Opens popover with information from given ScoreData object.

Parameters:
rectrectangle from which the popover is represented (arrow is shown in here)
viewview in which the rectangle is
withScoreScoreData object which popover shows
ofComposercomposer of the score
andCompositioncomposition of the score

Definition at line 559 of file CatNiPViewController.m.

References ScoreData::description, and detailPop.

- (void) openPlaylistPopoverFromRect: (CGRect)  rect
inView: (UIView *)  view
withScore: (LocalScoreData *)  score 

here, kitty kitty kitty!

Open playlist popover with all playlists as cells.

Definition at line 576 of file CatNiPViewController.m.

References playlistPop.

- (void) openScorePopover: (CompositionData *)  scores
editable: (BOOL)  ed 

open ScorePopoverController's content in a new UIPopoverController

Open ScorePopoverController's view in UIPopoverController.

Initializes ScorePopoverController with data about selected composition's scores loaded from either local or IMSLP's library (depending on current delegate and datasource). Popover is sized to 500 x 400 pixels and the arrow points to the cell which opened the popover. Default arrow direction is right. Check ScorePopOverController for details about it's contents.

Parameters:
openScorePopoverCompositionData which scores are shown in popover
editablesets popover's scoreTableView to represents value of the parameter

Definition at line 532 of file CatNiPViewController.m.

References libraryTableViewRight, and scorePop.

Here is the caller graph for this function:

- (BOOL) openScoreSheet: (LocalScoreData *)  score

score sheet opening from a file, both for a single sheet or when navigating a playlist

Work method for "opening" a pdf file, needed since navigating a playlist needs to display PDFs too.

Definition at line 480 of file CatNiPViewController.m.

References detailPop, hideToolbarWithAnimation, hideViewWithAnimation:, notesPop, npc, scorePop, NotesPopoverController::textView, and LocalScoreData::userNotes.

Here is the call graph for this function:

Here is the caller graph for this function:

- (void) playlistNavigatorChanged: (id)  control [implementation]

Target method for playlist navigation (previous score, next score) button clicks.

Reads the next/previous Score in the current playlist and sets it as the current score. Does nothing if no playlist is set or if we're at the end of the playlist and next is pressed or if we're at the beginning of the playlist and previous is pressed.

Parameters:
controlThe UISegmentedControl that generated the event

Definition at line 722 of file CatNiPViewController.m.

References openScoreSheet:, and Playlist::scorelist.

Here is the call graph for this function:

- (void) processError: (NSError *)  error [implementation]

CatNiPErrorConsumer protocol implementation.

Receives errors reported to CatNiPErrorManager.

Parameters:
Thereported error to be processed/shown to the user.

Reimplemented from <CatNiPErrorConsumer>.

Definition at line 904 of file CatNiPViewController.m.

- (void) saveAndShowScore: (id)  fileNameParams
: (id)  ofComposition 
[implementation]

Save and show score described in parameters as LocalScoreData object and add it to allLocalScores array in LocalDelegateDataSource.

Called after pdf-file has been downloaded from IMSLP.

Saves allLocalScores to default filepath afterwards.

Parameters:
pdf-filename(index:0) and full pdf-filepath with filename (index:1)
CompositionDataobject from where the score is searched with pdf-filename

Definition at line 852 of file CatNiPViewController.m.

References LocalDataHandler::createLocalScoreData:ofComposition:localScores:, LocalDataHandler::saveScoresToDefaultFile:, and showScoreSheets:.

Here is the call graph for this function:

- (void) saveScore: (id)  fileNameParams
: (id)  ofComposition 
[implementation]

Save score described in parameters as LocalScoreData object and add it to allLocalScores array in LocalDelegateDataSource.

Called after pdf-file has been downloaded from IMSLP.

Saves allLocalScores to default filepath afterwards.

Parameters:
pdf-filename(index:0) and full pdf-filepath with filename (index:1)
CompositionDataobject from where the score is searched with pdf-filename

Definition at line 870 of file CatNiPViewController.m.

References LocalDataHandler::createLocalScoreData:ofComposition:localScores:, IMSLP, LIBRARYTYPE, ScoreData::pdf, LocalDataHandler::saveScoresToDefaultFile:, scorePop, and spc.

Here is the call graph for this function:

- (void) scoreView_tapped: (UIGestureRecognizer *)  recognizer

UIGestureRecognizer functions.

Master method for recognizing tapping gestures in scoresView.

Gesture recognizers are initialized in viewDidLoad

If toolbar is shown will hide all UI elements. Otherwise will show toolbar.

Parameters:
scoreView_tappedUIGestureRecognizer that sends the message

Definition at line 336 of file CatNiPViewController.m.

References hideToolbarWithAnimation, hideViewWithAnimation:, showToolbarWithAnimation, and toolbarView.

Here is the call graph for this function:

- (void) searchBar: (UISearchBar *)  searchBar
textDidChange: (NSString *)  searchText 

UISearchBarDelegate protocol function's implementation.

Searches from either composers (left library table) or compositions (right library table) depending on which of them is selected.

Not supported atm. because of performance issues. ie. in long tables every letter takes about half a second or longer to be searched and makes longer search strings pain to write.

Parameters:
searchBareither left (composers) or right (compositions)
textDidChangesearch text that was written

Definition at line 248 of file CatNiPViewController.m.

- (void) searchBarSearchButtonClicked: (UISearchBar *)  searchBar

UISearchBarDelegate protocol's functions.

UISearchBarDelegate protocol function's implementation.

Basic search behaviour for both librarySearchL and librarySearchR. Searches arrays in currently active delegate for matches with arrayToSearh:textToSearch or CompositionDataToSearh:textToSearch functions. Playlist searchs are not implemented yet.

Parameters:
searchBarSearchButtonClickedlibrarySearchL or librarySearchR

Definition at line 262 of file CatNiPViewController.m.

References arrayToSearch:textToSearch:, compositionDatasToSearch:textToSearch:, IMSLP, librarySearchbarLeft, librarySearchbarRight, libraryTableViewLeft, libraryTableViewRight, LIBRARYTYPE, LOCAL, and PLAYLISTS.

Here is the call graph for this function:

- (void) setCurrentPlaylist: (Playlist *)  currentPlaylist [implementation]

Custom accessor method for the current playlist property.

Sets the current playlist property. If the property is not-nil and the playlist contains scores, opens the first score in the playlist and sets the current score index to the beginning of the playlist.

Parameters:
currentPlaylistThe playlist to display or nil to stop playlist navigation functionality

Definition at line 690 of file CatNiPViewController.m.

References _currentPlaylist, currentPlaylist, openScoreSheet:, and Playlist::scorelist.

Here is the call graph for this function:

- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)  interfaceOrientation [implementation]

Definition at line 205 of file CatNiPViewController.m.

- (IBAction) showHideLibrary: (id)  sender

shows and hides libraryViews

Hide and show sheet search UI elements.

This function dismisses notesPop, hides all library search elements if libraryTableViewLeft is shown. Otherwise it shows libraryType, libraryViewLeft and reloads libraryTableViewLeft's data.

Parameters:
showHideLibraryhides and shows sender's search UI elements

Definition at line 370 of file CatNiPViewController.m.

References hideToolbarWithAnimation, hideViewWithAnimation:, libraryViewLeft, notesPop, and showViewWithAnimation:.

Here is the call graph for this function:

- (IBAction) showHideNotes: (id)  sender

shows and hides notesPop

Shows and hides the notes popover.

Parameters:
senderThe element that sent the action, ideally _notesButton.
Returns:
Nothing.

Definition at line 423 of file CatNiPViewController.m.

References notesPop, npc, and NotesPopoverController::textView.

- (void) showScoreSheets: (LocalScoreData *)  score

shows score sheets that are clicked in scorePopover

Method for loading sheets defined in filepath.

Should hide all UI elements after loading and shows new sheets in scoreView.

Parameters:
showScoreSheetsshows score sheets from the filepath

Definition at line 469 of file CatNiPViewController.m.

References openScoreSheet:.

Here is the call graph for this function:

Here is the caller graph for this function:

- (void) showToolbarWithAnimation

show toolbar with animation

Definition at line 637 of file CatNiPViewController.m.

Here is the caller graph for this function:

- (void) showViewWithAnimation: (UIView *)  view

show any view with animation

Definition at line 661 of file CatNiPViewController.m.

Here is the caller graph for this function:

- (UITableViewCell *) tableView: (UITableView *)  tableView
createCellWithIdentifier: (NSString *)  identifier 

gives cell default appearance

Create standard cell for application.

No accessoryview or imageview defined.

standard "look" is defined by: cell.textLabel.lineBreakMode = UILineBreakModeWordWrap cell.textLabel.numberOfLines = 0 cell.textLabel.font = defaultFont cell.selectionStyle = UITableViewCellSelectionStyleGray

Parameters:
tableViewtableView for which cell is created
createCellWithIdentifieridentifier for cell. Used to dequeue reusable cells from tableview.
Returns:
created UITableViewCell

Definition at line 404 of file CatNiPViewController.m.

References defaultFont.

Here is the caller graph for this function:

- (void) viewDidUnload [implementation]

Definition at line 174 of file CatNiPViewController.m.


Member Data Documentation

- (Playlist*) _currentPlaylist [protected]

Definition at line 118 of file CatNiPViewController.h.

Definition at line 109 of file CatNiPViewController.h.

- (UIPopoverController*) detailPop [protected]

Definition at line 93 of file CatNiPViewController.h.

- (DetailPopoverController*) dpc [protected]

Definition at line 103 of file CatNiPViewController.h.

- (UIBarButtonItem*) fitToWidthButton [protected]

Definition at line 83 of file CatNiPViewController.h.

Definition at line 112 of file CatNiPViewController.h.

- (UIActivityIndicatorView*) libraryActivityIndicatorLeft [protected]

Definition at line 78 of file CatNiPViewController.h.

- (UIBarButtonItem*) libraryButton [protected]

Definition at line 69 of file CatNiPViewController.h.

- (UISearchBar*) librarySearchbarLeft [protected]

Definition at line 77 of file CatNiPViewController.h.

- (UISearchBar*) librarySearchbarRight [protected]

Definition at line 84 of file CatNiPViewController.h.

- (UITableView*) libraryTableViewLeft [protected]

Definition at line 76 of file CatNiPViewController.h.

- (UITableView*) libraryTableViewRight [protected]

Definition at line 82 of file CatNiPViewController.h.

- (UISegmentedControl*) libraryType [protected]

Definition at line 70 of file CatNiPViewController.h.

- (UIView*) libraryViewLeft [protected]

Definition at line 75 of file CatNiPViewController.h.

- (UIView*) libraryViewRight [protected]

Definition at line 81 of file CatNiPViewController.h.

Definition at line 113 of file CatNiPViewController.h.

- (UIBarButtonItem*) notesButton [protected]

Definition at line 72 of file CatNiPViewController.h.

- (UIPopoverController*) notesPop [protected]

Definition at line 96 of file CatNiPViewController.h.

- (UITextView*) notesTextView [protected]

Definition at line 97 of file CatNiPViewController.h.

- (NotesPopoverController*) npc [protected]

Definition at line 104 of file CatNiPViewController.h.

- (UIPopoverController*) playlistPop [protected]

Definition at line 100 of file CatNiPViewController.h.

Definition at line 114 of file CatNiPViewController.h.

- (PlaylistPopoverController*) ppc [protected]

Definition at line 106 of file CatNiPViewController.h.

- (UIPopoverController*) scorePop [protected]

Definition at line 90 of file CatNiPViewController.h.

- (UIScoreView*) scoreView [protected]

Definition at line 124 of file CatNiPViewController.h.

- (UISegmentedControl*) searchType [protected]

Definition at line 71 of file CatNiPViewController.h.

- (ScorePopoverController*) spc [protected]

Definition at line 105 of file CatNiPViewController.h.

- (UIToolbar*) toolbar [protected]

Definition at line 68 of file CatNiPViewController.h.

- (UIView*) toolbarView [protected]

Definition at line 67 of file CatNiPViewController.h.


Property Documentation

- (NSString*) currentlyOpenedFile [read, write, copy]

Definition at line 180 of file CatNiPViewController.h.

- (Playlist *) currentPlaylist [read, write, retain]

Custom accessor method for the current playlist property.

Returns:
The current playlist, or nil if no playlist is set.

Definition at line 178 of file CatNiPViewController.h.

- (NSInteger) currentPlaylistIndex [read, write, assign]

Definition at line 121 of file CatNiPViewController.h.

- (LocalScoreData *) currentScore [read, write, retain]

Definition at line 119 of file CatNiPViewController.h.

- (UIFont *) defaultFont [read, write, retain]

Definition at line 87 of file CatNiPViewController.h.

- (IBOutlet DetailPopoverController*) dpc [read, write, retain]

Definition at line 174 of file CatNiPViewController.h.

- (IBOutlet UIBarButtonItem*) fitToWidthButton [read, write, retain]

Definition at line 166 of file CatNiPViewController.h.

- (IMSLPDelegateDataSource*) imslpDelegateAndDataSource [read, write, retain]

Definition at line 139 of file CatNiPViewController.h.

- (IBOutlet UIActivityIndicatorView*) libraryActivityIndicatorLeft [read, write, retain]

Definition at line 155 of file CatNiPViewController.h.

- (IBOutlet UIBarButtonItem*) libraryButton [read, write, retain]

Definition at line 132 of file CatNiPViewController.h.

- (IBOutlet UISearchBar*) librarySearchbarLeft [read, write, retain]

Definition at line 158 of file CatNiPViewController.h.

- (IBOutlet UISearchBar*) librarySearchbarRight [read, write, retain]

Definition at line 162 of file CatNiPViewController.h.

- (IBOutlet UITableView*) libraryTableViewLeft [read, write, retain]

Definition at line 159 of file CatNiPViewController.h.

- (IBOutlet UITableView*) libraryTableViewRight [read, write, retain]

Definition at line 163 of file CatNiPViewController.h.

- (IBOutlet UISegmentedControl*) libraryType [read, write, retain]

Definition at line 145 of file CatNiPViewController.h.

- (IBOutlet UIView*) libraryViewLeft [read, write, retain]

Definition at line 154 of file CatNiPViewController.h.

- (IBOutlet UIView*) libraryViewRight [read, write, retain]

Definition at line 153 of file CatNiPViewController.h.

- (LocalDelegateDataSource*) localDelegateAndDataSource [read, write, retain]

Definition at line 140 of file CatNiPViewController.h.

- (IBOutlet UIBarButtonItem*) notesButton [read, write, retain]

Definition at line 169 of file CatNiPViewController.h.

- (IBOutlet NotesPopoverController*) npc [read, write, retain]

Definition at line 172 of file CatNiPViewController.h.

- (IBOutlet UIBarButtonItem*) playlistNavigateButton [read, write, retain]

Definition at line 134 of file CatNiPViewController.h.

- (IBOutlet UISegmentedControl*) playlistNavigateSControl [read, write, retain]

Definition at line 147 of file CatNiPViewController.h.

- (PlaylistsDelegateDataSource*) playlistsDelegateAndDataSource [read, write, retain]

Definition at line 141 of file CatNiPViewController.h.

- (IBOutlet PlaylistPopoverController*) ppc [read, write, retain]

Definition at line 175 of file CatNiPViewController.h.

- (IBOutlet UIScoreView*) scoreView [read, write, retain]

Definition at line 136 of file CatNiPViewController.h.

- (IBOutlet UISegmentedControl*) searchType [read, write, retain]

Definition at line 150 of file CatNiPViewController.h.

- (IBOutlet ScorePopoverController*) spc [read, write, retain]

Definition at line 173 of file CatNiPViewController.h.

- (IBOutlet UIToolbar*) toolbar [read, write, retain]

Definition at line 128 of file CatNiPViewController.h.

- (IBOutlet UIView*) toolbarView [read, write, retain]

Definition at line 130 of file CatNiPViewController.h.


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