C# Class SunsetHigh.ScreenSpecifierEntry

Inheritance: SubMenuFocusEntry
ファイルを表示 Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Methods

Method Description
ScreenSpecifierEntry ( string name, IMessagePanel owner, Panel next ) : System
getNewMessage ( ) : string
onHover ( ) : void
onPress ( ) : void
onUnhover ( ) : void
setNewMessage ( string newMessage ) : void
setOtherPanels ( ) : void

Method Details

ScreenSpecifierEntry() public method

public ScreenSpecifierEntry ( string name, IMessagePanel owner, Panel next ) : System
name string
owner IMessagePanel
next Panel
return System

getNewMessage() public method

public getNewMessage ( ) : string
return string

onHover() public method

public onHover ( ) : void
return void

onPress() public method

public onPress ( ) : void
return void

onUnhover() public method

public onUnhover ( ) : void
return void

setNewMessage() public method

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

setOtherPanels() public method

public setOtherPanels ( ) : void
return void