C# 클래스 FSO.Client.UI.Panels.UIMessageGroup

상속: FSO.Client.UI.Framework.UIContainer
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Shown bool
icon UIMessageIcon
name string
type UIMessageType
window UIMessage

공개 메소드들

메소드 설명
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

메소드 상세

AddMessage() 공개 메소드

public AddMessage ( string message ) : void
message string
리턴 void

ButtonAnim() 공개 메소드

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

Close() 공개 메소드

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

Hide() 공개 메소드

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

MoveIcon() 공개 메소드

public MoveIcon ( int pos ) : void
pos int
리턴 void

SetEmail() 공개 메소드

public SetEmail ( string subject, string message ) : void
subject string
message string
리턴 void

Show() 공개 메소드

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

UIMessageGroup() 공개 메소드

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

프로퍼티 상세

Shown 공개적으로 프로퍼티

public bool Shown
리턴 bool

icon 공개적으로 프로퍼티

public UIMessageIcon,FSO.Client.UI.Panels icon
리턴 UIMessageIcon

name 공개적으로 프로퍼티

public string name
리턴 string

type 공개적으로 프로퍼티

public UIMessageType type
리턴 UIMessageType

window 공개적으로 프로퍼티

public UIMessage,FSO.Client.UI.Panels window
리턴 UIMessage