C# 클래스 OKr.Win8Book.Client.View.Viewer

상속: OKrPageBase
파일 보기 프로젝트 열기: anytao/ModernReader

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Viewer ( ) : System
Viewer_Loaded ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnNavigatedFrom() 보호된 메소드

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

OnNavigatedTo() 보호된 메소드

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

Viewer() 공개 메소드

public Viewer ( ) : System
리턴 System

Viewer_Loaded() 공개 메소드

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