C# Class Podcatcher.MainView

Inheritance: PhoneApplicationPage
Show file Open project: kypeli/Podcatcher

Public Methods

Method Description
MainView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
AboutSubscriptionIconButton_Click ( object sender, EventArgs e ) : void
AddSubscriptionIconButton_Click ( object sender, EventArgs e ) : void
CheckLicense ( ) : void

Check the current license information for this application

ClearPlayqueue_Click ( object sender, EventArgs e ) : void
ExportSubscriptionsMenuItem_Click ( object sender, EventArgs e ) : void
ListBox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
NavigationPivot_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
PlayOrderChanged ( object sender, SelectionChangedEventArgs e ) : void
PlayQueue_Click ( object sender, EventArgs e ) : void
PodcastLatestControl_Tap ( object sender, System e ) : void
PodcastPlayer_PodcastPlayerStarted ( object sender, EventArgs e ) : void
PodcastPlayer_PodcastPlayerStopped ( object sender, EventArgs e ) : void
PodcastSubscriptionSortComparator ( PodcastSubscriptionModel s1, PodcastSubscriptionModel s2 ) : int
SettingsIconButton_Click ( object sender, EventArgs e ) : void
SubscriptionsList_RefreshRequested ( object sender, EventArgs e ) : void
SubsriptionItem_Tap ( object sender, System e ) : void
bap_PlayStateChanged ( object sender, EventArgs e ) : void
downloadListChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ffButtonClicked ( object sender, EventArgs e ) : void
handleShowReviewPopup ( ) : void
m_subscriptionsManager_OnOPMLExportToOneDriveChanged ( object source, SubscriptionManagerArgs e ) : void
m_subscriptionsManager_OnOPMLExportToSkydriveChanged ( object source, SubscriptionManagerArgs e ) : void
m_subscriptionsManager_OnPodcastSubscriptionsChanged ( object source, SubscriptionManagerArgs e ) : void
playButtonClicked ( object sender, EventArgs e ) : void
rewButtonClicked ( object sender, EventArgs e ) : void
setupApplicationBarForIndex ( int index ) : void
setupQueueApplicationButton ( ApplicationBarIconButton button ) : void
stopButtonClicked ( object sender, EventArgs e ) : void
subscriptionManager_OnPodcastChannelAdded ( PodcastSubscriptionModel s ) : void
subscriptionManager_OnPodcastChannelDeleteFinished ( object source, SubscriptionManagerArgs e ) : void
subscriptionManager_OnPodcastChannelDeleteStarted ( object source, SubscriptionManagerArgs e ) : void
subscriptionManager_OnPodcastChannelPlayedCountChanged ( PodcastSubscriptionModel s ) : void
subscriptionManager_OnPodcastChannelRemoved ( PodcastSubscriptionModel s ) : void
updatePlayerButtonsInApplicationBar ( ) : void

Method Details

MainView() public method

public MainView ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void