C# Class Azmyth.Editor.GridControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: GalacticSoft/Azmyth

Méthodes publiques

Свойство Type Description
m_world Azmyth.Assets.World

Private Properties

Свойство Type Description
InitializeComponent void
PaintBorder void
PaintCells void
PaintDebug void
PaintGrid void
PaintHighlightedCell void
UpdateCellLocations void

Méthodes publiques

Méthode Description
GridControl ( ) : System
IsSelected ( Point p ) : bool
IsSelected ( TerrainTile room ) : bool
IsSelected ( int x, int y ) : bool

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
PaintBorder ( Graphics g ) : void
PaintCells ( Graphics g ) : void
PaintDebug ( Graphics g ) : void
PaintGrid ( Graphics g ) : void
PaintHighlightedCell ( Graphics g ) : void
UpdateCellLocations ( Graphics g ) : void

Method Details

GridControl() public méthode

public GridControl ( ) : System
Résultat System

IsSelected() public méthode

public IsSelected ( Point p ) : bool
p Point
Résultat bool

IsSelected() public méthode

public IsSelected ( TerrainTile room ) : bool
room Azmyth.Assets.TerrainTile
Résultat bool

IsSelected() public méthode

public IsSelected ( int x, int y ) : bool
x int
y int
Résultat bool

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

Property Details

m_world public_oe property

public World,Azmyth.Assets m_world
Résultat Azmyth.Assets.World