C# 클래스 touchvg.core.MgCommand

상속: global::System.IDisposable
파일 보기 프로젝트 열기: rhcad/touchvg-v0.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MgCommand() 공개 메소드

public MgCommand ( ) : System
리턴 System

backStep() 공개 메소드

public backStep ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

cancel() 공개 메소드

public cancel ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

click() 공개 메소드

public click ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

doContextAction() 공개 메소드

public doContextAction ( MgMotion sender, int action ) : bool
sender MgMotion
action int
리턴 bool

doubleClick() 공개 메소드

public doubleClick ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

draw() 공개 메소드

public draw ( MgMotion sender, GiGraphics gs ) : bool
sender MgMotion
gs GiGraphics
리턴 bool

gatherShapes() 공개 메소드

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

getName() 공개 메소드

public getName ( ) : string
리턴 string

initialize() 공개 메소드

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

isDrawingCommand() 공개 메소드

public isDrawingCommand ( ) : bool
리턴 bool

isFloatingCommand() 공개 메소드

public isFloatingCommand ( ) : bool
리턴 bool

longPress() 공개 메소드

public longPress ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

mouseHover() 공개 메소드

public mouseHover ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

release() 공개 메소드

public release ( ) : void
리턴 void

touchBegan() 공개 메소드

public touchBegan ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

touchEnded() 공개 메소드

public touchEnded ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

touchMoved() 공개 메소드

public touchMoved ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

twoFingersMove() 공개 메소드

public twoFingersMove ( MgMotion sender ) : bool
sender MgMotion
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool