C# Class afung.MangaWeb3.Client.Module.ReadModule

Inheritance: ModuleBase
Datei anzeigen Open project: a-fung/MangaWeb3

Private Properties

Property Type Description
ArrowButtonClicked void
DirectionButtonClicked void
DirectionRequestFailure void
DirectionRequestSuccess void
Exit void
ExitButtonClicked void
GetMangaPage afung.MangaWeb3.Client.Widget.MangaPage
GetMangaPageFromClientX afung.MangaWeb3.Client.Widget.MangaPage
HideInfo void
InitializeRead void
Insert void
KindleRefreshScreen void
LoadNextPage void
LoadPage void
LoadPages void
MouseWheelHandler void
NavigateForwardOrBackward void
NavigateLeftOrRight void
NavigateTo void
NextButtonClicked void
OnKeyUp void
OnResize void
ReadModule System
ReadRequestFailure void
ReadRequestSuccess void
ReadRequestSuccess void
RefreshMangaArea void
RefreshMangaArea void
Remove void
RemoveAllPages void
ShowInfo void
SliderTouchHandler void
SliderTouchHandler void
ToggleInfo void
ToggleInfoButtonClicked void
TouchHandler void
TouchHandler void
UnloadAllPages void
UnloadPage void

Public Methods

Method Description
Read ( MangaReadResponse manga ) : void
ReadManga ( MangaReadResponse manga ) : void

Protected Methods

Method Description
OnShow ( ) : void

Private Methods

Method Description
ArrowButtonClicked ( jQueryApi.jQueryEvent e ) : void
DirectionButtonClicked ( jQueryApi.jQueryEvent e ) : void
DirectionRequestFailure ( Exception error ) : void
DirectionRequestSuccess ( JsonResponse response ) : void
Exit ( ) : void
ExitButtonClicked ( jQueryApi.jQueryEvent e ) : void
GetMangaPage ( int page ) : MangaPage
GetMangaPageFromClientX ( int x ) : MangaPage
HideInfo ( ) : void
InitializeRead ( ) : void
Insert ( MangaPage page ) : void
KindleRefreshScreen ( System.Action update, System.Action callback ) : void
LoadNextPage ( ) : void
LoadPage ( int page ) : void
LoadPages ( int page ) : void
MouseWheelHandler ( jQueryApi.jQueryEvent e ) : void
NavigateForwardOrBackward ( bool backward ) : void
NavigateLeftOrRight ( bool left ) : void
NavigateTo ( int page ) : void
NextButtonClicked ( jQueryApi.jQueryEvent e ) : void
OnKeyUp ( jQueryApi.jQueryEvent keyEvent ) : void
OnResize ( jQueryApi.jQueryEvent e ) : void
ReadModule ( ) : System
ReadRequestFailure ( Exception error ) : void
ReadRequestSuccess ( JsonResponse response ) : void
ReadRequestSuccess ( MangaReadResponse response ) : void
RefreshMangaArea ( ) : void
RefreshMangaArea ( bool force ) : void
Remove ( MangaPage page ) : void
RemoveAllPages ( System.Action callback ) : void
ShowInfo ( ) : void
SliderTouchHandler ( jQueryApi.jQueryEvent e ) : void
SliderTouchHandler ( jQueryTouchEvent e ) : void
ToggleInfo ( ) : void
ToggleInfoButtonClicked ( jQueryApi.jQueryEvent e ) : void
TouchHandler ( jQueryApi.jQueryEvent e ) : void
TouchHandler ( jQueryTouchEvent e ) : void
UnloadAllPages ( ) : void
UnloadPage ( int page ) : void

Method Details

OnShow() protected method

protected OnShow ( ) : void
return void

Read() public method

public Read ( MangaReadResponse manga ) : void
manga afung.MangaWeb3.Common.MangaReadResponse
return void

ReadManga() public static method

public static ReadManga ( MangaReadResponse manga ) : void
manga afung.MangaWeb3.Common.MangaReadResponse
return void