C# Class touchvg.core.MgShapesLock

Inheritance: IDisposable
Afficher le fichier Open project: rhcad/touchvg-v0.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
Add int
Edit int
Load int
NotNotify int
ReadOnly int
Remove int

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
MgShapesLock ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( MgShapesLock obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MgShapesLock() public méthode

public MgShapesLock ( MgView view ) : System
view MgView
Résultat System

MgShapesLock() public méthode

public MgShapesLock ( MgView view, int timeout ) : System
view MgView
timeout int
Résultat System

MgShapesLock() public méthode

public MgShapesLock ( int flags, MgView view ) : System
flags int
view MgView
Résultat System

MgShapesLock() public méthode

public MgShapesLock ( int flags, MgView view, int timeout ) : System
flags int
view MgView
timeout int
Résultat System

getEditFlags() public méthode

public getEditFlags ( ) : int
Résultat int

locked() public méthode

public locked ( ) : bool
Résultat bool

lockedForRead() public static méthode

public static lockedForRead ( MgView view ) : bool
view MgView
Résultat bool

lockedForWrite() public static méthode

public static lockedForWrite ( MgView view ) : bool
view MgView
Résultat bool

resetEditFlags() public méthode

public resetEditFlags ( ) : void
Résultat void

Property Details

Add public_oe static_oe property

public static int Add
Résultat int

Edit public_oe static_oe property

public static int Edit
Résultat int

Load public_oe static_oe property

public static int Load
Résultat int

NotNotify public_oe static_oe property

public static int NotNotify
Résultat int

ReadOnly public_oe static_oe property

public static int ReadOnly
Résultat int

Remove public_oe static_oe property

public static int Remove
Résultat int

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool