C# Class OKr.Win8Book.Client.View.Viewer

Inheritance: OKrPageBase
Mostra file Open project: anytao/ModernReader

Private Properties

Property Type Description
AppBarThemeButton_Click void
ChangePage void
FitScreenSize void
FlipTransition void
GetCounts int[]
GetCurrent OKr.Win8Book.Client.Core.Data.Page
HideFontPopup void
LoadBook System.Threading.Tasks.Task
LoadData Task
LoadProgress System.Threading.Tasks.Task
NextPage void
OnFontChange void
OnMark void
PrePage void
PrepareCover void
PrepareFontPopup void
RichTextBlockOverflow_Loaded void
SetChapter void
SetFontSize void
SetMarkStatus void
SetPage void
ShowFontPopup void
ShowMark void
ToNext System.Threading.Tasks.Task
ToPre System.Threading.Tasks.Task
UpdatePage void
bodyGrid_ManipulationCompleted void
bodyGrid_ManipulationDelta void
bodyGrid_ManipulationStarted void
fontMenu_ItemClick void
storyPageTransition_Completed void
viewArticle_Click void

Public Methods

Method Description
Viewer ( ) : System
Viewer_Loaded ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
AppBarThemeButton_Click ( object sender, EventArgs e ) : void
ChangePage ( bool nextPage ) : void
FitScreenSize ( ) : void
FlipTransition ( bool toLeft ) : void
GetCounts ( int fontSize ) : int[]
GetCurrent ( Chapter chapter, int pos ) : Page
HideFontPopup ( ) : void
LoadBook ( Chapter category ) : System.Threading.Tasks.Task
LoadData ( int index, string title ) : Task
LoadProgress ( ) : System.Threading.Tasks.Task
NextPage ( ) : void
OnFontChange ( object sender, RoutedEventArgs e ) : void
OnMark ( object sender, EventArgs e ) : void
PrePage ( ) : void
PrepareCover ( ) : void
PrepareFontPopup ( ) : void
RichTextBlockOverflow_Loaded ( object sender, RoutedEventArgs e ) : void
SetChapter ( ) : void
SetFontSize ( int size ) : void
SetMarkStatus ( ) : void
SetPage ( ) : void
ShowFontPopup ( UIElement targetElement ) : void
ShowMark ( ) : void
ToNext ( ) : System.Threading.Tasks.Task
ToPre ( ) : System.Threading.Tasks.Task
UpdatePage ( ) : void
bodyGrid_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
bodyGrid_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
bodyGrid_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void
fontMenu_ItemClick ( object sender, ItemClickEventArgs e ) : void
storyPageTransition_Completed ( object sender, object e ) : void
viewArticle_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

Viewer() public method

public Viewer ( ) : System
return System

Viewer_Loaded() public method

public Viewer_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
return void