Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
dlg_callback_packetW.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace PCAD_DOT_NET {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16using Teigha.TD;
17
18public class dlg_callback_packetW : global::System.IDisposable {
19 private Object locker = new Object();
20 private HandleRef swigCPtr;
21 protected bool swigCMemOwn;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public dlg_callback_packetW(IntPtr cPtr, bool cMemoryOwn) {
24 swigCMemOwn = cMemoryOwn;
25 swigCPtr = new HandleRef(this, cPtr);
26 }
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public static HandleRef getCPtr(dlg_callback_packetW obj) {
29 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
30 }
31
33 Dispose(false);
34 }
35
36 public void Dispose() {
37 Dispose(true);
38 global::System.GC.SuppressFinalize(this);
39 }
40
41 protected virtual void Dispose(bool disposing) {
42 lock(this) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
44 if (swigCMemOwn) {
45 swigCMemOwn = false;
47 }
48 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 }
50 }
51 }
52
53 public IntPtr dialog {
54 set {
55 /*SIMPLETYPE*/
58 }
59 get {
60 /*SIMPLETYPE*/
63 return ret;
64 }
65 }
66
67 public IntPtr tile {
68 set {
69 /*SIMPLETYPE*/
72 }
73 get {
74 /*SIMPLETYPE*/
77 return ret;
78 }
79 }
80
82 set {
85 }
86 get {
87 global::System.IntPtr cPtr = PCADGlobalsPINVOKE.dlg_callback_packetW_key_get(swigCPtr);
88 SWIGTYPE_p_wchar_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_wchar_t(cPtr, false);
90 return ret;
91 }
92 }
93
94 public string value {
95 set {
98 }
99 get {
102 return ret;
103 }
104 }
105
106 public IntPtr client_data {
107 set {
108 /*SIMPLETYPE*/
111 }
112 get {
113 /*SIMPLETYPE*/
116 return ret;
117 }
118 }
119
120 public int reason {
121 set {
124 }
125 get {
128 return ret;
129 }
130 }
131
132 public int x {
133 set {
136 }
137 get {
140 return ret;
141 }
142 }
143
144 public int y {
145 set {
148 }
149 get {
152 return ret;
153 }
154 }
155
156 public dlg_callback_packetW() : this(PCADGlobalsPINVOKE.new_dlg_callback_packetW(), true) {
158 }
159
160}
161
162}
static int dlg_callback_packetW_y_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetW_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_dlg_callback_packetW(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetW_value_set(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]string jarg2)
static void dlg_callback_packetW_dialog_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr dlg_callback_packetW_tile_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int dlg_callback_packetW_reason_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr dlg_callback_packetW_client_data_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int dlg_callback_packetW_x_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetW_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static string dlg_callback_packetW_value_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr dlg_callback_packetW_key_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetW_client_data_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr dlg_callback_packetW_dialog_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetW_tile_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void dlg_callback_packetW_key_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void dlg_callback_packetW_reason_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static HandleRef getCPtr(dlg_callback_packetW obj)
dlg_callback_packetW(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)