C# Class SunsetHigh.SaveTypeSpecifierEntry

Inheritance: SubMenuFocusEntry
Mostra file Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method Description
SaveTypeSpecifierEntry ( string name, IMessagePanel owner, SaveDataPanel next ) : System
getNewMessage ( ) : string
isSaving ( ) : bool
onPress ( ) : void
setNewMessage ( string newMessage ) : void
setSaveType ( bool saving ) : void

Method Details

SaveTypeSpecifierEntry() public method

public SaveTypeSpecifierEntry ( string name, IMessagePanel owner, SaveDataPanel next ) : System
name string
owner IMessagePanel
next SaveDataPanel
return System

getNewMessage() public method

public getNewMessage ( ) : string
return string

isSaving() public method

public isSaving ( ) : bool
return bool

onPress() public method

public onPress ( ) : void
return void

setNewMessage() public method

public setNewMessage ( string newMessage ) : void
newMessage string
return void

setSaveType() public method

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