C# Class FSO.Client.UI.Panels.UIMessageGroup

Inheritance: FSO.Client.UI.Framework.UIContainer
Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Shown bool
icon UIMessageIcon
name string
type UIMessageType
window UIMessage

Public Methods

Method Description
AddMessage ( string message ) : void
ButtonAnim ( UpdateState state ) : void
Close ( UIElement button ) : void
Hide ( UIElement button ) : void
MoveIcon ( int pos ) : void
SetEmail ( string subject, string message ) : void
Show ( UIElement button ) : void
UIMessageGroup ( UIMessageType type, MessageAuthor author, UIMessageController parent ) : System

Method Details

AddMessage() public method

public AddMessage ( string message ) : void
message string
return void

ButtonAnim() public method

public ButtonAnim ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
return void

Close() public method

public Close ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

Hide() public method

public Hide ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

MoveIcon() public method

public MoveIcon ( int pos ) : void
pos int
return void

SetEmail() public method

public SetEmail ( string subject, string message ) : void
subject string
message string
return void

Show() public method

public Show ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

UIMessageGroup() public method

public UIMessageGroup ( UIMessageType type, MessageAuthor author, UIMessageController parent ) : System
type UIMessageType
author MessageAuthor
parent UIMessageController
return System

Property Details

Shown public_oe property

public bool Shown
return bool

icon public_oe property

public UIMessageIcon,FSO.Client.UI.Panels icon
return UIMessageIcon

name public_oe property

public string name
return string

type public_oe property

public UIMessageType type
return UIMessageType

window public_oe property

public UIMessage,FSO.Client.UI.Panels window
return UIMessage