C# 클래스 TwitterSearch.MainScreen

상속: Screen
파일 보기 프로젝트 열기: Syderis/CellSDK-Samples

공개 프로퍼티들

프로퍼티 타입 설명
Font Font
offset Vector2

공개 메소드들

메소드 설명
BackButtonPressed ( ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Update method. Waits untill the list entries are ready.

비공개 메소드들

메소드 설명
HandleButtonPressed ( Component source ) : void

Press Button Handler, start the query

HandleXmlResponse ( object sender, OpenReadCompletedEventArgs ev ) : void

Parses the XML response and add TwitterElement objects to listbox

SearchTag ( string hashtag ) : void

Method who sends a query request to Twitter and handles the response.

메소드 상세

BackButtonPressed() 공개 메소드

public BackButtonPressed ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Update() 공개 메소드

Update method. Waits untill the list entries are ready.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Game Time
리턴 void

프로퍼티 상세

Font 공개적으로 정적으로 프로퍼티

public static Font Font
리턴 Font

offset 공개적으로 정적으로 프로퍼티

public static Vector2 offset
리턴 Vector2