C# Class Gruppe22.Client.GridElement

Show file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
GridElement ( int id, string tooltip, Backend icon, Microsoft.Xna.Framework.Content.ContentManager content, bool Checked, bool enabled = true, int flash ) : System
GridElement ( int id, string tooltip, VisibleObject icon, bool Checked, bool enabled = true, int flash ) : System

Method Details

GridElement() public method

public GridElement ( int id, string tooltip, Backend icon, Microsoft.Xna.Framework.Content.ContentManager content, bool Checked, bool enabled = true, int flash ) : System
id int
tooltip string
icon Backend
content Microsoft.Xna.Framework.Content.ContentManager
Checked bool
enabled bool
flash int
return System

GridElement() public method

public GridElement ( int id, string tooltip, VisibleObject icon, bool Checked, bool enabled = true, int flash ) : System
id int
tooltip string
icon VisibleObject
Checked bool
enabled bool
flash int
return System