C# 클래스 cadencii.DivideNote

상속: System.Windows.Forms.Form, IPaletteTool
파일 보기 프로젝트 열기: cadencii/cadencii

공개 프로퍼티들

프로퍼티 타입 설명
Denominator int
Modifier String
Numerator int

공개 메소드들

메소드 설명
DivideNote ( ) : System
applyLanguage ( string language ) : void
edit ( VsqTrack track, int event_internal_ids, MouseButtons button ) : bool
getDescription ( string language ) : string
getIcon ( ) : Bitmap
getName ( string language ) : string
hasDialog ( ) : bool
openDialog ( ) : DialogResult

비공개 메소드들

메소드 설명
DivideNote_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
comboKeys_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboLength_SelectedIndexChanged ( object sender, EventArgs e ) : void
getModifier ( ) : string
txtNumerator_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

DivideNote() 공개 메소드

public DivideNote ( ) : System
리턴 System

applyLanguage() 공개 메소드

public applyLanguage ( string language ) : void
language string
리턴 void

edit() 공개 메소드

public edit ( VsqTrack track, int event_internal_ids, MouseButtons button ) : bool
track VsqTrack
event_internal_ids int
button MouseButtons
리턴 bool

getDescription() 공개 메소드

public getDescription ( string language ) : string
language string
리턴 string

getIcon() 공개 메소드

public getIcon ( ) : Bitmap
리턴 Bitmap

getName() 공개 메소드

public getName ( string language ) : string
language string
리턴 string

hasDialog() 공개 메소드

public hasDialog ( ) : bool
리턴 bool

openDialog() 공개 메소드

public openDialog ( ) : DialogResult
리턴 DialogResult

프로퍼티 상세

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

public static int Denominator
리턴 int

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

public static String Modifier
리턴 String

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

public static int Numerator
리턴 int