C# 클래스 spaceconquest.GlobalChatClientGUI

파일 보기 프로젝트 열기: cclay/spaceconquest

공개 메소드들

메소드 설명
Draw ( SpriteBatch s ) : void
GetHeight ( ) : int
GetLocation ( ) : Vector2
GetWidth ( ) : int
GlobalChatClientGUI ( Vector2 position, Vector2 containerSize, Vector2 chatBoxSize, int refreshTimeInMilliseconds, SpriteFont chatFont, Color containerColor, Color chatBoxColor, List textureList ) : System
HasFocus ( ) : bool
MouseIsOverlapping ( Microsoft.Xna.Framework.Input.MouseState m ) : bool
ProcessKeyInput ( KeyboardState k, String playerName ) : void
SetHeight ( int newHeight ) : void
SetLocation ( Vector2 newLocation ) : void
SetWidth ( int newWidth ) : void
UpdateChat ( ) : void
setFocus ( System.Boolean b ) : void

비공개 메소드들

메소드 설명
Draw ( SpriteBatch s, SpriteFont f, List textureList ) : void
MessageParser ( string name, string message ) : String

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch s ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetLocation() 공개 메소드

public GetLocation ( ) : Vector2
리턴 Vector2

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

GlobalChatClientGUI() 공개 메소드

public GlobalChatClientGUI ( Vector2 position, Vector2 containerSize, Vector2 chatBoxSize, int refreshTimeInMilliseconds, SpriteFont chatFont, Color containerColor, Color chatBoxColor, List textureList ) : System
position Vector2
containerSize Vector2
chatBoxSize Vector2
refreshTimeInMilliseconds int
chatFont Microsoft.Xna.Framework.Graphics.SpriteFont
containerColor Color
chatBoxColor Color
textureList List
리턴 System

HasFocus() 공개 메소드

public HasFocus ( ) : bool
리턴 bool

MouseIsOverlapping() 공개 메소드

public MouseIsOverlapping ( Microsoft.Xna.Framework.Input.MouseState m ) : bool
m Microsoft.Xna.Framework.Input.MouseState
리턴 bool

ProcessKeyInput() 공개 메소드

public ProcessKeyInput ( KeyboardState k, String playerName ) : void
k Microsoft.Xna.Framework.Input.KeyboardState
playerName String
리턴 void

SetHeight() 공개 메소드

public SetHeight ( int newHeight ) : void
newHeight int
리턴 void

SetLocation() 공개 메소드

public SetLocation ( Vector2 newLocation ) : void
newLocation Vector2
리턴 void

SetWidth() 공개 메소드

public SetWidth ( int newWidth ) : void
newWidth int
리턴 void

UpdateChat() 공개 메소드

public UpdateChat ( ) : void
리턴 void

setFocus() 공개 메소드

public setFocus ( System.Boolean b ) : void
b System.Boolean
리턴 void