C# 클래스 Rodent.V2.Editor

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundPlugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Editor ( Rodent instance ) : System
ParameterChanged ( object sender, double val ) : void
UpdateParameters ( ) : void

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
Editor ( ) : System
SendUpdate ( int paramIndex ) : void
about_Click ( object sender, EventArgs e ) : void

메소드 상세

Editor() 공개 메소드

public Editor ( Rodent instance ) : System
instance Rodent
리턴 System

OnPaint() 보호된 메소드

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

ParameterChanged() 공개 메소드

public ParameterChanged ( object sender, double val ) : void
sender object
val double
리턴 void

UpdateParameters() 공개 메소드

public UpdateParameters ( ) : void
리턴 void

프로퍼티 상세

BaseBitmap 공개적으로 정적으로 프로퍼티

public static Bitmap,System.Drawing BaseBitmap
리턴 System.Drawing.Bitmap

Gain 공개적으로 프로퍼티

public Knob,AudioLib.UI Gain
리턴 AudioLib.UI.Knob

KnobsBitmap 공개적으로 정적으로 프로퍼티

public static Bitmap,System.Drawing KnobsBitmap
리턴 System.Drawing.Bitmap

Light 공개적으로 프로퍼티

public BitmapIndicator,AudioLib.UI Light
리턴 AudioLib.UI.BitmapIndicator

Ruetz 공개적으로 프로퍼티

public Switch Ruetz
리턴 Switch

SplashBitmap 공개적으로 정적으로 프로퍼티

public static Bitmap,System.Drawing SplashBitmap
리턴 System.Drawing.Bitmap

Stomp 공개적으로 프로퍼티

public Switch Stomp
리턴 Switch

SwitchBitmap 공개적으로 정적으로 프로퍼티

public static Bitmap,System.Drawing SwitchBitmap
리턴 System.Drawing.Bitmap

TopBarBitmap 공개적으로 정적으로 프로퍼티

public static Bitmap,System.Drawing TopBarBitmap
리턴 System.Drawing.Bitmap