C# Class Terraria.ModLoader.UI.UIModBrowser

Inheritance: Terraria.UI.UIState
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Свойство Type Description
aModUpdated bool
aNewModDownloaded bool
loaded bool
modList UIList
modListAll UIList
searchFilterMode SearchFilter
selectedItem UIModDownloadItem
sortMode SortModes
uITextPanel UITextPanel
updateFilterMode UpdateFilter

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetDataFromUrl() public méthode

public GetDataFromUrl ( string url ) : XmlDocument
url string
Résultat XmlDocument

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnInitialize() public méthode

public OnInitialize ( ) : void
Résultat void

UploadComplete() public méthode

public UploadComplete ( Object sender, UploadValuesCompletedEventArgs e ) : void
sender Object
e UploadValuesCompletedEventArgs
Résultat void

Property Details

aModUpdated public_oe property

public bool aModUpdated
Résultat bool

aNewModDownloaded public_oe property

public bool aNewModDownloaded
Résultat bool

loaded public_oe property

public bool loaded
Résultat bool

modList public_oe property

public UIList modList
Résultat UIList

modListAll public_oe property

public UIList modListAll
Résultat UIList

searchFilterMode public_oe property

public SearchFilter searchFilterMode
Résultat SearchFilter

selectedItem public_oe property

public UIModDownloadItem selectedItem
Résultat UIModDownloadItem

sortMode public_oe property

public SortModes sortMode
Résultat SortModes

uITextPanel public_oe property

public UITextPanel uITextPanel
Résultat UITextPanel

updateFilterMode public_oe property

public UpdateFilter updateFilterMode
Résultat UpdateFilter