C# Class afung.MangaWeb3.Client.Widget.MangaPage

Show file Open project: a-fung/MangaWeb3 Class Usage Examples

Private Properties

Property Type Description
LoadFinish void
LoadPart1 void
LoadPart2 void
MangaPagePart1RequestSucess void
MangaPagePart1RequestSucess void
MangaPagePart2RequestSucess void
MangaPagePart2RequestSucess void
MangaPageRequestSucess void
MangaPageRequestSucess void
Unload void
UpdateCssTransform void

Public Methods

Method Description
AppendTo ( jQueryObject mangaArea, int offset, int sign, MangaPage otherPage ) : void
Load ( System.Action onload, System.Action onfailure ) : void
MangaPage ( int mangaId, int page, int width, int height, bool ltr, int totalPages ) : System
Remove ( ) : void
Unload ( bool loadNext ) : void

Private Methods

Method Description
LoadFinish ( ) : void
LoadPart1 ( ) : void
LoadPart2 ( ) : void
MangaPagePart1RequestSucess ( JsonResponse response ) : void
MangaPagePart1RequestSucess ( MangaImageResponse response ) : void
MangaPagePart2RequestSucess ( JsonResponse response ) : void
MangaPagePart2RequestSucess ( MangaImageResponse response ) : void
MangaPageRequestSucess ( JsonResponse response ) : void
MangaPageRequestSucess ( MangaImageResponse response ) : void
Unload ( ) : void
UpdateCssTransform ( ) : void

Method Details

AppendTo() public method

public AppendTo ( jQueryObject mangaArea, int offset, int sign, MangaPage otherPage ) : void
mangaArea jQueryObject
offset int
sign int
otherPage MangaPage
return void

Load() public method

public Load ( System.Action onload, System.Action onfailure ) : void
onload System.Action
onfailure System.Action
return void

MangaPage() public method

public MangaPage ( int mangaId, int page, int width, int height, bool ltr, int totalPages ) : System
mangaId int
page int
width int
height int
ltr bool
totalPages int
return System

Remove() public method

public Remove ( ) : void
return void

Unload() public method

public Unload ( bool loadNext ) : void
loadNext bool
return void