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 |
public SaveDataPanel ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |
public setPreviousPanel ( IMessagePanel prevPanel ) : void | ||
prevPanel | IMessagePanel | |
return | void |