C# 클래스 afung.MangaWeb3.Client.Widget.MangaPage

파일 보기 프로젝트 열기: a-fung/MangaWeb3 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LoadFinish void
LoadPart1 void
LoadPart2 void
MangaPagePart1RequestSucess void
MangaPagePart1RequestSucess void
MangaPagePart2RequestSucess void
MangaPagePart2RequestSucess void
MangaPageRequestSucess void
MangaPageRequestSucess void
Unload void
UpdateCssTransform void

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AppendTo() 공개 메소드

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

Load() 공개 메소드

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

MangaPage() 공개 메소드

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
리턴 System

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

Unload() 공개 메소드

public Unload ( bool loadNext ) : void
loadNext bool
리턴 void