C# 클래스 Terraria.ModLoader.UI.UIModBrowser

상속: Terraria.UI.UIState
파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aModUpdated bool
aNewModDownloaded bool
loaded bool
modList UIList
modListAll UIList
searchFilterMode SearchFilter
selectedItem UIModDownloadItem
sortMode SortModes
uITextPanel UITextPanel
updateFilterMode UpdateFilter

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
GetDataFromUrl ( string url ) : XmlDocument
OnActivate ( ) : void
OnInitialize ( ) : void
UploadComplete ( Object sender, UploadValuesCompletedEventArgs e ) : void

비공개 메소드들

메소드 설명
BackClick ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
GetHttpStatusCode ( System err ) : HttpStatusCode
PopulateFromXML ( List modBuildProperties, XmlDocument xmlDoc ) : void
ReloadList ( UIMouseEvent evt, UIElement listeningElement ) : void
SortList ( ) : void
SortList ( UIMouseEvent evt, UIElement listeningElement ) : void
SortList ( object sender, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

GetDataFromUrl() 공개 메소드

public GetDataFromUrl ( string url ) : XmlDocument
url string
리턴 XmlDocument

OnActivate() 공개 메소드

public OnActivate ( ) : void
리턴 void

OnInitialize() 공개 메소드

public OnInitialize ( ) : void
리턴 void

UploadComplete() 공개 메소드

public UploadComplete ( Object sender, UploadValuesCompletedEventArgs e ) : void
sender Object
e UploadValuesCompletedEventArgs
리턴 void

프로퍼티 상세

aModUpdated 공개적으로 프로퍼티

public bool aModUpdated
리턴 bool

aNewModDownloaded 공개적으로 프로퍼티

public bool aNewModDownloaded
리턴 bool

loaded 공개적으로 프로퍼티

public bool loaded
리턴 bool

modList 공개적으로 프로퍼티

public UIList modList
리턴 UIList

modListAll 공개적으로 프로퍼티

public UIList modListAll
리턴 UIList

searchFilterMode 공개적으로 프로퍼티

public SearchFilter searchFilterMode
리턴 SearchFilter

selectedItem 공개적으로 프로퍼티

public UIModDownloadItem selectedItem
리턴 UIModDownloadItem

sortMode 공개적으로 프로퍼티

public SortModes sortMode
리턴 SortModes

uITextPanel 공개적으로 프로퍼티

public UITextPanel uITextPanel
리턴 UITextPanel

updateFilterMode 공개적으로 프로퍼티

public UpdateFilter updateFilterMode
리턴 UpdateFilter