Final-Bomber  0.1
Bomberman/Dynablaster remake in C# using XNA.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
FBClient.Controls.Control Class Referenceabstract

Public Member Functions

abstract void Update (GameTime gameTime)
 
abstract void Draw (SpriteBatch spriteBatch)
 
abstract void HandleInput (PlayerIndex playerIndex)
 

Protected Member Functions

 Control (bool tabStop)
 
virtual void OnSelected (EventArgs e)
 

Properties

string Name [get, set]
 
string Text [get, set]
 
Vector2 Size [get, set]
 
Vector2 Position [get, set]
 
object Value [get, set]
 
virtual bool HasFocus [get, set]
 
bool Enabled [get, set]
 
bool Visible [get, set]
 
bool TabStop [get, set]
 
string Type [get, set]
 

Events

EventHandler Selected
 

Detailed Description

Definition at line 7 of file Control.cs.

Constructor & Destructor Documentation

FBClient.Controls.Control.Control ( bool  tabStop)
protected

Definition at line 59 of file Control.cs.

Member Function Documentation

abstract void FBClient.Controls.Control.Draw ( SpriteBatch  spriteBatch)
pure virtual
abstract void FBClient.Controls.Control.HandleInput ( PlayerIndex  playerIndex)
pure virtual
virtual void FBClient.Controls.Control.OnSelected ( EventArgs  e)
protectedvirtual

Definition at line 80 of file Control.cs.

abstract void FBClient.Controls.Control.Update ( GameTime  gameTime)
pure virtual

Property Documentation

bool FBClient.Controls.Control.Enabled
getset

Definition at line 43 of file Control.cs.

virtual bool FBClient.Controls.Control.HasFocus
getset

Definition at line 41 of file Control.cs.

string FBClient.Controls.Control.Name
getset

Definition at line 23 of file Control.cs.

Vector2 FBClient.Controls.Control.Position
getset

Definition at line 30 of file Control.cs.

Vector2 FBClient.Controls.Control.Size
getset

Definition at line 27 of file Control.cs.

bool FBClient.Controls.Control.TabStop
getset

Definition at line 47 of file Control.cs.

string FBClient.Controls.Control.Text
getset

Definition at line 25 of file Control.cs.

string FBClient.Controls.Control.Type
getset

Definition at line 53 of file Control.cs.

object FBClient.Controls.Control.Value
getset

Definition at line 39 of file Control.cs.

bool FBClient.Controls.Control.Visible
getset

Definition at line 45 of file Control.cs.

Event Documentation

EventHandler FBClient.Controls.Control.Selected

Definition at line 17 of file Control.cs.


The documentation for this class was generated from the following file: