C# Class wenku10.Pages.ContentReader

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
CurrManiState ManiState
ID string

Private Properties

Property Type Description
AggregateBattery_ReportUpdated void
BookLoaded void
ClockStop void
ClockTick void
ClockTicker_Tick void
ClosePane void
ContentBeginAwayX void
ContentBeginAwayY void
Current_SizeChanged void
Dispose void
ES_PropertyChanged void
FlowDirButton PaneNavButton
FullScreenButton PaneNavButton
GotoSettings void
InertiaButton PaneNavButton
InitPane void
MainGrid_DoubleTapped void
NextChapter void
OnBackRequested void
OpenBookmark void
OpenMask void
Overlay_OnStateChanged void
PrevChapter void
Redraw void
Reload void
ScrollBottom void
ScrollTop void
SectionClicked void
SetClock void
SetInfoTemplate void
SetLayoutAware void
SetLayoutAwareInfo void
SetManiState void
SetSlideGesture void
SetTemplate void
StartZoom void
StepNextTitle void
StepPrevTitle void
StopZoom void
ToggleFullScreen void
TriggerOrientation void
UpdateManiMode void
VC_PropertyChanged void
VEManiStart void
VEManipulationEndX void
VEManipulationEndY void
VEZoomBackDown void
VEZoomBackDownX void
VEZoomBackDownY void
VEZoomBackUp void
VEZoomBackUpX void
VEZoomBackUpY void
VEZoomX void
VEZoomY void

Public Methods

Method Description
ContentReader ( ) : System
OpenBook ( Chapter C, bool Reload = false, int Anchor = -1 ) : void
OverNavigate ( Type Page, object Param ) : void
ReaderSlideBack ( ) : void
ReaderSlideDown ( ) : void
ReaderSlideUp ( ) : void
RenderComplete ( IdleDispatchedHandlerArgs e ) : void
RollOutLeftPane ( ) : void

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
AggregateBattery_ReportUpdated ( Battery sender, object args ) : void
BookLoaded ( BookItem b ) : void
ClockStop ( ) : void
ClockTick ( ) : void
ClockTicker_Tick ( object sender, object e ) : void
ClosePane ( ) : void
ContentBeginAwayX ( bool Next ) : void
ContentBeginAwayY ( bool Next ) : void
Current_SizeChanged ( object sender, WindowSizeChangedEventArgs e ) : void
Dispose ( ) : void
ES_PropertyChanged ( object sender, System e ) : void
FlowDirButton ( ) : PaneNavButton
FullScreenButton ( ) : PaneNavButton
GotoSettings ( ) : void
InertiaButton ( ) : PaneNavButton
InitPane ( ) : void
MainGrid_DoubleTapped ( object sender, DoubleTappedRoutedEventArgs e ) : void
NextChapter ( Net.Astropenguin.Controls.KeyCombinationEventArgs e ) : void
OnBackRequested ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
OpenBookmark ( BookmarkListItem item ) : void
OpenMask ( ) : void
Overlay_OnStateChanged ( object sender, ControlState args ) : void
PrevChapter ( Net.Astropenguin.Controls.KeyCombinationEventArgs e ) : void
Redraw ( ) : void
Reload ( ) : void
ScrollBottom ( Net.Astropenguin.Controls.KeyCombinationEventArgs obj ) : void
ScrollTop ( Net.Astropenguin.Controls.KeyCombinationEventArgs obj ) : void
SectionClicked ( object sender, ItemClickEventArgs e ) : void
SetClock ( ) : void
SetInfoTemplate ( ) : void
SetLayoutAware ( ) : void
SetLayoutAwareInfo ( ) : void
SetManiState ( ) : void
SetSlideGesture ( ) : void
SetTemplate ( ) : void
StartZoom ( bool Up ) : void
StepNextTitle ( ) : void
StepPrevTitle ( ) : void
StopZoom ( ) : void
ToggleFullScreen ( ) : void
TriggerOrientation ( ) : void
UpdateManiMode ( ) : void
VC_PropertyChanged ( object sender, global e ) : void
VEManiStart ( object sender, ManipulationStartedRoutedEventArgs e ) : void
VEManipulationEndX ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
VEManipulationEndY ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
VEZoomBackDown ( double dv ) : void
VEZoomBackDownX ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
VEZoomBackDownY ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
VEZoomBackUp ( double dv ) : void
VEZoomBackUpX ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
VEZoomBackUpY ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
VEZoomX ( double dv ) : void
VEZoomY ( double dv ) : void

Method Details

ContentReader() public method

public ContentReader ( ) : System
return System

OnNavigatedTo() protected method

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

OpenBook() public method

public OpenBook ( Chapter C, bool Reload = false, int Anchor = -1 ) : void
C Chapter
Reload bool
Anchor int
return void

OverNavigate() public method

public OverNavigate ( Type Page, object Param ) : void
Page System.Type
Param object
return void

ReaderSlideBack() public method

public ReaderSlideBack ( ) : void
return void

ReaderSlideDown() public method

public ReaderSlideDown ( ) : void
return void

ReaderSlideUp() public method

public ReaderSlideUp ( ) : void
return void

RenderComplete() public method

public RenderComplete ( IdleDispatchedHandlerArgs e ) : void
e Windows.UI.Core.IdleDispatchedHandlerArgs
return void

RollOutLeftPane() public method

public RollOutLeftPane ( ) : void
return void

Property Details

CurrManiState public_oe property

public ManiState CurrManiState
return ManiState

ID public_oe static_oe property

public static string ID
return string