Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
dlg_callback_packetA.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_packetA : 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_packetA(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_packetA 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
81 public string key {
82 set {
85 }
86 get {
89 return ret;
90 }
91 }
92
93 public string value {
94 set {
97 }
98 get {
101 return ret;
102 }
103 }
104
105 public IntPtr client_data {
106 set {
107 /*SIMPLETYPE*/
110 }
111 get {
112 /*SIMPLETYPE*/
115 return ret;
116 }
117 }
118
119 public int reason {
120 set {
123 }
124 get {
127 return ret;
128 }
129 }
130
131 public int x {
132 set {
135 }
136 get {
139 return ret;
140 }
141 }
142
143 public int y {
144 set {
147 }
148 get {
151 return ret;
152 }
153 }
154
155 public dlg_callback_packetA() : this(PCADGlobalsPINVOKE.new_dlg_callback_packetA(), true) {
157 }
158
159}
160
161}
static int dlg_callback_packetA_y_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int dlg_callback_packetA_reason_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetA_y_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static string dlg_callback_packetA_key_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetA_tile_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void dlg_callback_packetA_value_set(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)
static void dlg_callback_packetA_dialog_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static string dlg_callback_packetA_value_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_dlg_callback_packetA(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr dlg_callback_packetA_dialog_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr dlg_callback_packetA_client_data_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetA_reason_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static IntPtr dlg_callback_packetA_tile_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static int dlg_callback_packetA_x_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void dlg_callback_packetA_key_set(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)
static void dlg_callback_packetA_client_data_set(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void dlg_callback_packetA_x_set(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(dlg_callback_packetA obj)
dlg_callback_packetA(IntPtr cPtr, bool cMemoryOwn)