C# Class Vidka.Core.Ops._VidkaOp

ファイルを表示 Open project: miktemk/VidkaEditor

Public Methods

Method Description
Run ( ) : void
TriggerByKeyPress ( KeyEventArgs e ) : bool
_VidkaOp ( IVidkaOpContext context ) : System

Protected Methods

Method Description
cxzxc ( string p ) : void
eeee ( string p ) : void
iiii ( string p ) : void

Method Details

Run() public abstract method

public abstract Run ( ) : void
return void

TriggerByKeyPress() public method

public TriggerByKeyPress ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
return bool

_VidkaOp() public method

public _VidkaOp ( IVidkaOpContext context ) : System
context IVidkaOpContext
return System

cxzxc() protected method

protected cxzxc ( string p ) : void
p string
return void

eeee() protected method

protected eeee ( string p ) : void
p string
return void

iiii() protected method

protected iiii ( string p ) : void
p string
return void