Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxPreferencesTablet.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 CFxPreferencesTablet : 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 CFxPreferencesTablet(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(CFxPreferencesTablet 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 virtual CFxString GetWindowLeft() {
56 return ret;
57 }
58
59 public virtual void SetWindowLeft(CFxString value) {
62 }
63
64 public virtual CFxString GetWindowRight() {
67 return ret;
68 }
69
70 public virtual void SetWindowRight(CFxString value) {
73 }
74
75 public virtual CFxString GetSectOneLeft() {
78 return ret;
79 }
80
81 public virtual void SetSectOneLeft(CFxString value) {
84 }
85
86 public virtual CFxString GetSectOneRight() {
89 return ret;
90 }
91
92 public virtual void SetSectOneRight(CFxString value) {
95 }
96
97 public virtual CFxString GetSectTwoLeft() {
100 return ret;
101 }
102
103 public virtual void SetSectTwoLeft(CFxString value) {
106 }
107
108 public virtual CFxString GetSectTwoRight() {
111 return ret;
112 }
113
114 public virtual void SetSectTwoRight(CFxString value) {
117 }
118
119 public virtual CFxString GetSectThreeLeft() {
122 return ret;
123 }
124
125 public virtual void SetSectThreeLeft(CFxString value) {
128 }
129
130 public virtual CFxString GetSectThreeRight() {
133 return ret;
134 }
135
136 public virtual void SetSectThreeRight(CFxString value) {
139 }
140
141 public virtual CFxString GetSectFourLeft() {
144 return ret;
145 }
146
147 public virtual void SetSectFourLeft(CFxString value) {
150 }
151
152 public virtual CFxString GetSectFourRight() {
155 return ret;
156 }
157
158 public virtual void SetSectFourRight(CFxString value) {
161 }
162
163 public virtual CFxString GetSectFifthLeft() {
166 return ret;
167 }
168
169 public virtual void SetSectFifthLeft(CFxString value) {
172 }
173
174 public virtual CFxString GetSectFifthRight() {
177 return ret;
178 }
179
180 public virtual void SetSectFifthRight(CFxString value) {
183 }
184
185 public virtual CFxString GetSectSixthLeft() {
188 return ret;
189 }
190
191 public virtual void SetSectSixthLeft(CFxString value) {
194 }
195
196 public virtual CFxString GetSectSixthRight() {
199 return ret;
200 }
201
202 public virtual void SetSectSixthRight(CFxString value) {
205 }
206
207 public virtual CFxString GetSectSeventhLeft() {
210 return ret;
211 }
212
213 public virtual void SetSectSeventhLeft(CFxString value) {
216 }
217
221 return ret;
222 }
223
224 public virtual void SetSectSeventhRight(CFxString value) {
227 }
228
229 public virtual CFxString GetSectEighthLeft() {
232 return ret;
233 }
234
235 public virtual void SetSectEighthLeft(CFxString value) {
238 }
239
240 public virtual CFxString GetSectEighthRight() {
243 return ret;
244 }
245
246 public virtual void SetSectEighthRight(CFxString value) {
249 }
250
251 public virtual bool GetTabletEnabled() {
254 return ret;
255 }
256
257 public virtual void SetTabletEnabled(bool value) {
260 }
261
262}
263
264}
CFxPreferencesTablet(IntPtr cPtr, bool cMemoryOwn)
virtual void SetSectFifthRight(CFxString value)
static HandleRef getCPtr(CFxPreferencesTablet obj)
virtual void SetSectOneRight(CFxString value)
virtual void SetSectFourRight(CFxString value)
virtual void SetSectOneLeft(CFxString value)
virtual void SetSectEighthRight(CFxString value)
virtual void Dispose(bool disposing)
virtual void SetSectSixthLeft(CFxString value)
virtual void SetSectThreeRight(CFxString value)
virtual void SetSectSixthRight(CFxString value)
virtual void SetSectTwoRight(CFxString value)
virtual void SetSectThreeLeft(CFxString value)
virtual void SetSectFourLeft(CFxString value)
virtual void SetWindowRight(CFxString value)
virtual void SetSectSeventhRight(CFxString value)
virtual void SetSectEighthLeft(CFxString value)
virtual void SetTabletEnabled(bool value)
virtual void SetWindowLeft(CFxString value)
virtual void SetSectSeventhLeft(CFxString value)
virtual void SetSectFifthLeft(CFxString value)
virtual void SetSectTwoLeft(CFxString value)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static void CFxPreferencesTablet_SetSectSixthRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectOneRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetTabletEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetWindowLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectTwoLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetWindowRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectThreeLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectFifthLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectSeventhRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectFifthRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectTwoLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectFourLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectFourRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetWindowRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectThreeRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectEighthLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectSeventhLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectTwoRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectOneLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectEighthRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectFourLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectFifthLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectOneLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectSeventhRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectFourRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectSixthLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetWindowLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesTablet_SetSectEighthLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectThreeLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectSeventhLeft(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectThreeRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesTablet_GetTabletEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectOneRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectSixthRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesTablet_SetSectTwoRight(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesTablet_GetSectEighthRight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferencesTablet(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectSixthLeft(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesTablet_GetSectFifthRight(global::System.Runtime.InteropServices.HandleRef jarg1)