C# 클래스 touchvg.core.CmdObserver

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
addShapeActions ( MgMotion sender, Ints actions, int n, MgShape sp ) : int
createCommand ( MgMotion sender, string name ) : MgCommand
createShape ( MgMotion sender, int type ) : touchvg.core.MgBaseShape
doAction ( MgMotion sender, int action ) : bool
doEndAction ( MgMotion sender, int action ) : bool
drawInSelectCommand ( MgMotion sender, MgShape sp, int handleIndex, GiGraphics gs ) : void
drawInShapeCommand ( MgMotion sender, MgCommand cmd, GiGraphics gs ) : void
onDocLoaded ( MgMotion sender ) : void
onEnterSelectCommand ( MgMotion sender ) : void
onShapeAdded ( MgMotion sender, MgShape sp ) : void
onShapeCanRotated ( MgMotion sender, MgShape sp ) : bool
onShapeCanTransform ( MgMotion sender, MgShape sp ) : bool
onShapeCanUngroup ( MgMotion sender, MgShape sp ) : bool
onShapeCanUnlock ( MgMotion sender, MgShape sp ) : bool
onShapeDeleted ( MgMotion sender, MgShape sp ) : void
onShapeMoved ( MgMotion sender, MgShape sp, int segment ) : void
onShapeWillAdded ( MgMotion sender, MgShape sp ) : bool
onShapeWillDeleted ( MgMotion sender, MgShape sp ) : bool
onUnloadCommands ( MgCmdManager sender ) : void
selectActionsNeedHided ( MgMotion sender ) : bool

비공개 메소드들

메소드 설명
CmdObserver ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( CmdObserver obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

addShapeActions() 공개 메소드

public addShapeActions ( MgMotion sender, Ints actions, int n, MgShape sp ) : int
sender MgMotion
actions Ints
n int
sp MgShape
리턴 int

createCommand() 공개 메소드

public createCommand ( MgMotion sender, string name ) : MgCommand
sender MgMotion
name string
리턴 MgCommand

createShape() 공개 메소드

public createShape ( MgMotion sender, int type ) : touchvg.core.MgBaseShape
sender MgMotion
type int
리턴 touchvg.core.MgBaseShape

doAction() 공개 메소드

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

doEndAction() 공개 메소드

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

drawInSelectCommand() 공개 메소드

public drawInSelectCommand ( MgMotion sender, MgShape sp, int handleIndex, GiGraphics gs ) : void
sender MgMotion
sp MgShape
handleIndex int
gs GiGraphics
리턴 void

drawInShapeCommand() 공개 메소드

public drawInShapeCommand ( MgMotion sender, MgCommand cmd, GiGraphics gs ) : void
sender MgMotion
cmd MgCommand
gs GiGraphics
리턴 void

onDocLoaded() 공개 메소드

public onDocLoaded ( MgMotion sender ) : void
sender MgMotion
리턴 void

onEnterSelectCommand() 공개 메소드

public onEnterSelectCommand ( MgMotion sender ) : void
sender MgMotion
리턴 void

onShapeAdded() 공개 메소드

public onShapeAdded ( MgMotion sender, MgShape sp ) : void
sender MgMotion
sp MgShape
리턴 void

onShapeCanRotated() 공개 메소드

public onShapeCanRotated ( MgMotion sender, MgShape sp ) : bool
sender MgMotion
sp MgShape
리턴 bool

onShapeCanTransform() 공개 메소드

public onShapeCanTransform ( MgMotion sender, MgShape sp ) : bool
sender MgMotion
sp MgShape
리턴 bool

onShapeCanUngroup() 공개 메소드

public onShapeCanUngroup ( MgMotion sender, MgShape sp ) : bool
sender MgMotion
sp MgShape
리턴 bool

onShapeCanUnlock() 공개 메소드

public onShapeCanUnlock ( MgMotion sender, MgShape sp ) : bool
sender MgMotion
sp MgShape
리턴 bool

onShapeDeleted() 공개 메소드

public onShapeDeleted ( MgMotion sender, MgShape sp ) : void
sender MgMotion
sp MgShape
리턴 void

onShapeMoved() 공개 메소드

public onShapeMoved ( MgMotion sender, MgShape sp, int segment ) : void
sender MgMotion
sp MgShape
segment int
리턴 void

onShapeWillAdded() 공개 메소드

public onShapeWillAdded ( MgMotion sender, MgShape sp ) : bool
sender MgMotion
sp MgShape
리턴 bool

onShapeWillDeleted() 공개 메소드

public onShapeWillDeleted ( MgMotion sender, MgShape sp ) : bool
sender MgMotion
sp MgShape
리턴 bool

onUnloadCommands() 공개 메소드

public onUnloadCommands ( MgCmdManager sender ) : void
sender MgCmdManager
리턴 void

selectActionsNeedHided() 공개 메소드

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

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool