C# Class touchvg.core.MgShapesLock

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

Public Properties

Property Type Description
Add int
Edit int
Load int
NotNotify int
ReadOnly int
Remove int

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
MgShapesLock ( MgView view ) : System
MgShapesLock ( MgView view, int timeout ) : System
MgShapesLock ( int flags, MgView view ) : System
MgShapesLock ( int flags, MgView view, int timeout ) : System
getEditFlags ( ) : int
locked ( ) : bool
lockedForRead ( MgView view ) : bool
lockedForWrite ( MgView view ) : bool
resetEditFlags ( ) : void

Private Methods

Method Description
MgShapesLock ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgShapesLock obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MgShapesLock() public method

public MgShapesLock ( MgView view ) : System
view MgView
return System

MgShapesLock() public method

public MgShapesLock ( MgView view, int timeout ) : System
view MgView
timeout int
return System

MgShapesLock() public method

public MgShapesLock ( int flags, MgView view ) : System
flags int
view MgView
return System

MgShapesLock() public method

public MgShapesLock ( int flags, MgView view, int timeout ) : System
flags int
view MgView
timeout int
return System

getEditFlags() public method

public getEditFlags ( ) : int
return int

locked() public method

public locked ( ) : bool
return bool

lockedForRead() public static method

public static lockedForRead ( MgView view ) : bool
view MgView
return bool

lockedForWrite() public static method

public static lockedForWrite ( MgView view ) : bool
view MgView
return bool

resetEditFlags() public method

public resetEditFlags ( ) : void
return void

Property Details

Add public_oe static_oe property

public static int Add
return int

Edit public_oe static_oe property

public static int Edit
return int

Load public_oe static_oe property

public static int Load
return int

NotNotify public_oe static_oe property

public static int NotNotify
return int

ReadOnly public_oe static_oe property

public static int ReadOnly
return int

Remove public_oe static_oe property

public static int Remove
return int

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool