C# Class Rodent.V2.Editor

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: ValdemarOrn/SharpSoundPlugins Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseBitmap System.Drawing.Bitmap
Gain AudioLib.UI.Knob
KnobsBitmap System.Drawing.Bitmap
Light AudioLib.UI.BitmapIndicator
Ruetz Switch
SplashBitmap System.Drawing.Bitmap
Stomp Switch
SwitchBitmap System.Drawing.Bitmap
TopBarBitmap System.Drawing.Bitmap

Méthodes publiques

Méthode Description
Editor ( Rodent instance ) : System
ParameterChanged ( object sender, double val ) : void
UpdateParameters ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
Editor ( ) : System
SendUpdate ( int paramIndex ) : void
about_Click ( object sender, EventArgs e ) : void

Method Details

Editor() public méthode

public Editor ( Rodent instance ) : System
instance Rodent
Résultat System

OnPaint() protected méthode

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

ParameterChanged() public méthode

public ParameterChanged ( object sender, double val ) : void
sender object
val double
Résultat void

UpdateParameters() public méthode

public UpdateParameters ( ) : void
Résultat void

Property Details

BaseBitmap public_oe static_oe property

public static Bitmap,System.Drawing BaseBitmap
Résultat System.Drawing.Bitmap

Gain public_oe property

public Knob,AudioLib.UI Gain
Résultat AudioLib.UI.Knob

KnobsBitmap public_oe static_oe property

public static Bitmap,System.Drawing KnobsBitmap
Résultat System.Drawing.Bitmap

Light public_oe property

public BitmapIndicator,AudioLib.UI Light
Résultat AudioLib.UI.BitmapIndicator

Ruetz public_oe property

public Switch Ruetz
Résultat Switch

SplashBitmap public_oe static_oe property

public static Bitmap,System.Drawing SplashBitmap
Résultat System.Drawing.Bitmap

Stomp public_oe property

public Switch Stomp
Résultat Switch

SwitchBitmap public_oe static_oe property

public static Bitmap,System.Drawing SwitchBitmap
Résultat System.Drawing.Bitmap

TopBarBitmap public_oe static_oe property

public static Bitmap,System.Drawing TopBarBitmap
Résultat System.Drawing.Bitmap