C# Class cadencii.FormBezierPointEditUiImpl

Inheritance: System.Windows.Forms.Form, FormBezierPointEditUi
Exibir arquivo Open project: cadencii/cadencii

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method 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 method

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

FormBezierPointEditUiImpl() public method

public FormBezierPointEditUiImpl ( FormBezierPointEditUiListener listener ) : System
listener FormBezierPointEditUiListener
return System

btnCancel_Click() public method

public btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnOK_Click() public method

public btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

chkEnableSmooth_CheckedChanged() public method

public chkEnableSmooth_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

close() public method

public close ( ) : void
return void

common_MouseMove() public method

public common_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
return void

common_MouseUp() public method

public common_MouseUp ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
return void

getDataPointClockText() public method

public getDataPointClockText ( ) : string
return string

getDataPointValueText() public method

public getDataPointValueText ( ) : string
return string

getLeftClockText() public method

public getLeftClockText ( ) : string
return string

getLeftValueText() public method

public getLeftValueText ( ) : string
return string

getRightClockText() public method

public getRightClockText ( ) : string
return string

getRightValueText() public method

public getRightValueText ( ) : string
return string

handleOperationButtonMouseDown() public method

public handleOperationButtonMouseDown ( object sender, MouseEventArgs e ) : void
sender object
e System.Windows.Forms.MouseEventArgs
return void

isEnableSmoothSelected() public method

public isEnableSmoothSelected ( ) : bool
return bool

setCheckboxEnableSmoothText() public method

public setCheckboxEnableSmoothText ( string value ) : void
value string
return void

setDataPointClockText() public method

public setDataPointClockText ( string value ) : void
value string
return void

setDataPointValueText() public method

public setDataPointValueText ( string value ) : void
value string
return void

setDialogResult() public method

public setDialogResult ( bool result ) : void
result bool
return void

setEnableSmoothSelected() public method

public setEnableSmoothSelected ( bool value ) : void
value bool
return void

setGroupDataPointTitle() public method

public setGroupDataPointTitle ( string value ) : void
value string
return void

setGroupLeftTitle() public method

public setGroupLeftTitle ( string value ) : void
value string
return void

setGroupRightTitle() public method

public setGroupRightTitle ( string value ) : void
value string
return void

setLabelDataPointClockText() public method

public setLabelDataPointClockText ( string value ) : void
value string
return void

setLabelDataPointValueText() public method

public setLabelDataPointValueText ( string value ) : void
value string
return void

setLabelLeftClockText() public method

public setLabelLeftClockText ( string value ) : void
value string
return void

setLabelLeftValueText() public method

public setLabelLeftValueText ( string value ) : void
value string
return void

setLabelRightClockText() public method

public setLabelRightClockText ( string value ) : void
value string
return void

setLabelRightValueText() public method

public setLabelRightValueText ( string value ) : void
value string
return void

setLeftButtonEnabled() public method

public setLeftButtonEnabled ( bool value ) : void
value bool
return void

setLeftClockEnabled() public method

public setLeftClockEnabled ( bool value ) : void
value bool
return void

setLeftClockText() public method

public setLeftClockText ( string value ) : void
value string
return void

setLeftValueEnabled() public method

public setLeftValueEnabled ( bool value ) : void
value bool
return void

setLeftValueText() public method

public setLeftValueText ( string value ) : void
value string
return void

setOpacity() public method

public setOpacity ( double opacity ) : void
opacity double
return void

setRightButtonEnabled() public method

public setRightButtonEnabled ( bool value ) : void
value bool
return void

setRightClockEnabled() public method

public setRightClockEnabled ( bool value ) : void
value bool
return void

setRightClockText() public method

public setRightClockText ( string value ) : void
value string
return void

setRightValueEnabled() public method

public setRightValueEnabled ( bool value ) : void
value bool
return void

setRightValueText() public method

public setRightValueText ( string value ) : void
value string
return void

setTitle() public method

public setTitle ( string value ) : void
value string
return void

showDialog() public method

public showDialog ( object obj ) : int
obj object
return int