C# Class SunsetHigh.InventoryPanel

Inheritance: ListPanel
Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
InventoryPanel ( ) : System
InventoryPanel ( int x, int y, int width, int height ) : System
getMessagePanel ( ) : IMessagePanel
loadEntriesFromFile ( string filename ) : void
refreshList ( ) : void
setMessagePanel ( IMessagePanel panel ) : void
updateInventory ( object sender, InventoryEventArgs e ) : void

Listens for inventory changed events and updates the entries.

Method Details

InventoryPanel() public méthode

public InventoryPanel ( ) : System
Résultat System

InventoryPanel() public méthode

public InventoryPanel ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

getMessagePanel() public méthode

public getMessagePanel ( ) : IMessagePanel
Résultat IMessagePanel

loadEntriesFromFile() public méthode

public loadEntriesFromFile ( string filename ) : void
filename string
Résultat void

refreshList() public méthode

public refreshList ( ) : void
Résultat void

setMessagePanel() public méthode

public setMessagePanel ( IMessagePanel panel ) : void
panel IMessagePanel
Résultat void

updateInventory() public méthode

Listens for inventory changed events and updates the entries.
public updateInventory ( object sender, InventoryEventArgs e ) : void
sender object
e InventoryEventArgs
Résultat void