C# Class Gruppe22.Client.Window

Inheritance: UIElement
Afficher le fichier Open project: propra13-orga/gruppe22 Class Usage Examples

Protected Properties

Свойство Type Description
_background Microsoft.Xna.Framework.Graphics.Texture2D
_children List
_focusID int

Méthodes publiques

Méthode Description
AddChild ( UIElement child ) : void
ChangeFocus ( bool forward = true ) : void
Dispose ( ) : void
Draw ( GameTime gameTime ) : void

HandleEvent ( bool DownStream, Backend eventID ) : void
OnKeyDown ( Keys k ) : bool
OnMouseDown ( int button ) : bool
Update ( GameTime gameTime ) : void

Window ( Backend parent, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, Rectangle displayRect ) : System

Constructor

Method Details

AddChild() public méthode

public AddChild ( UIElement child ) : void
child UIElement
Résultat void

ChangeFocus() public méthode

public ChangeFocus ( bool forward = true ) : void
forward bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

HandleEvent() public méthode

public HandleEvent ( bool DownStream, Backend eventID ) : void
DownStream bool
eventID Backend
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( Keys k ) : bool
k Keys
Résultat bool

OnMouseDown() public méthode

public OnMouseDown ( int button ) : bool
button int
Résultat bool

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Window() public méthode

Constructor
public Window ( Backend parent, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Content.ContentManager content, Rectangle displayRect ) : System
parent Backend
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
displayRect Microsoft.Xna.Framework.Rectangle
Résultat System

Property Details

_background protected_oe property

Single pixel to fill background
protected Texture2D,Microsoft.Xna.Framework.Graphics _background
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

_children protected_oe property

UI-Children
protected List _children
Résultat List

_focusID protected_oe property

protected int _focusID
Résultat int