C# Class cadencii.FormBezierPointEditUiImpl

Inheritance: System.Windows.Forms.Form, FormBezierPointEditUi
Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode Description
FormBezierPointEditUiImpl ( FormBezierPointEditUiListener listener ) : System
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
chkEnableSmooth_CheckedChanged ( object sender, EventArgs e ) : void
close ( ) : void
common_MouseMove ( object sender, MouseEventArgs e ) : void
common_MouseUp ( object sender, MouseEventArgs e ) : void
getDataPointClockText ( ) : string
getDataPointValueText ( ) : string
getLeftClockText ( ) : string
getLeftValueText ( ) : string
getRightClockText ( ) : string
getRightValueText ( ) : string
handleOperationButtonMouseDown ( object sender, MouseEventArgs e ) : void
isEnableSmoothSelected ( ) : bool
setCheckboxEnableSmoothText ( string value ) : void
setDataPointClockText ( string value ) : void
setDataPointValueText ( string value ) : void
setDialogResult ( bool result ) : void
setEnableSmoothSelected ( bool value ) : void
setGroupDataPointTitle ( string value ) : void
setGroupLeftTitle ( string value ) : void
setGroupRightTitle ( string value ) : void
setLabelDataPointClockText ( string value ) : void
setLabelDataPointValueText ( string value ) : void
setLabelLeftClockText ( string value ) : void
setLabelLeftValueText ( string value ) : void
setLabelRightClockText ( string value ) : void
setLabelRightValueText ( string value ) : void
setLeftButtonEnabled ( bool value ) : void
setLeftClockEnabled ( bool value ) : void
setLeftClockText ( string value ) : void
setLeftValueEnabled ( bool value ) : void
setLeftValueText ( string value ) : void
setOpacity ( double opacity ) : void
setRightButtonEnabled ( bool value ) : void
setRightClockEnabled ( bool value ) : void
setRightClockText ( string value ) : void
setRightValueEnabled ( bool value ) : void
setRightValueText ( string value ) : void
setTitle ( string value ) : void
showDialog ( object obj ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Méthode Description
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

_ ( String message ) : String
btnBackward_Click ( object sender, EventArgs e ) : void
btnForward_Click ( object sender, EventArgs e ) : void
registerEventHandlers ( ) : void
setResources ( ) : void

Method Details

Dispose() protected méthode

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
Résultat void

FormBezierPointEditUiImpl() public méthode

public FormBezierPointEditUiImpl ( FormBezierPointEditUiListener listener ) : System
listener FormBezierPointEditUiListener
Résultat System

btnCancel_Click() public méthode

public btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnOK_Click() public méthode

public btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

chkEnableSmooth_CheckedChanged() public méthode

public chkEnableSmooth_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

close() public méthode

public close ( ) : void
Résultat void

common_MouseMove() public méthode

public common_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
Résultat void

common_MouseUp() public méthode

public common_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
Résultat void

getDataPointClockText() public méthode

public getDataPointClockText ( ) : string
Résultat string

getDataPointValueText() public méthode

public getDataPointValueText ( ) : string
Résultat string

getLeftClockText() public méthode

public getLeftClockText ( ) : string
Résultat string

getLeftValueText() public méthode

public getLeftValueText ( ) : string
Résultat string

getRightClockText() public méthode

public getRightClockText ( ) : string
Résultat string

getRightValueText() public méthode

public getRightValueText ( ) : string
Résultat string

handleOperationButtonMouseDown() public méthode

public handleOperationButtonMouseDown ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
Résultat void

isEnableSmoothSelected() public méthode

public isEnableSmoothSelected ( ) : bool
Résultat bool

setCheckboxEnableSmoothText() public méthode

public setCheckboxEnableSmoothText ( string value ) : void
value string
Résultat void

setDataPointClockText() public méthode

public setDataPointClockText ( string value ) : void
value string
Résultat void

setDataPointValueText() public méthode

public setDataPointValueText ( string value ) : void
value string
Résultat void

setDialogResult() public méthode

public setDialogResult ( bool result ) : void
result bool
Résultat void

setEnableSmoothSelected() public méthode

public setEnableSmoothSelected ( bool value ) : void
value bool
Résultat void

setGroupDataPointTitle() public méthode

public setGroupDataPointTitle ( string value ) : void
value string
Résultat void

setGroupLeftTitle() public méthode

public setGroupLeftTitle ( string value ) : void
value string
Résultat void

setGroupRightTitle() public méthode

public setGroupRightTitle ( string value ) : void
value string
Résultat void

setLabelDataPointClockText() public méthode

public setLabelDataPointClockText ( string value ) : void
value string
Résultat void

setLabelDataPointValueText() public méthode

public setLabelDataPointValueText ( string value ) : void
value string
Résultat void

setLabelLeftClockText() public méthode

public setLabelLeftClockText ( string value ) : void
value string
Résultat void

setLabelLeftValueText() public méthode

public setLabelLeftValueText ( string value ) : void
value string
Résultat void

setLabelRightClockText() public méthode

public setLabelRightClockText ( string value ) : void
value string
Résultat void

setLabelRightValueText() public méthode

public setLabelRightValueText ( string value ) : void
value string
Résultat void

setLeftButtonEnabled() public méthode

public setLeftButtonEnabled ( bool value ) : void
value bool
Résultat void

setLeftClockEnabled() public méthode

public setLeftClockEnabled ( bool value ) : void
value bool
Résultat void

setLeftClockText() public méthode

public setLeftClockText ( string value ) : void
value string
Résultat void

setLeftValueEnabled() public méthode

public setLeftValueEnabled ( bool value ) : void
value bool
Résultat void

setLeftValueText() public méthode

public setLeftValueText ( string value ) : void
value string
Résultat void

setOpacity() public méthode

public setOpacity ( double opacity ) : void
opacity double
Résultat void

setRightButtonEnabled() public méthode

public setRightButtonEnabled ( bool value ) : void
value bool
Résultat void

setRightClockEnabled() public méthode

public setRightClockEnabled ( bool value ) : void
value bool
Résultat void

setRightClockText() public méthode

public setRightClockText ( string value ) : void
value string
Résultat void

setRightValueEnabled() public méthode

public setRightValueEnabled ( bool value ) : void
value bool
Résultat void

setRightValueText() public méthode

public setRightValueText ( string value ) : void
value string
Résultat void

setTitle() public méthode

public setTitle ( string value ) : void
value string
Résultat void

showDialog() public méthode

public showDialog ( object obj ) : int
obj object
Résultat int