C# 클래스 Nanook.TheGhost.NotesEditor

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Nanook/TheGHOST

Private Properties

프로퍼티 타입 설명
InitializeComponent void
addListItem void
btnPlay_Click void
chkGh3SustainClipping_CheckedChanged void
clipSustain int
drawNote void
lvw_SelectedIndexChanged void
pause void
resume void
scrl_Scroll void
setActiveItem void
udFretsOffset_ValueChanged void
udHoPo_ValueChanged void
udNotesOffset_ValueChanged void
updateListItem void

공개 메소드들

메소드 설명
ApplyChanges ( ) : void
Initialise ( ) : void
NotesEditor ( ) : System
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawFrame ( Graphics g, Rectangle bounds ) : bool

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

addListItem ( string name, int imageidx, NotesFileItem item ) : void
btnPlay_Click ( object sender, EventArgs e ) : void
chkGh3SustainClipping_CheckedChanged ( object sender, EventArgs e ) : void
clipSustain ( int susNote, int susLen, int nextNote, int halfSustainTrigger ) : int
drawNote ( Graphics g, Brush b, float pixX, float pixY, float pixLen, bool hopo, int noteOffset ) : void
lvw_SelectedIndexChanged ( object sender, EventArgs e ) : void
pause ( ) : void
resume ( int msPos, bool startAudio ) : void
scrl_Scroll ( object sender, ScrollEventArgs e ) : void
setActiveItem ( int index ) : void
udFretsOffset_ValueChanged ( object sender, EventArgs e ) : void
udHoPo_ValueChanged ( object sender, EventArgs e ) : void
udNotesOffset_ValueChanged ( object sender, EventArgs e ) : void
updateListItem ( string name, int imageidx, int idx, NotesFileItem item ) : void

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DrawFrame() 보호된 메소드

protected DrawFrame ( Graphics g, Rectangle bounds ) : bool
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
리턴 bool

Initialise() 공개 메소드

public Initialise ( ) : void
리턴 void

NotesEditor() 공개 메소드

public NotesEditor ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void