Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxPreferencesSystem.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 CFxPreferencesSystem : 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 CFxPreferencesSystem(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(CFxPreferencesSystem 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 bool GetDisplayOLEScale() {
56 return ret;
57 }
58
59 public virtual void SetDisplayOLEScale(bool value) {
62 }
63
64 public virtual bool GetStoreSQLIndex() {
67 return ret;
68 }
69
70 public virtual void SetStoreSQLIndex(bool value) {
73 }
74
75 public virtual bool GetTablesReadOnly() {
78 return ret;
79 }
80
81 public virtual void SetTablesReadOnly(bool value) {
84 }
85
86 public virtual bool GetEnableStartupDialog() {
89 return ret;
90 }
91
92 public virtual void SetEnableStartupDialog(bool value) {
95 }
96
97 public virtual bool GetBeepOnError() {
100 return ret;
101 }
102
103 public virtual void SetBeepOnError(bool value) {
106 }
107
108 public virtual bool GetShowWarningMessages() {
111 return ret;
112 }
113
114 public virtual void SetShowWarningMessages(bool value) {
117 }
118
119 public virtual CFxString GetHelpFileName() {
122 return ret;
123 }
124
125 public virtual void SetHelpFileName(CFxString value) {
128 }
129
130 public virtual bool GetWebHelpEnable() {
133 return ret;
134 }
135
136 public virtual void SetWebHelpEnable(bool value) {
139 }
140
141 public virtual bool GetUsePerformanceMonitor() {
144 return ret;
145 }
146
147 public virtual void SetUsePerformanceMonitor(bool value) {
150 }
151
152 public virtual bool GetCheckBackBufferIssues() {
155 return ret;
156 }
157
158 public virtual void SetCheckBackBufferIssues(bool value) {
161 }
162
163 public virtual bool GetCheckForXPressUpdates() {
166 return ret;
167 }
168
169 public virtual void SetCheckForXPressUpdates(bool value) {
172 }
173
177 return ret;
178 }
179
183 }
184
185 public virtual Int32 GetUseDefaultFileLocationSetting() {
186// test csout
187 /*SIMPLETYPE*/
190 return ret;
191 }
192
193 public virtual bool GetLoadMFCUI() {
196 return ret;
197 }
198
199 public virtual void SetLoadMFCUI(bool value) {
202 }
203
204 public virtual bool GetTopLevelMode() {
207 return ret;
208 }
209
210 public virtual void SetTopLevelMode(bool value) {
213 }
214
215 public virtual bool Get3DMousePlugged() {
218 return ret;
219 }
220
221 public virtual void Set3DMousePlugged(bool value) {
224 }
225
226 public virtual bool GetPrintDialogQuickPreview() {
229 return ret;
230 }
231
232 public virtual void SetPrintDialogQuickPreview(bool value) {
235 }
236
240 return ret;
241 }
242
243 public virtual void SetScaleListFileName(CFxString value) {
246 }
247
248 public virtual Int32 GetLispDebugPort() {
249// test csout
250 /*SIMPLETYPE*/
253 return ret;
254 }
255
256 public virtual void SetLispDebugPort(Int32 /*SIMPLETYPE cstype*/ value) {
259 }
260
261 public virtual bool GetLispDebuggerEnabled() {
264 return ret;
265 }
266
267 public virtual void SetLispDebuggerEnabled(bool value) {
270 }
271
272 public virtual bool GetScaleListIsMetric() {
275 return ret;
276 }
277
278 public virtual void SetScaleListIsMetric(bool value) {
281 }
282
283 public virtual bool GetScaleListRstDlgUseSystem() {
286 return ret;
287 }
288
289 public virtual void SetScaleListRstDlgUseSystem(bool value) {
292 }
293
294 public virtual Int32 GetOutputMaxLineCount() {
295// test csout
296 /*SIMPLETYPE*/
299 return ret;
300 }
301
302 public virtual void SetOutputMaxLineCount(Int32 /*SIMPLETYPE cstype*/ value) {
305 }
306
307 public virtual Int32 GetMaxArray() {
308// test csout
309 /*SIMPLETYPE*/
312 return ret;
313 }
314
315 public virtual void SetMaxArray(Int32 /*SIMPLETYPE cstype*/ value) {
316 PCADGlobalsPINVOKE.CFxPreferencesSystem_SetMaxArray(swigCPtr, value /*SIMPLETYPE csin*/);
318 }
319
320 public virtual Int32 GetXNotifyTime() {
321// test csout
322 /*SIMPLETYPE*/
325 return ret;
326 }
327
328 public virtual void SetXNotifyTime(Int32 /*SIMPLETYPE cstype*/ value) {
329 PCADGlobalsPINVOKE.CFxPreferencesSystem_SetXNotifyTime(swigCPtr, value /*SIMPLETYPE csin*/);
331 }
332
333 public virtual bool GetAppCastEnabled() {
336 return ret;
337 }
338
339 public virtual void SetAppCastEnabled(bool value) {
342 }
343
344 public virtual bool GetAppCastShowDialog() {
347 return ret;
348 }
349
350 public virtual void SetAppCastShowDialog(bool value) {
353 }
354
355 public virtual bool GetWelcomeShowDialog() {
358 return ret;
359 }
360
361 public virtual void SetWelcomeShowDialog(bool value) {
364 }
365
366 public virtual bool GetReportMissingXRefsEnabled() {
369 return ret;
370 }
371
372 public virtual void SetReportMissingXRefsEnabled(bool value) {
375 }
376
377}
378
379}
virtual void SetCheckBackBufferIssues(bool value)
virtual void SetPrintDialogQuickPreview(bool value)
CFxPreferencesSystem(IntPtr cPtr, bool cMemoryOwn)
virtual void SetAdditionalSupportPaths(CFxString value)
virtual void SetLispDebuggerEnabled(bool value)
virtual void SetCheckForXPressUpdates(bool value)
virtual void SetReportMissingXRefsEnabled(bool value)
virtual void SetLoadMFCUI(bool value)
virtual void SetAppCastEnabled(bool value)
virtual void SetLispDebugPort(Int32 value)
virtual void Set3DMousePlugged(bool value)
virtual void SetWelcomeShowDialog(bool value)
virtual void SetTablesReadOnly(bool value)
virtual void SetDisplayOLEScale(bool value)
virtual void SetEnableStartupDialog(bool value)
virtual void SetBeepOnError(bool value)
virtual void SetScaleListIsMetric(bool value)
virtual void SetXNotifyTime(Int32 value)
virtual void SetWebHelpEnable(bool value)
virtual void Dispose(bool disposing)
virtual void SetOutputMaxLineCount(Int32 value)
static HandleRef getCPtr(CFxPreferencesSystem obj)
virtual void SetStoreSQLIndex(bool value)
virtual void SetUsePerformanceMonitor(bool value)
virtual void SetScaleListRstDlgUseSystem(bool value)
virtual void SetTopLevelMode(bool value)
virtual void SetShowWarningMessages(bool value)
virtual void SetHelpFileName(CFxString value)
virtual void SetScaleListFileName(CFxString value)
virtual void SetAppCastShowDialog(bool value)
virtual void SetMaxArray(Int32 value)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static void CFxPreferencesSystem_SetCheckForXPressUpdates(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_Get3DMousePlugged(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesSystem_GetUseDefaultFileLocationSetting(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetEnableStartupDialog(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetReportMissingXRefsEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetUsePerformanceMonitor(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetDisplayOLEScale(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetScaleListIsMetric(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetLispDebugPort(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesSystem_SetAppCastEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_Set3DMousePlugged(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesSystem_GetXNotifyTime(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetWelcomeShowDialog(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetXNotifyTime(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesSystem_SetReportMissingXRefsEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetPrintDialogQuickPreview(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetLispDebuggerEnabled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetBeepOnError(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetScaleListRstDlgUseSystem(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetShowWarningMessages(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetMaxArray(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void CFxPreferencesSystem_SetEnableStartupDialog(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetWebHelpEnable(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetHelpFileName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesSystem_GetAppCastShowDialog(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetAdditionalSupportPaths(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxPreferencesSystem_GetStoreSQLIndex(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesSystem_GetMaxArray(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetLoadMFCUI(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesSystem_GetAdditionalSupportPaths(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetOutputMaxLineCount(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static bool CFxPreferencesSystem_GetWebHelpEnable(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetLispDebuggerEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxPreferencesSystem(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetCheckBackBufferIssues(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetTopLevelMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetShowWarningMessages(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetAppCastEnabled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetScaleListFileName(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxPreferencesSystem_GetScaleListFileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetWelcomeShowDialog(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetTablesReadOnly(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetTablesReadOnly(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetDisplayOLEScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetBeepOnError(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetTopLevelMode(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetCheckBackBufferIssues(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool CFxPreferencesSystem_GetPrintDialogQuickPreview(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetScaleListRstDlgUseSystem(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetAppCastShowDialog(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetUsePerformanceMonitor(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesSystem_GetHelpFileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 CFxPreferencesSystem_GetLispDebugPort(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetLoadMFCUI(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static Int32 CFxPreferencesSystem_GetOutputMaxLineCount(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesSystem_GetCheckForXPressUpdates(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesSystem_SetScaleListIsMetric(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesSystem_SetStoreSQLIndex(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)