C# Class touchvg.core.MgCommand

Inheritance: global::System.IDisposable
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
MgCommand ( ) : System
backStep ( MgMotion sender ) : bool
cancel ( MgMotion sender ) : bool
click ( MgMotion sender ) : bool
doContextAction ( MgMotion sender, int action ) : bool
doubleClick ( MgMotion sender ) : bool
draw ( MgMotion sender, GiGraphics gs ) : bool
gatherShapes ( MgMotion sender, touchvg.core.MgShapes shapes ) : int
getName ( ) : string
initialize ( MgMotion sender, touchvg.core.MgStorage s ) : bool
isDrawingCommand ( ) : bool
isFloatingCommand ( ) : bool
longPress ( MgMotion sender ) : bool
mouseHover ( MgMotion sender ) : bool
release ( ) : void
touchBegan ( MgMotion sender ) : bool
touchEnded ( MgMotion sender ) : bool
touchMoved ( MgMotion sender ) : bool
twoFingersMove ( MgMotion sender ) : bool

Private Methods

Method Description
MgCommand ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorbackStep ( IntPtr sender ) : bool
SwigDirectorcancel ( IntPtr sender ) : bool
SwigDirectorclick ( IntPtr sender ) : bool
SwigDirectordoContextAction ( IntPtr sender, int action ) : bool
SwigDirectordoubleClick ( IntPtr sender ) : bool
SwigDirectordraw ( IntPtr sender, IntPtr gs ) : bool
SwigDirectorgatherShapes ( IntPtr sender, IntPtr shapes ) : int
SwigDirectorgetName ( ) : string
SwigDirectorinitialize ( IntPtr sender, IntPtr s ) : bool
SwigDirectorisDrawingCommand ( ) : bool
SwigDirectorisFloatingCommand ( ) : bool
SwigDirectorlongPress ( IntPtr sender ) : bool
SwigDirectormouseHover ( IntPtr sender ) : bool
SwigDirectorrelease ( ) : void
SwigDirectortouchBegan ( IntPtr sender ) : bool
SwigDirectortouchEnded ( IntPtr sender ) : bool
SwigDirectortouchMoved ( IntPtr sender ) : bool
SwigDirectortwoFingersMove ( IntPtr sender ) : bool
getCPtr ( MgCommand obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MgCommand() public method

public MgCommand ( ) : System
return System

backStep() public method

public backStep ( MgMotion sender ) : bool
sender MgMotion
return bool

cancel() public method

public cancel ( MgMotion sender ) : bool
sender MgMotion
return bool

click() public method

public click ( MgMotion sender ) : bool
sender MgMotion
return bool

doContextAction() public method

public doContextAction ( MgMotion sender, int action ) : bool
sender MgMotion
action int
return bool

doubleClick() public method

public doubleClick ( MgMotion sender ) : bool
sender MgMotion
return bool

draw() public method

public draw ( MgMotion sender, GiGraphics gs ) : bool
sender MgMotion
gs GiGraphics
return bool

gatherShapes() public method

public gatherShapes ( MgMotion sender, touchvg.core.MgShapes shapes ) : int
sender MgMotion
shapes touchvg.core.MgShapes
return int

getName() public method

public getName ( ) : string
return string

initialize() public method

public initialize ( MgMotion sender, touchvg.core.MgStorage s ) : bool
sender MgMotion
s touchvg.core.MgStorage
return bool

isDrawingCommand() public method

public isDrawingCommand ( ) : bool
return bool

isFloatingCommand() public method

public isFloatingCommand ( ) : bool
return bool

longPress() public method

public longPress ( MgMotion sender ) : bool
sender MgMotion
return bool

mouseHover() public method

public mouseHover ( MgMotion sender ) : bool
sender MgMotion
return bool

release() public method

public release ( ) : void
return void

touchBegan() public method

public touchBegan ( MgMotion sender ) : bool
sender MgMotion
return bool

touchEnded() public method

public touchEnded ( MgMotion sender ) : bool
sender MgMotion
return bool

touchMoved() public method

public touchMoved ( MgMotion sender ) : bool
sender MgMotion
return bool

twoFingersMove() public method

public twoFingersMove ( MgMotion sender ) : bool
sender MgMotion
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool