CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
#import <CatNiPViewController.h>
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 |
DetailPopoverController * | dpc |
UIBarButtonItem * | fitToWidthButton |
IMSLPDelegateDataSource * | IMSLPdds |
UIActivityIndicatorView * | libraryActivityIndicatorLeft |
UIBarButtonItem * | libraryButton |
UISearchBar * | librarySearchbarLeft |
UISearchBar * | librarySearchbarRight |
UITableView * | libraryTableViewLeft |
UITableView * | libraryTableViewRight |
UISegmentedControl * | libraryType |
UIView * | libraryViewLeft |
UIView * | libraryViewRight |
LocalDelegateDataSource * | LOCALdds |
UIBarButtonItem * | notesButton |
UIPopoverController * | notesPop |
UITextView * | notesTextView |
NotesPopoverController * | npc |
UIPopoverController * | playlistPop |
PlaylistsDelegateDataSource * | PLAYLISTSdds |
PlaylistPopoverController * | ppc |
UIPopoverController * | scorePop |
UIScoreView * | scoreView |
UISegmentedControl * | searchType |
ScorePopoverController * | spc |
UIToolbar * | toolbar |
UIView * | toolbarView |
Properties | |
NSString * | currentlyOpenedFile |
Playlist * | currentPlaylist |
Custom accessor method for the current playlist property. | |
NSInteger | currentPlaylistIndex |
LocalScoreData * | currentScore |
UIFont * | defaultFont |
IBOutlet DetailPopoverController * | dpc |
IBOutlet UIBarButtonItem * | fitToWidthButton |
IMSLPDelegateDataSource * | imslpDelegateAndDataSource |
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 |
LocalDelegateDataSource * | localDelegateAndDataSource |
IBOutlet UIBarButtonItem * | notesButton |
IBOutlet NotesPopoverController * | npc |
IBOutlet UIBarButtonItem * | playlistNavigateButton |
IBOutlet UISegmentedControl * | playlistNavigateSControl |
PlaylistsDelegateDataSource * | playlistsDelegateAndDataSource |
IBOutlet PlaylistPopoverController * | ppc |
IBOutlet UIScoreView * | scoreView |
IBOutlet UISegmentedControl * | searchType |
IBOutlet ScorePopoverController * | spc |
IBOutlet UIToolbar * | toolbar |
IBOutlet UIView * | toolbarView |
Definition at line 64 of file CatNiPViewController.h.
- (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.)
arrayToSearch | searches the array with the given text |
textToSearch | given text that is searched from the array |
Definition at line 445 of file CatNiPViewController.m.
- (NSInteger) compositionDatasToSearch: | (NSArray *) | array | |
textToSearch: | (NSString *) | text | |
- (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.
- (void) hideViewWithAnimation: | (UIView *) | view |
show any view with animation
Definition at line 649 of file CatNiPViewController.m.
- (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.
imslpComposersReport | Array 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:.
- (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.
sender | id 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.
- (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.
rect | rectangle from which the popover is represented (arrow is shown in here) |
view | view in which the rectangle is |
withScore | ScoreData object which popover shows |
ofComposer | composer of the score |
andComposition | composition 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.
openScorePopover | CompositionData which scores are shown in popover |
editable | sets popover's scoreTableView to represents value of the parameter |
Definition at line 532 of file CatNiPViewController.m.
References libraryTableViewRight, and scorePop.
- (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.
- (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.
control | The UISegmentedControl that generated the event |
Definition at line 722 of file CatNiPViewController.m.
References openScoreSheet:, and Playlist::scorelist.
- (void) processError: | (NSError *) | error | [implementation] |
CatNiPErrorConsumer protocol implementation.
Receives errors reported to CatNiPErrorManager.
The | reported 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.
pdf-filename | (index:0) and full pdf-filepath with filename (index:1) |
CompositionData | object 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:.
- (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.
pdf-filename | (index:0) and full pdf-filepath with filename (index:1) |
CompositionData | object 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.
- (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.
scoreView_tapped | UIGestureRecognizer that sends the message |
Definition at line 336 of file CatNiPViewController.m.
References hideToolbarWithAnimation, hideViewWithAnimation:, showToolbarWithAnimation, and toolbarView.
- (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.
searchBar | either left (composers) or right (compositions) |
textDidChange | search 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.
searchBarSearchButtonClicked | librarySearchL or librarySearchR |
Definition at line 262 of file CatNiPViewController.m.
References arrayToSearch:textToSearch:, compositionDatasToSearch:textToSearch:, IMSLP, librarySearchbarLeft, librarySearchbarRight, libraryTableViewLeft, libraryTableViewRight, LIBRARYTYPE, LOCAL, and PLAYLISTS.
- (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.
currentPlaylist | The 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.
- (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.
showHideLibrary | hides and shows sender's search UI elements |
Definition at line 370 of file CatNiPViewController.m.
References hideToolbarWithAnimation, hideViewWithAnimation:, libraryViewLeft, notesPop, and showViewWithAnimation:.
- (IBAction) showHideNotes: | (id) | sender |
shows and hides notesPop
Shows and hides the notes popover.
sender | The element that sent the action, ideally _notesButton. |
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.
showScoreSheets | shows score sheets from the filepath |
Definition at line 469 of file CatNiPViewController.m.
References openScoreSheet:.
- (void) showToolbarWithAnimation |
show toolbar with animation
Definition at line 637 of file CatNiPViewController.m.
- (void) showViewWithAnimation: | (UIView *) | view |
show any view with animation
Definition at line 661 of file CatNiPViewController.m.
- (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
tableView | tableView for which cell is created |
createCellWithIdentifier | identifier for cell. Used to dequeue reusable cells from tableview. |
Definition at line 404 of file CatNiPViewController.m.
References defaultFont.
- (void) viewDidLoad | [implementation] |
Definition at line 117 of file CatNiPViewController.m.
References CatNiPErrorManager::addErrorConsumer:, defaultFont, hideViewWithAnimation:, notesPop, notesTextView, npc, IMSLPQueryHelper::readIMSLPCategory:reportTo:withMethod:, CatNiPErrorManager::sharedManager, and NotesPopoverController::textView.
- (void) viewDidUnload | [implementation] |
Definition at line 174 of file CatNiPViewController.m.
- (Playlist*) _currentPlaylist [protected] |
Definition at line 118 of file CatNiPViewController.h.
- (CompositionData*) _readComposition [protected] |
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.
- (IMSLPDelegateDataSource*) IMSLPdds [protected] |
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.
- (LocalDelegateDataSource*) LOCALdds [protected] |
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.
- (PlaylistsDelegateDataSource*) PLAYLISTSdds [protected] |
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.
- (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.
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.