C# Class GamingInterface.MainInterface

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: RocHCI/legion-gaming Class Usage Examples

Méthodes publiques

Свойство Type Description
CMDOWNPOS Point
CMLEFTPOS Point
CMRIGHTPOS Point
CMUPPOS Point
NOOP bool
bufferList List
bufferListLock Object
buttonOwners List[]
drawCMStar bool
leader int
leaderPer double
mmClient MMClient
mmServer MMServer
mode int
pingSound System.Media.SoundPlayer
players Player[]
servers GamingInterface.PlayerInputServer[]
starLoc int[]

Méthodes publiques

Méthode Description
MainInterface ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
CloseButton_Click ( object sender, EventArgs e ) : void
Fade_OnTimedEvent ( Object myObject, EventArgs myEventArgs ) : void
MainInterface_Load ( object sender, EventArgs e ) : void
MainInterface_MouseDown ( object sender, System e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
button_Paint ( Graphics g, int player, int button ) : void
drawCirc ( Graphics g, int player, int button ) : void
drawPoly ( Graphics g, int player, int button ) : void
drawRect ( Graphics g, int player, int button ) : void
drawStar ( Graphics g, Brush fillBrush, Pen outlinePen, Rectangle rect ) : void
playerCenter_Paint ( object sender, System e ) : void
playerTopL_Paint ( object sender, System e ) : void
playerTopR_Paint ( object sender, System e ) : void
second_OnTimedEvent ( Object myObject, EventArgs myEventArgs ) : void

Method Details

MainInterface() public méthode

public MainInterface ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Property Details

CMDOWNPOS public_oe property

public Point CMDOWNPOS
Résultat Point

CMLEFTPOS public_oe property

public Point CMLEFTPOS
Résultat Point

CMRIGHTPOS public_oe property

public Point CMRIGHTPOS
Résultat Point

CMUPPOS public_oe property

public Point CMUPPOS
Résultat Point

NOOP public_oe property

public bool NOOP
Résultat bool

bufferList public_oe property

public List bufferList
Résultat List

bufferListLock public_oe property

public Object bufferListLock
Résultat Object

buttonOwners public_oe property

public List[] buttonOwners
Résultat List[]

drawCMStar public_oe property

public bool drawCMStar
Résultat bool

leader public_oe property

public int leader
Résultat int

leaderPer public_oe property

public double leaderPer
Résultat double

mmClient public_oe static_oe property

public static MMClient,GamingInterface mmClient
Résultat MMClient

mmServer public_oe static_oe property

public static MMServer,GamingInterface mmServer
Résultat MMServer

mode public_oe property

public int mode
Résultat int

pingSound public_oe property

public SoundPlayer,System.Media pingSound
Résultat System.Media.SoundPlayer

players public_oe property

public Player[] players
Résultat Player[]

servers public_oe static_oe property

public static PlayerInputServer[],GamingInterface servers
Résultat GamingInterface.PlayerInputServer[]

starLoc public_oe property

public int[] starLoc
Résultat int[]