C# 클래스 Azmyth.Editor.GridControl

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 프로퍼티들

프로퍼티 타입 설명
m_world Azmyth.Assets.World

Private Properties

프로퍼티 타입 설명
InitializeComponent void
PaintBorder void
PaintCells void
PaintDebug void
PaintGrid void
PaintHighlightedCell void
UpdateCellLocations void

공개 메소드들

메소드 설명
GridControl ( ) : System
IsSelected ( Point p ) : bool
IsSelected ( TerrainTile room ) : bool
IsSelected ( int x, int y ) : bool

보호된 메소드들

메소드 설명
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GridControl() 공개 메소드

public GridControl ( ) : System
리턴 System

IsSelected() 공개 메소드

public IsSelected ( Point p ) : bool
p Point
리턴 bool

IsSelected() 공개 메소드

public IsSelected ( TerrainTile room ) : bool
room Azmyth.Assets.TerrainTile
리턴 bool

IsSelected() 공개 메소드

public IsSelected ( int x, int y ) : bool
x int
y int
리턴 bool

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

프로퍼티 상세

m_world 공개적으로 프로퍼티

public World,Azmyth.Assets m_world
리턴 Azmyth.Assets.World