C# Class SunsetHigh.SaveDataPanel

Inheritance: ListPanel
Mostrar archivo Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method Description
SaveDataPanel ( ) : System
SaveDataPanel ( int x, int y, int width, int height ) : System
getPreviousPanel ( ) : IMessagePanel
isSaving ( ) : bool
loadSaveData ( ) : void
setPreviousPanel ( IMessagePanel prevPanel ) : void
setSaveType ( bool saving ) : void

Method Details

SaveDataPanel() public method

public SaveDataPanel ( ) : System
return System

SaveDataPanel() public method

public SaveDataPanel ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System

getPreviousPanel() public method

public getPreviousPanel ( ) : IMessagePanel
return IMessagePanel

isSaving() public method

public isSaving ( ) : bool
return bool

loadSaveData() public method

public loadSaveData ( ) : void
return void

setPreviousPanel() public method

public setPreviousPanel ( IMessagePanel prevPanel ) : void
prevPanel IMessagePanel
return void

setSaveType() public method

public setSaveType ( bool saving ) : void
saving bool
return void