Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
CFxPreferencesDesignResources.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 CFxPreferencesDesignResources : 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 CFxPreferencesDesignResources(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(CFxPreferencesDesignResources 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 UInt32 GetContentViewType() {
54// test csout
55 /*SIMPLETYPE*/
58 return ret;
59 }
60
61 public virtual void SetContentViewType(UInt32 /*SIMPLETYPE cstype*/ value) {
64 }
65
69 return ret;
70 }
71
75 }
76
77 public virtual CFxString GetHomeLocation() {
80 return ret;
81 }
82
83 public virtual void SetHomeLocation(CFxString value) {
86 }
87
88 public virtual CFxString GetFavorites() {
91 return ret;
92 }
93
94 public virtual void SetFavorites(CFxString value) {
97 }
98
99 public virtual bool GetTreeVisibilty() {
102 return ret;
103 }
104
105 public virtual void SetTreeVisibilty(bool value) {
108 }
109
110 public virtual bool GetPreviewVisibilty() {
113 return ret;
114 }
115
116 public virtual void SetPreviewVisibilty(bool value) {
119 }
120
121 public virtual bool GetPortDesignLibraryFolders() {
124 return ret;
125 }
126
127 public virtual void SetPortDesignLibraryFolders(bool value) {
130 }
131
132 public virtual CFxString GetProperties() {
135 return ret;
136 }
137
138 public virtual void SetProperties(CFxString value) {
141 }
142
143 public virtual CFxString GetLastBrowsePath() {
146 return ret;
147 }
148
149 public virtual void SetLastBrowsePath(CFxString value) {
152 }
153
154}
155
156}
static HandleRef getCPtr(CFxPreferencesDesignResources obj)
static HandleRef getCPtr(CFxString obj)
Definition: CFxString.cs:28
static global::System.IntPtr CFxPreferencesDesignResources_GetFavorites(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDesignResources_GetPortDesignLibraryFolders(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesDesignResources_GetHomeLocation(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesDesignResources_GetLastAccessedLocation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDesignResources_SetLastAccessedLocation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesDesignResources_SetTreeVisibilty(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDesignResources_SetLastBrowsePath(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt32 CFxPreferencesDesignResources_GetContentViewType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDesignResources_SetContentViewType(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void CFxPreferencesDesignResources_SetHomeLocation(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesDesignResources_SetProperties(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxPreferencesDesignResources_SetPortDesignLibraryFolders(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static global::System.IntPtr CFxPreferencesDesignResources_GetLastBrowsePath(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDesignResources_GetPreviewVisibilty(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr CFxPreferencesDesignResources_GetProperties(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxPreferencesDesignResources_GetTreeVisibilty(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxPreferencesDesignResources_SetPreviewVisibilty(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void CFxPreferencesDesignResources_SetFavorites(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_CFxPreferencesDesignResources(global::System.Runtime.InteropServices.HandleRef jarg1)