C# Class touchvg.core.GiView

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
GiView ( ) : System
commandChanged ( ) : void
contentChanged ( ) : void
isContextActionsVisible ( ) : bool
redraw ( ) : void
regenAll ( ) : void
regenAppend ( ) : void
selectionChanged ( ) : void
showContextActions ( Ints actions, Floats buttonXY, float x, float y, float w, float h ) : bool
useFinger ( ) : bool

Private Methods

Method Description
GiView ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorcommandChanged ( ) : void
SwigDirectorcontentChanged ( ) : void
SwigDirectorisContextActionsVisible ( ) : bool
SwigDirectorredraw ( ) : void
SwigDirectorregenAll ( ) : void
SwigDirectorregenAppend ( ) : void
SwigDirectorselectionChanged ( ) : void
SwigDirectorshowContextActions ( IntPtr actions, IntPtr buttonXY, float x, float y, float w, float h ) : bool
SwigDirectoruseFinger ( ) : bool
getCPtr ( GiView obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GiView() public method

public GiView ( ) : System
return System

commandChanged() public method

public commandChanged ( ) : void
return void

contentChanged() public method

public contentChanged ( ) : void
return void

isContextActionsVisible() public method

public isContextActionsVisible ( ) : bool
return bool

redraw() public method

public redraw ( ) : void
return void

regenAll() public method

public regenAll ( ) : void
return void

regenAppend() public method

public regenAppend ( ) : void
return void

selectionChanged() public method

public selectionChanged ( ) : void
return void

showContextActions() public method

public showContextActions ( Ints actions, Floats buttonXY, float x, float y, float w, float h ) : bool
actions Ints
buttonXY Floats
x float
y float
w float
h float
return bool

useFinger() public method

public useFinger ( ) : bool
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool