C# Class Nanook.TheGhost.NotesEditor

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Nanook/TheGHOST

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
ApplyChanges ( ) : void
Initialise ( ) : void
NotesEditor ( ) : System
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawFrame ( Graphics g, Rectangle bounds ) : bool

Private Methods

Méthode Description
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

Method Details

ApplyChanges() public méthode

public ApplyChanges ( ) : void
Résultat void

Dispose() protected méthode

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

DrawFrame() protected méthode

protected DrawFrame ( Graphics g, Rectangle bounds ) : bool
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
Résultat bool

Initialise() public méthode

public Initialise ( ) : void
Résultat void

NotesEditor() public méthode

public NotesEditor ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void