C# Class Terraria.ModLoader.UI.UIModBrowser

Inheritance: Terraria.UI.UIState
Mostrar archivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Properties

Property Type Description
aModUpdated bool
aNewModDownloaded bool
loaded bool
modList UIList
modListAll UIList
searchFilterMode SearchFilter
selectedItem UIModDownloadItem
sortMode SortModes
uITextPanel UITextPanel
updateFilterMode UpdateFilter

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
GetDataFromUrl ( string url ) : XmlDocument
OnActivate ( ) : void
OnInitialize ( ) : void
UploadComplete ( Object sender, UploadValuesCompletedEventArgs e ) : void

Private Methods

Method Description
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

Method Details

Draw() public method

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

GetDataFromUrl() public method

public GetDataFromUrl ( string url ) : XmlDocument
url string
return XmlDocument

OnActivate() public method

public OnActivate ( ) : void
return void

OnInitialize() public method

public OnInitialize ( ) : void
return void

UploadComplete() public method

public UploadComplete ( Object sender, UploadValuesCompletedEventArgs e ) : void
sender Object
e UploadValuesCompletedEventArgs
return void

Property Details

aModUpdated public_oe property

public bool aModUpdated
return bool

aNewModDownloaded public_oe property

public bool aNewModDownloaded
return bool

loaded public_oe property

public bool loaded
return bool

modList public_oe property

public UIList modList
return UIList

modListAll public_oe property

public UIList modListAll
return UIList

searchFilterMode public_oe property

public SearchFilter searchFilterMode
return SearchFilter

selectedItem public_oe property

public UIModDownloadItem selectedItem
return UIModDownloadItem

sortMode public_oe property

public SortModes sortMode
return SortModes

uITextPanel public_oe property

public UITextPanel uITextPanel
return UITextPanel

updateFilterMode public_oe property

public UpdateFilter updateFilterMode
return UpdateFilter