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

Inheritance: FSO.Client.UI.Framework.UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Shown bool
icon UIMessageIcon
name string
type UIMessageType
window UIMessage

Méthodes publiques

Méthode 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 méthode

public AddMessage ( string message ) : void
message string
Résultat void

ButtonAnim() public méthode

public ButtonAnim ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
Résultat void

Close() public méthode

public Close ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
Résultat void

Hide() public méthode

public Hide ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
Résultat void

MoveIcon() public méthode

public MoveIcon ( int pos ) : void
pos int
Résultat void

SetEmail() public méthode

public SetEmail ( string subject, string message ) : void
subject string
message string
Résultat void

Show() public méthode

public Show ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
Résultat void

UIMessageGroup() public méthode

public UIMessageGroup ( UIMessageType type, MessageAuthor author, UIMessageController parent ) : System
type UIMessageType
author MessageAuthor
parent UIMessageController
Résultat System

Property Details

Shown public_oe property

public bool Shown
Résultat bool

icon public_oe property

public UIMessageIcon,FSO.Client.UI.Panels icon
Résultat UIMessageIcon

name public_oe property

public string name
Résultat string

type public_oe property

public UIMessageType type
Résultat UIMessageType

window public_oe property

public UIMessage,FSO.Client.UI.Panels window
Résultat UIMessage