PySimultan 0.1.54__py3-none-any.whl → 0.2.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. PySimultan-0.2.1.dist-info/LICENSE.txt +17 -0
  2. PySimultan-0.2.1.dist-info/METADATA +36 -0
  3. PySimultan-0.2.1.dist-info/RECORD +82 -0
  4. {PySimultan-0.1.54.dist-info → PySimultan-0.2.1.dist-info}/WHEEL +1 -1
  5. PySimultan-0.2.1.dist-info/top_level.txt +1 -0
  6. {PySimultan → PySimultan2}/__init__.py +11 -6
  7. PySimultan2/config.py +52 -0
  8. PySimultan2/data_model.py +713 -0
  9. PySimultan2/default_types.py +507 -0
  10. PySimultan2/files.py +371 -0
  11. PySimultan2/geometry/__init__.py +4 -0
  12. PySimultan2/geometry/geometry_base.py +654 -0
  13. PySimultan2/geometry/utils.py +181 -0
  14. PySimultan2/multi_values.py +277 -0
  15. PySimultan2/object_mapper.py +200 -0
  16. PySimultan2/resources/AssimpNet.dll +0 -0
  17. PySimultan2/resources/AvalonDock.dll +0 -0
  18. PySimultan2/resources/BruTile.dll +0 -0
  19. PySimultan2/resources/ClosedXML.dll +0 -0
  20. PySimultan2/resources/ComponentBuilder.dll +0 -0
  21. PySimultan/resources/ComponentBuilder.exe.config → PySimultan2/resources/ComponentBuilder.dll.config +6 -2
  22. PySimultan2/resources/ComponentBuilder.runtimeconfig.json +18 -0
  23. {PySimultan → PySimultan2}/resources/ComponentBuilder.xml +11877 -6754
  24. PySimultan2/resources/ControlzEx.dll +0 -0
  25. PySimultan2/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
  26. PySimultan2/resources/DocumentFormat.OpenXml.dll +0 -0
  27. PySimultan2/resources/ExcelNumberFormat.dll +0 -0
  28. PySimultan2/resources/Fluent.dll +0 -0
  29. PySimultan2/resources/GeometryViewer.dll +0 -0
  30. {PySimultan → PySimultan2}/resources/GeometryViewer.xml +2201 -1155
  31. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  32. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  33. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  34. PySimultan2/resources/HelixToolkit.dll +0 -0
  35. PySimultan2/resources/MathNet.Numerics.dll +0 -0
  36. PySimultan2/resources/Microsoft.AspNetCore.Authorization.dll +0 -0
  37. PySimultan2/resources/Microsoft.AspNetCore.Metadata.dll +0 -0
  38. PySimultan2/resources/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  39. PySimultan2/resources/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  40. PySimultan2/resources/Microsoft.Extensions.Options.dll +0 -0
  41. PySimultan2/resources/Microsoft.Extensions.Primitives.dll +0 -0
  42. PySimultan2/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
  43. PySimultan2/resources/Microsoft.WindowsAPICodePack.dll +0 -0
  44. PySimultan2/resources/Microsoft.Xaml.Behaviors.dll +0 -0
  45. PySimultan2/resources/Newtonsoft.Json.Bson.dll +0 -0
  46. PySimultan2/resources/Newtonsoft.Json.dll +0 -0
  47. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  48. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  49. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +15 -0
  50. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  51. {PySimultan → PySimultan2}/resources/SIMULTAN.Lang.xml +5282 -3252
  52. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  53. {PySimultan → PySimultan2}/resources/SIMULTAN.Plugins.xml +110 -0
  54. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  55. {PySimultan → PySimultan2}/resources/SIMULTAN.UI.xml +10483 -4937
  56. PySimultan2/resources/SIMULTAN.dll +0 -0
  57. PySimultan2/resources/SIMULTAN.xml +34122 -0
  58. PySimultan2/resources/SharpDX.D3DCompiler.dll +0 -0
  59. PySimultan2/resources/SharpDX.DXGI.dll +0 -0
  60. PySimultan2/resources/SharpDX.Direct2D1.dll +0 -0
  61. PySimultan2/resources/SharpDX.Direct3D11.dll +0 -0
  62. PySimultan2/resources/SharpDX.Direct3D9.dll +0 -0
  63. {PySimultan → PySimultan2}/resources/SharpDX.Mathematics.dll +0 -0
  64. PySimultan2/resources/SharpDX.dll +0 -0
  65. {PySimultan → PySimultan2}/resources/SitePlanner.dll +0 -0
  66. {PySimultan → PySimultan2}/resources/SitePlanner.xml +959 -1110
  67. PySimultan2/resources/Sprache.dll +0 -0
  68. PySimultan2/resources/System.Data.OleDb.dll +0 -0
  69. PySimultan2/resources/System.Net.Http.Formatting.dll +0 -0
  70. PySimultan2/resources/XAMLMarkupExtensions.dll +0 -0
  71. PySimultan2/resources/assimp.dll +0 -0
  72. {PySimultan → PySimultan2}/resources/defaultsettings.xml +0 -0
  73. PySimultan2/simultan_object.py +366 -0
  74. PySimultan2/taxonomy_maps.py +169 -0
  75. PySimultan2/utils.py +1383 -0
  76. PySimultan/config.py +0 -57
  77. PySimultan/data_model.py +0 -376
  78. PySimultan/default_types.py +0 -1771
  79. PySimultan/geo_default_types.py +0 -763
  80. PySimultan/geometry.py +0 -309
  81. PySimultan/resources/AssimpNet.dll +0 -0
  82. PySimultan/resources/AssimpNet.xml +0 -12074
  83. PySimultan/resources/BruTile.dll +0 -0
  84. PySimultan/resources/BruTile.xml +0 -1845
  85. PySimultan/resources/ControlzEx.dll +0 -0
  86. PySimultan/resources/Cyotek.Drawing.BitmapFont.dll +0 -0
  87. PySimultan/resources/DXFImportExport.dll +0 -0
  88. PySimultan/resources/DotSpatial.Projections.xml +0 -5879
  89. PySimultan/resources/EXCELImportExport.dll +0 -0
  90. PySimultan/resources/Fluent.dll +0 -0
  91. PySimultan/resources/Fluent.xml +0 -9103
  92. PySimultan/resources/GeoJSON.Net.dll +0 -0
  93. PySimultan/resources/GeometryViewer.Data.dll +0 -0
  94. PySimultan/resources/GeometryViewer.Data.xml +0 -4443
  95. PySimultan/resources/GeometryViewer.Shared.dll +0 -0
  96. PySimultan/resources/GeometryViewer.Shared.xml +0 -588
  97. PySimultan/resources/GeometryViewer.dll +0 -0
  98. PySimultan/resources/HelixToolkit.Wpf.SharpDX.dll +0 -0
  99. PySimultan/resources/HelixToolkit.Wpf.SharpDX.xml +0 -43219
  100. PySimultan/resources/HelixToolkit.Wpf.dll +0 -0
  101. PySimultan/resources/HelixToolkit.Wpf.xml +0 -22363
  102. PySimultan/resources/HelixToolkit.dll +0 -0
  103. PySimultan/resources/HelixToolkit.xml +0 -144
  104. PySimultan/resources/ImportLog_SMART_CAMPUS_TU_WIEN_BIBLIOTHEK_20210305_ZONENMODELL_23_11_2021-06_54_54.txt +0 -1
  105. PySimultan/resources/LibGit2Sharp.dll +0 -0
  106. PySimultan/resources/LibGit2Sharp.dll.config +0 -4
  107. PySimultan/resources/LibGit2Sharp.xml +0 -13770
  108. PySimultan/resources/MathNet.Numerics.dll +0 -0
  109. PySimultan/resources/MathNet.Numerics.xml +0 -57152
  110. PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.dll +0 -0
  111. PySimultan/resources/Microsoft.WindowsAPICodePack.Shell.xml +0 -25496
  112. PySimultan/resources/Microsoft.WindowsAPICodePack.dll +0 -0
  113. PySimultan/resources/Microsoft.WindowsAPICodePack.xml +0 -2934
  114. PySimultan/resources/Newtonsoft.Json.dll +0 -0
  115. PySimultan/resources/Newtonsoft.Json.xml +0 -11305
  116. PySimultan/resources/ParameterStructure.dll +0 -0
  117. PySimultan/resources/ParameterStructure.xml +0 -10750
  118. PySimultan/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  119. PySimultan/resources/SIMULTAN.DataExchange.dll +0 -0
  120. PySimultan/resources/SIMULTAN.Lang.dll +0 -0
  121. PySimultan/resources/SIMULTAN.Legacy.dll +0 -0
  122. PySimultan/resources/SIMULTAN.Legacy.xml +0 -254
  123. PySimultan/resources/SIMULTAN.Plugins.dll +0 -0
  124. PySimultan/resources/SIMULTAN.Project.dll +0 -0
  125. PySimultan/resources/SIMULTAN.Project.dll.config +0 -11
  126. PySimultan/resources/SIMULTAN.UI.dll +0 -0
  127. PySimultan/resources/SIMULTAN.Util.dll +0 -0
  128. PySimultan/resources/SIMULTAN.Util.xml +0 -3430
  129. PySimultan/resources/SharpDX.D3DCompiler.dll +0 -0
  130. PySimultan/resources/SharpDX.D3DCompiler.xml +0 -5897
  131. PySimultan/resources/SharpDX.DXGI.dll +0 -0
  132. PySimultan/resources/SharpDX.DXGI.xml +0 -8737
  133. PySimultan/resources/SharpDX.Direct2D1.dll +0 -0
  134. PySimultan/resources/SharpDX.Direct2D1.xml +0 -46691
  135. PySimultan/resources/SharpDX.Direct3D11.dll +0 -0
  136. PySimultan/resources/SharpDX.Direct3D11.xml +0 -31826
  137. PySimultan/resources/SharpDX.Direct3D9.dll +0 -0
  138. PySimultan/resources/SharpDX.Direct3D9.xml +0 -36489
  139. PySimultan/resources/SharpDX.Mathematics.xml +0 -16449
  140. PySimultan/resources/SharpDX.dll +0 -0
  141. PySimultan/resources/Sprache.dll +0 -0
  142. PySimultan/resources/Sprache.xml +0 -1199
  143. PySimultan/resources/System.Net.Http.Formatting.dll +0 -0
  144. PySimultan/resources/System.Net.Http.Formatting.xml +0 -2094
  145. PySimultan/resources/System.Windows.Interactivity.dll +0 -0
  146. PySimultan/resources/TalkGit.dll +0 -0
  147. PySimultan/resources/TalkGit.dll.config +0 -11
  148. PySimultan/resources/WebServiceConnector.dll +0 -0
  149. PySimultan/resources/WebServiceConnector.dll.config +0 -11
  150. PySimultan/resources/XAMLMarkupExtensions.dll +0 -0
  151. PySimultan/resources/XAMLMarkupExtensions.xml +0 -862
  152. PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Aero.dll +0 -0
  153. PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.Metro.dll +0 -0
  154. PySimultan/resources/Xceed.Wpf.AvalonDock.Themes.VS2010.dll +0 -0
  155. PySimultan/resources/Xceed.Wpf.AvalonDock.dll +0 -0
  156. PySimultan/resources/Xceed.Wpf.Toolkit.dll +0 -0
  157. PySimultan/resources/assimp.dll +0 -0
  158. PySimultan/resources/schema.yaml +0 -13
  159. PySimultan/resources/simultan_exception_07_10_2021-08_34_24.txt +0 -17
  160. PySimultan/resources/simultan_exception_07_10_2021-10_13_31.txt +0 -17
  161. PySimultan/resources/simultan_exception_11_10_2021-19_45_42.txt +0 -17
  162. PySimultan/resources/simultan_exception_22_11_2021-16_41_52.txt +0 -14
  163. PySimultan/resources/simultan_exception_22_11_2021-17_37_40.txt +0 -14
  164. PySimultan/simultan_geometry_utils.py +0 -81
  165. PySimultan/simultan_utils.py +0 -165
  166. PySimultan/slots.py +0 -51
  167. PySimultan/template_tools.py +0 -631
  168. PySimultan/utils.py +0 -298
  169. PySimultan-0.1.54.dist-info/LICENSE +0 -674
  170. PySimultan-0.1.54.dist-info/LICENSE.txt +0 -674
  171. PySimultan-0.1.54.dist-info/METADATA +0 -690
  172. PySimultan-0.1.54.dist-info/RECORD +0 -119
  173. PySimultan-0.1.54.dist-info/entry_points.txt +0 -3
  174. PySimultan-0.1.54.dist-info/top_level.txt +0 -1
  175. PySimultan-0.1.54.dist-info/zip-safe +0 -1
  176. {PySimultan → PySimultan2}/resources/DotSpatial.Projections.dll +0 -0
  177. {PySimultan → PySimultan2}/resources/GeometryViewer.dll.config +0 -0
  178. {PySimultan → PySimultan2}/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -0
  179. {PySimultan → PySimultan2}/resources/SitePlanner.dll.config +0 -0
  180. {PySimultan → PySimultan2}/resources/Sprache.Calc.dll +0 -0
  181. {PySimultan → PySimultan2}/resources/__init__.py +0 -0
  182. {PySimultan → PySimultan2}/resources/setup.bat +0 -0
@@ -1,3430 +0,0 @@
1
- <?xml version="1.0"?>
2
- <doc>
3
- <assembly>
4
- <name>SIMULTAN.Util</name>
5
- </assembly>
6
- <members>
7
- <member name="T:SIMULTAN.Util.ByteSerializer">
8
- <summary>
9
- Provides serialization and deserialization of objects into byte streams
10
- </summary>
11
- </member>
12
- <member name="M:SIMULTAN.Util.ByteSerializer.ObjectToByteArray(System.Object)">
13
- <summary>
14
- Converts object to byte array
15
- </summary>
16
- <param name="obj">Object to serialize</param>
17
- <returns>Serialized byte array</returns>
18
- </member>
19
- <member name="M:SIMULTAN.Util.ByteSerializer.ByteArrayToObject(System.Byte[])">
20
- <summary>
21
- Converts byte array to object
22
- </summary>
23
- <param name="arrBytes">Serialized byte array</param>
24
- <returns>Deserialized object</returns>
25
- </member>
26
- <member name="T:SIMULTAN.Util.CachedResourceDictionary">
27
- <summary>
28
- Resource dictionary that makes sure that a single dictionary is only loaded once.
29
- Behaves like a normal ResourceDictionary for the first time. Then always returns the first dictionary.
30
- </summary>
31
- </member>
32
- <member name="P:SIMULTAN.Util.CachedResourceDictionary.Source">
33
- <inheritdoc />
34
- </member>
35
- <member name="M:SIMULTAN.Util.CachedResourceDictionary.UpdateAll">
36
- <summary>
37
- Reloads all cached dictionaries. Needed when the theme has changed
38
- </summary>
39
- </member>
40
- <member name="T:SIMULTAN.Util.Caching.DownloadImageCache">
41
- <summary>
42
- A Cache that downloads files and caches them.
43
- </summary>
44
- </member>
45
- <member name="M:SIMULTAN.Util.Caching.DownloadImageCache.#ctor(System.String)">
46
- <summary>
47
- Creates a new instance of the Download cache.
48
- </summary>
49
- <param name="basePath">The base path of the cache.</param>
50
- </member>
51
- <member name="M:SIMULTAN.Util.Caching.DownloadImageCache.Contains(System.String)">
52
- <inheritdoc/>
53
- </member>
54
- <member name="M:SIMULTAN.Util.Caching.DownloadImageCache.Remove(System.String)">
55
- <inheritdoc/>
56
- </member>
57
- <member name="M:SIMULTAN.Util.Caching.DownloadImageCache.Clear">
58
- <inheritdoc/>
59
- </member>
60
- <member name="M:SIMULTAN.Util.Caching.DownloadImageCache.Put(System.String,System.String)">
61
- <summary>
62
- Adds an item to the cache. It downloads the file to the path determined by the key and base path of the cache.
63
- </summary>
64
- <param name="key">The key of the file. (filename or relative path)</param>
65
- <param name="url">The URL to the file that needs downloading.</param>
66
- <returns>True if successful, false if an error occurred and it could not be cached.</returns>
67
- </member>
68
- <member name="M:SIMULTAN.Util.Caching.DownloadImageCache.TryGet(System.String,System.String@)">
69
- <summary>
70
- Tries to retrieve the element from the cache.
71
- </summary>
72
- <param name="key">The key of the file. (filename or relative path)</param>
73
- <param name="absolutePath">The absolute path to the downloaded and cached file if it is in the cache, else null.</param>
74
- <returns>True if the file is in the cache, otherwise false.</returns>
75
- </member>
76
- <member name="T:SIMULTAN.Util.Caching.FileImageCache">
77
- <summary>
78
- A file based image cache.
79
- </summary>
80
- </member>
81
- <member name="M:SIMULTAN.Util.Caching.FileImageCache.#ctor(System.String)">
82
- <summary>
83
- Creates a new instance of the File cache.
84
- </summary>
85
- <param name="basePath">The base path of the cache.</param>
86
- </member>
87
- <member name="M:SIMULTAN.Util.Caching.FileImageCache.Contains(System.String)">
88
- <inheritdoc/>
89
- </member>
90
- <member name="M:SIMULTAN.Util.Caching.FileImageCache.Remove(System.String)">
91
- <inheritdoc/>
92
- </member>
93
- <member name="M:SIMULTAN.Util.Caching.FileImageCache.Clear">
94
- <inheritdoc/>
95
- </member>
96
- <member name="M:SIMULTAN.Util.Caching.FileImageCache.Put(System.String,System.Drawing.Image)">
97
- <inheritdoc />
98
- </member>
99
- <member name="M:SIMULTAN.Util.Caching.FileImageCache.TryGet(System.String,System.Drawing.Image@)">
100
- <inheritdoc />
101
- </member>
102
- <member name="T:SIMULTAN.Util.Caching.IImageCache`1">
103
- <summary>
104
- Provides base methods to cache images.
105
- </summary>
106
- </member>
107
- <member name="M:SIMULTAN.Util.Caching.IImageCache`1.Put(System.String,`0)">
108
- <summary>
109
- Adds the given image to the cache.
110
- Duplicates are overridden.
111
- </summary>
112
- <param name="key">The key of the file. (filname or relative path)</param>
113
- <param name="image">The image to cache.</param>
114
- <returns>True if successful, false if an error occurred and it could not be cached.</returns>
115
- </member>
116
- <member name="M:SIMULTAN.Util.Caching.IImageCache`1.TryGet(System.String,`0@)">
117
- <summary>
118
- Tries to retrieve the element from the cache.
119
- </summary>
120
- <param name="key">The key of the file. (filname or relative path)</param>
121
- <param name="image">The file if it is in the cache, else null.</param>
122
- <returns>True if the file is in the cache, otherwise false.</returns>
123
- </member>
124
- <member name="M:SIMULTAN.Util.Caching.IImageCache`1.Contains(System.String)">
125
- <summary>
126
- Returns if the file with the given key is cached.
127
- </summary>
128
- <param name="key">The key to the file. (relative path to the file)</param>
129
- <returns>Returns if the file with the given key is cached.</returns>
130
- </member>
131
- <member name="M:SIMULTAN.Util.Caching.IImageCache`1.Remove(System.String)">
132
- <summary>
133
- Deletes the file with the given key.
134
- </summary>
135
- <param name="key">The key to the file. (relative path to the file)</param>
136
- </member>
137
- <member name="M:SIMULTAN.Util.Caching.IImageCache`1.Clear">
138
- <summary>
139
- Clears all files in the cache. The base directory will be empty.
140
- </summary>
141
- </member>
142
- <member name="T:SIMULTAN.Util.CollectionExtensions">
143
- <summary>
144
- Provides some usefull extensions for Collections
145
- </summary>
146
- </member>
147
- <member name="M:SIMULTAN.Util.CollectionExtensions.ForEach``1(System.Collections.ObjectModel.ObservableCollection{``0},System.Action{``0})">
148
- <summary>
149
- Executes an action for all elementes in the collection
150
- </summary>
151
- <typeparam name="T">The datatype</typeparam>
152
- <param name="collection">The collection</param>
153
- <param name="action">The action</param>
154
- </member>
155
- <member name="M:SIMULTAN.Util.CollectionExtensions.ForEach(System.Collections.IList,System.Action{System.Object})">
156
- <summary>
157
- Executes an action for all elementes in the collection
158
- </summary>
159
- <param name="collection">The collection</param>
160
- <param name="action">The action</param>
161
- </member>
162
- <member name="M:SIMULTAN.Util.CollectionExtensions.ForEach``1(System.Collections.Generic.IReadOnlyCollection{``0},System.Action{``0})">
163
- <summary>
164
- Executes an action for all elementes in the collection
165
- </summary>
166
- <typeparam name="T">The datatype</typeparam>
167
- <param name="collection">The collection</param>
168
- <param name="action">The action</param>
169
- </member>
170
- <member name="M:SIMULTAN.Util.CollectionExtensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
171
- <summary>
172
- Executes an action for all elementes in the collection
173
- </summary>
174
- <typeparam name="T">The datatype</typeparam>
175
- <param name="collection">The collection</param>
176
- <param name="action">The action</param>
177
- </member>
178
- <member name="M:SIMULTAN.Util.CollectionExtensions.AddRange``1(System.Collections.ObjectModel.ObservableCollection{``0},System.Collections.Generic.IEnumerable{``0})">
179
- <summary>
180
- Adds a range of items to the collection
181
- </summary>
182
- <typeparam name="T">Item type</typeparam>
183
- <param name="collection">The collecton</param>
184
- <param name="items">The items to add</param>
185
- </member>
186
- <member name="M:SIMULTAN.Util.CollectionExtensions.ArgMin``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
187
- <summary>
188
- Returns the element with the lowest key value
189
- </summary>
190
- <typeparam name="T">Type of the elements</typeparam>
191
- <typeparam name="Key">Type of the key. Has to implement IComparable</typeparam>
192
- <param name="collection">The collection</param>
193
- <param name="key">Function that calculates the key</param>
194
- <returns>The element with the lowest key value</returns>
195
- </member>
196
- <member name="M:SIMULTAN.Util.CollectionExtensions.ArgMax``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
197
- <summary>
198
- Returns the element with the highest key value
199
- </summary>
200
- <typeparam name="T">Type of the elements</typeparam>
201
- <typeparam name="Key">Type of the key. Has to implement IComparable</typeparam>
202
- <param name="collection">The collection</param>
203
- <param name="key">Function that calculates the key</param>
204
- <returns>The element with the highest key value</returns>
205
- </member>
206
- <member name="M:SIMULTAN.Util.CollectionExtensions.RemoveWhere``1(System.Collections.ObjectModel.Collection{``0},System.Func{``0,System.Boolean})">
207
- <summary>
208
- Removes all items from a collection that fulfill the predicate
209
- </summary>
210
- <typeparam name="T">Item type of the collection</typeparam>
211
- <param name="collection">The collection</param>
212
- <param name="predicate">Predicate to determine which elements will be removed</param>
213
- </member>
214
- <member name="M:SIMULTAN.Util.CollectionExtensions.RemoveWhere``1(System.Collections.Generic.List{``0},System.Func{``0,System.Boolean})">
215
- <summary>
216
- Removes all items from a collection that fulfill the predicate
217
- </summary>
218
- <typeparam name="T">Item type of the collection</typeparam>
219
- <param name="collection">The collection</param>
220
- <param name="predicate">Predicate to determine which elements will be removed</param>
221
- </member>
222
- <member name="M:SIMULTAN.Util.CollectionExtensions.RemoveWhere``1(System.Collections.ObjectModel.Collection{``0},System.Func{``0,System.Boolean},System.Action{``0})">
223
- <summary>
224
- Removes all items from a collection that fulfill the predicate
225
- </summary>
226
- <typeparam name="T">Item type of the collection</typeparam>
227
- <param name="collection">The collection</param>
228
- <param name="predicate">Predicate to determine which elements will be removed</param>
229
- <param name="removeAction">Action that gets called on all elements that are removed</param>
230
- </member>
231
- <member name="M:SIMULTAN.Util.CollectionExtensions.RemoveWhere``1(System.Collections.Generic.List{``0},System.Func{``0,System.Boolean},System.Action{``0})">
232
- <summary>
233
- Removes all items from a collection that fulfill the predicate
234
- </summary>
235
- <typeparam name="T">Item type of the collection</typeparam>
236
- <param name="collection">The collection</param>
237
- <param name="predicate">Predicate to determine which elements will be removed</param>
238
- <param name="removeAction">Action that gets called on all elements that are removed</param>
239
- </member>
240
- <member name="M:SIMULTAN.Util.CollectionExtensions.RemoveFirst``1(System.Collections.ObjectModel.Collection{``0},System.Func{``0,System.Boolean})">
241
- <summary>
242
- Removes the first occurence that matches the predicate.
243
- </summary>
244
- <typeparam name="T"></typeparam>
245
- <param name="collection">The collection</param>
246
- <param name="predicate">Predicate to determine which elements will be removed</param>
247
- <returns>True when an item has been removed, otherwise False</returns>
248
- </member>
249
- <member name="M:SIMULTAN.Util.CollectionExtensions.RemoveFirst``1(System.Collections.ObjectModel.Collection{``0},System.Func{``0,System.Boolean},``0@)">
250
- <summary>
251
- Removes the first occurence that matches the predicate.
252
- </summary>
253
- <typeparam name="T"></typeparam>
254
- <param name="collection">The collection</param>
255
- <param name="predicate">Predicate to determine which elements will be removed</param>
256
- <param name="removed">The removed item</param>
257
- <returns>True when an item has been removed, otherwise False</returns>
258
- </member>
259
- <member name="M:SIMULTAN.Util.CollectionExtensions.ToObservableCollection``1(System.Collections.Generic.IEnumerable{``0})">
260
- <summary>
261
- Converts an enumerable to a observable collection
262
- </summary>
263
- <typeparam name="T">Type of the items</typeparam>
264
- <param name="enumerable">The enumerable to convert</param>
265
- <returns>An observable collection</returns>
266
- </member>
267
- <member name="M:SIMULTAN.Util.CollectionExtensions.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Windows.Media.Media3D.Point3D})">
268
- <summary>
269
- Calculates the average Point3D
270
- </summary>
271
- <typeparam name="T">Type of the collection</typeparam>
272
- <param name="enumerable">The collection</param>
273
- <param name="selector">Calculates a Point3D from a collection element</param>
274
- <returns>The average Point3D</returns>
275
- </member>
276
- <member name="M:SIMULTAN.Util.CollectionExtensions.Average``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Windows.Media.Media3D.Vector3D})">
277
- <summary>
278
- Calculates the average Vector3D
279
- </summary>
280
- <typeparam name="T">Type of the collection</typeparam>
281
- <param name="enumerable">The collection</param>
282
- <param name="selector">Calculates a Vector3D from a collection element</param>
283
- <returns>The average Vector3D</returns>
284
- </member>
285
- <member name="M:SIMULTAN.Util.CollectionExtensions.DistinctBy``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Object})">
286
- <summary>
287
- Returns a distinct list where the equality is determined by the selector
288
- </summary>
289
- <typeparam name="T">Type of the elements</typeparam>
290
- <param name="enumerable">The collection</param>
291
- <param name="selector">Method that selects the object to compare</param>
292
- <returns>A list where no two items have the same selector value</returns>
293
- </member>
294
- <member name="M:SIMULTAN.Util.CollectionExtensions.ToList``1(System.Collections.IList)">
295
- <summary>
296
- Converts an IList into a typed list
297
- </summary>
298
- <typeparam name="T">Type of the items</typeparam>
299
- <param name="iList">The original list</param>
300
- <returns>The typed list</returns>
301
- </member>
302
- <member name="M:SIMULTAN.Util.CollectionExtensions.HandleCollectionChanged``2(System.Collections.Specialized.NotifyCollectionChangedEventArgs,System.Collections.Generic.IList{``1},System.Func{``0,``1})">
303
- <summary>
304
- Handles a collection change event translation
305
- Basically, this method duplicates the CollectionChanged operation onto another list
306
- </summary>
307
- <typeparam name="TSource">Source element type</typeparam>
308
- <typeparam name="TTarget">Target element type</typeparam>
309
- <param name="args">CollectionChanged event args</param>
310
- <param name="target">Target list</param>
311
- <param name="convert">Function to convert from source to target</param>
312
- </member>
313
- <member name="M:SIMULTAN.Util.CollectionExtensions.TryFirstOrDefault``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0},``0@)">
314
- <summary>
315
- Tries to find the first element that matches the predicate. Returns True when one is found or False when non is found.
316
- </summary>
317
- <typeparam name="T">Type of the elements in the collection</typeparam>
318
- <param name="source">The collection</param>
319
- <param name="predicate">The matching function. Has to return True for a match</param>
320
- <param name="value">The found value. Only valid when the method returns True</param>
321
- <returns>True when one is found or False when non is found</returns>
322
- </member>
323
- <member name="M:SIMULTAN.Util.CollectionExtensions.FindIndex``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0})">
324
- <summary>
325
- Returns the index of the first item that matches the predicate, or -1 when no matching item exists
326
- </summary>
327
- <typeparam name="T">Type of the collection elements</typeparam>
328
- <param name="list">The collection</param>
329
- <param name="predicate">The predicate to search for</param>
330
- <returns>The index of the first item that matches the predicate, or -1 when no matching item exists</returns>
331
- </member>
332
- <member name="M:SIMULTAN.Util.CollectionExtensions.Split``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0})">
333
- <summary>
334
- Splits a list into two lists: One with elements matching the predicate, the other with elements not matching.
335
- </summary>
336
- <typeparam name="T">Type of the list elements</typeparam>
337
- <param name="list">The input list</param>
338
- <param name="predicate">Predicate to decide into which list elements should be sorted</param>
339
- <returns>Two lists:
340
- - trueItems contains all items where predicate returns true.
341
- - falseItems returns all items where predicate returns false.
342
- </returns>
343
- </member>
344
- <member name="T:SIMULTAN.Util.Collections.BulkObservableCollection`1">
345
- <summary>
346
- ObservableCollectiont hat allows for bulk-adds
347
- </summary>
348
- <typeparam name="T"></typeparam>
349
- </member>
350
- <member name="P:SIMULTAN.Util.Collections.BulkObservableCollection`1.SuppressNotification">
351
- <inheritdoc />
352
- </member>
353
- <member name="M:SIMULTAN.Util.Collections.BulkObservableCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
354
- <inheritdoc />
355
- </member>
356
- <member name="M:SIMULTAN.Util.Collections.BulkObservableCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
357
- <summary>
358
- Adds a number of elements to the collection. Issues only one event
359
- </summary>
360
- <param name="list"></param>
361
- </member>
362
- <member name="T:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1">
363
- <summary>
364
- Observable collection that allows suppressing the CollectionChanged event w/o side-effects. The default state does not suppress events.
365
- The Clear method sends a remove event in addition to the reset event.
366
- </summary>
367
- </member>
368
- <member name="P:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.SuppressNotification">
369
- <summary>
370
- When true, the ElectiveCollectionChanged event is not emitted at all. The CollectionChanged is emitted always.
371
- </summary>
372
- </member>
373
- <member name="E:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.ElectiveCollectionChanged">
374
- <summary>
375
- This event is emitted only when <see cref="P:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.SuppressNotification"/> is set to True.
376
- </summary>
377
- </member>
378
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
379
- <inheritdoc />
380
- </member>
381
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.ClearItems">
382
- <inheritdoc />
383
- </member>
384
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.#ctor">
385
- <summary>
386
- Initializes an empty ElectivelyObservableCollection.
387
- </summary>
388
- </member>
389
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
390
- <summary>
391
- Initializes a ElectivelyObservableCollection with the given collection.
392
- </summary>
393
- <param name="collection"></param>
394
- </member>
395
- <member name="T:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2">
396
- <summary>
397
- Provides a dictionary that notifies on Add, Remove, Reset according to user preference.
398
- </summary>
399
- </member>
400
- <member name="E:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.ElectiveCollectionChanged">
401
- <summary>
402
- Emitted when the collection changes and the notifications are not suppressed.
403
- </summary>
404
- </member>
405
- <member name="P:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.SuppressNotification">
406
- <summary>
407
- When true, the ElectiveCollectionChanged event is not emitted at all. The CollectionChanged is emitted always.
408
- </summary>
409
- </member>
410
- <member name="P:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.SuppressedEvents">
411
- <summary>
412
- Holds the supressed events until the next change of <see cref="P:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.SuppressNotification"/>.
413
- </summary>
414
- </member>
415
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.NotifyObserversOfChange(System.Collections.Specialized.NotifyCollectionChangedAction,`0,`1,`0,`1)">
416
- <inheritdoc/>
417
- </member>
418
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
419
- <summary>
420
- Uses a copy of the input dictionary to intialize an instance of ElectivelyObservableDictionary.
421
- </summary>
422
- <param name="dictionary">the given input dictionary</param>
423
- </member>
424
- <member name="M:SIMULTAN.Util.Collections.ElectivelyObservableDictionary`2.#ctor">
425
- <summary>
426
- Initalizes an empty ElectivelyObservableDictionary.
427
- </summary>
428
- </member>
429
- <member name="T:SIMULTAN.Util.Collections.IReadOnlyObservableCollection`1">
430
- <summary>
431
- A combination of IReadOnlyCollection and INotifyCollectionChanged. Used to return readonly collections while still giving change notifications
432
- </summary>
433
- <typeparam name="T"></typeparam>
434
- </member>
435
- <member name="T:SIMULTAN.Util.Collections.IReadonlyObservableDictionary`2">
436
- <summary>
437
- A combination of IReadOnlyDictionary and INotifyCollectionChanged. Used to return readonly dictionaries while still giving change notifications
438
- </summary>
439
- <typeparam name="TKey"></typeparam>
440
- <typeparam name="TValue"></typeparam>
441
- </member>
442
- <member name="T:SIMULTAN.Util.Collections.ObservableDictionary`2">
443
- <summary>
444
- Provides a dictionary that notifies on Add, Remove, Reset.
445
- </summary>
446
- </member>
447
- <member name="F:SIMULTAN.Util.Collections.ObservableDictionary`2.dictionary">
448
- <summary>
449
- The internal container holding the dictionary data.
450
- </summary>
451
- </member>
452
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.#ctor">
453
- <summary>
454
- Initalizes an empty observable dictionary.
455
- </summary>
456
- </member>
457
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
458
- <summary>
459
- Uses a copy of the input dictionary to intialize an instance of ObservableDictionary.
460
- </summary>
461
- <param name="dictionary">the given input dictionary</param>
462
- </member>
463
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})">
464
- <summary>
465
- Initializes an instance of ObservableDictionary from an enumerable collection of key-value pairs.
466
- </summary>
467
- <param name="input">the key-value pairs to be translated</param>
468
- </member>
469
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`1})">
470
- <summary>
471
- Initalizes an instance of ObservableDictionary from separate collections of keys and values.
472
- Throws an exception if one of the collections is empty, or the number of elements in the collections differ.
473
- </summary>
474
- <param name="keys">the keys</param>
475
- <param name="values">the values aligned with the keys</param>
476
- </member>
477
- <member name="E:SIMULTAN.Util.Collections.ObservableDictionary`2.CollectionChanged">
478
- <summary>
479
- Emitted when the collection changes.
480
- </summary>
481
- </member>
482
- <member name="E:SIMULTAN.Util.Collections.ObservableDictionary`2.PropertyChanged">
483
- <summary>
484
- Emitted when a property on the collection changes.
485
- </summary>
486
- </member>
487
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.NotifyObserversOfChange(System.Collections.Specialized.NotifyCollectionChangedAction,`0,`1,`0,`1)">
488
- <summary>
489
- Notifies observers of CollectionChanged or PropertyChanged of an update to the dictionary.
490
- </summary>
491
- <param name="_action">indicates the type of change</param>
492
- <param name="_new_key">the new key</param>
493
- <param name="_new_value">the new value</param>
494
- <param name="_old_key">the old key</param>
495
- <param name="_old_value">the old value</param>
496
- </member>
497
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.NotifyObserversOfChange(System.Collections.Specialized.NotifyCollectionChangedAction,System.Collections.IList)">
498
- <summary>
499
- Notifies observers of CollectionChanged or PropertyChanged of an update to the dictionary.
500
- </summary>
501
- <param name="_action">indicates the type of change. Has to be Reset or Add</param>
502
- <param name="modifiedObjects">A list of objects that were modified.</param>
503
- </member>
504
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})">
505
- <inheritdoc/>
506
- </member>
507
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Clear">
508
- <inheritdoc/>
509
- </member>
510
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.Clear">
511
- <summary>
512
- Public clear method.
513
- </summary>
514
- </member>
515
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
516
- <inheritdoc/>
517
- </member>
518
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
519
- <inheritdoc/>
520
- </member>
521
- <member name="P:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Count">
522
- <inheritdoc/>
523
- </member>
524
- <member name="P:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly">
525
- <inheritdoc/>
526
- </member>
527
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
528
- <inheritdoc/>
529
- </member>
530
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator">
531
- <inheritdoc/>
532
- </member>
533
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.System#Collections#IEnumerable#GetEnumerator">
534
- <inheritdoc/>
535
- </member>
536
- <member name="P:SIMULTAN.Util.Collections.ObservableDictionary`2.Count">
537
- <summary>
538
- Gives the number of elements in the dictionary.
539
- </summary>
540
- </member>
541
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.Add(`0,`1)">
542
- <inheritdoc/>
543
- </member>
544
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})">
545
- <summary>
546
- Adds a range of key-value pairs to the dictionary.
547
- </summary>
548
- <param name="range">the key-value pairs to be added</param>
549
- </member>
550
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.AddRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`1})">
551
- <summary>
552
- Adds a range of key-value pairs to the dictionary.
553
- Throws an exception if one of the collections is empty, or the number of elements in the collections differ.
554
- </summary>
555
- <param name="keys">the keys in the correct order</param>
556
- <param name="values">the values in the correct order.</param>
557
- </member>
558
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.ContainsKey(`0)">
559
- <inheritdoc/>
560
- </member>
561
- <member name="P:SIMULTAN.Util.Collections.ObservableDictionary`2.Keys">
562
- <inheritdoc/>
563
- </member>
564
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.Remove(`0)">
565
- <inheritdoc/>
566
- </member>
567
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.TryGetValue(`0,`1@)">
568
- <inheritdoc/>
569
- </member>
570
- <member name="P:SIMULTAN.Util.Collections.ObservableDictionary`2.Values">
571
- <inheritdoc/>
572
- </member>
573
- <member name="P:SIMULTAN.Util.Collections.ObservableDictionary`2.Item(`0)">
574
- <inheritdoc/>
575
- </member>
576
- <member name="M:SIMULTAN.Util.Collections.ObservableDictionary`2.ContainsValue(`1)">
577
- <summary>
578
- Determines if the given value is contained here.
579
- </summary>
580
- <param name="value">the value we are looking for</param>
581
- <returns>true if found, false otherwise</returns>
582
- </member>
583
- <member name="T:SIMULTAN.Util.AdmissibilityQueries">
584
- <summary>
585
- Provides methods for checking the admissibility of various names of files or properties
586
- by applying user-defined predicates for admissibility testing.
587
- </summary>
588
- </member>
589
- <member name="M:SIMULTAN.Util.AdmissibilityQueries.FileNameIsAdmissible(System.IO.FileInfo,System.Predicate{System.String})">
590
- <summary>
591
- Checks if the given file name is admissible by applying the given predicate. If the name
592
- is inadmissible, returns an alternative name.
593
- </summary>
594
- <param name="new_file">the proposed file</param>
595
- <param name="isAdmissible">the predicate checking for admissibility</param>
596
- <returns>if the file is admissible, and an alternative if not</returns>
597
- </member>
598
- <member name="M:SIMULTAN.Util.AdmissibilityQueries.DirectoryNameIsAdmissible(System.IO.DirectoryInfo,System.Predicate{System.String})">
599
- <summary>
600
- Checks if the given directory name is admissible by applying the given predicate. If the name
601
- is inadmissible, returns an alternative name.
602
- </summary>
603
- <param name="new_dir">the proposed directory</param>
604
- <param name="isAdmissible">the predicate checking for admissibility</param>
605
- <returns>if the directory is admissible, and an alternative if not</returns>
606
- </member>
607
- <member name="M:SIMULTAN.Util.AdmissibilityQueries.PropertyNameIsAdmissible(System.String,System.Predicate{System.String})">
608
- <summary>
609
- Checks if the given name is admissible by checking via the given predicate.
610
- If the name is inadmissible, return an alternative name.
611
- </summary>
612
- <param name="name">the proposed name</param>
613
- <param name="isAdmissible">the predicate checking for admissibility</param>
614
- <returns>if the name is admissible, and an alternative name if not</returns>
615
- </member>
616
- <member name="M:SIMULTAN.Util.AdmissibilityQueries.FindCopyName(System.String,System.Predicate{System.String})">
617
- <summary>
618
- Finds a valid name while copying objects
619
- </summary>
620
- <param name="name">The proposed name</param>
621
- <param name="isUsed">A predicate that returns True when the name is already in use</param>
622
- <returns>A valid name</returns>
623
- </member>
624
- <member name="T:SIMULTAN.Util.CommonExtensions">
625
- <summary>
626
- Contains extensions for common types
627
- </summary>
628
- </member>
629
- <member name="M:SIMULTAN.Util.CommonExtensions.InRange``1(``0,``0,``0)">
630
- <summary>
631
- Return true when the value is inside the range boundaries
632
- </summary>
633
- <typeparam name="T">Type of all values</typeparam>
634
- <param name="value">The value</param>
635
- <param name="minRange">Minimum value</param>
636
- <param name="maxRange">Maximum value</param>
637
- <returns>True when value in [minRange, maxRange]</returns>
638
- </member>
639
- <member name="M:SIMULTAN.Util.CommonExtensions.SecureEquals(System.Security.SecureString,System.Security.SecureString)">
640
- <summary>
641
- Compares two SecureStrings for equality.
642
- </summary>
643
- <param name="s1">The current string</param>
644
- <param name="s2">The other string</param>
645
- <returns>True when both strings contain the same text. Otherwise False</returns>
646
- </member>
647
- <member name="M:SIMULTAN.Util.CommonExtensions.Clamp``1(``0,``0,``0)">
648
- <summary>
649
- Clamps a value to a range
650
- </summary>
651
- <typeparam name="T">Type of the value</typeparam>
652
- <param name="val">The value</param>
653
- <param name="min">Minimum</param>
654
- <param name="max">Maximum</param>
655
- <returns>val when val in [min, max], otherwise min or max</returns>
656
- Code from https://stackoverflow.com/questions/2683442/where-can-i-find-the-clamp-function-in-net/20443081
657
- </member>
658
- <member name="M:SIMULTAN.Util.CommonExtensions.IsCollinear(System.Windows.Media.Media3D.Vector3D,System.Windows.Media.Media3D.Vector3D,System.Double)">
659
- <summary>
660
- Checks whether two given vectors are collinear using a custom threshold
661
- </summary>
662
- <param name="v1">The current vector</param>
663
- <param name="v2">The other vector</param>
664
- <param name="threshold">Threshold to test for collinearity</param>
665
- <returns>true if vectors are collinear, otherwise false</returns>
666
- </member>
667
- <member name="M:SIMULTAN.Util.CommonExtensions.Transpose(System.Windows.Media.Media3D.Matrix3D)">
668
- <summary>
669
- Transposes a matrix and returns it as a new object
670
- </summary>
671
- <param name="m">This</param>
672
- <returns>A new matrix which is the transpose of this</returns>
673
- </member>
674
- <member name="M:SIMULTAN.Util.CommonExtensions.EqualsWithNan(System.Double,System.Double)">
675
- <summary>
676
- Checks if two doubles are equal or if both are NaN
677
- </summary>
678
- <param name="d">First double</param>
679
- <param name="other">Second double</param>
680
- <returns>True when both doubles have the same value or both doubles are NaN</returns>
681
- </member>
682
- <member name="M:SIMULTAN.Util.CommonExtensions.MatrixFromAxes(System.Windows.Media.Media3D.Vector3D,System.Windows.Media.Media3D.Vector3D,System.Windows.Media.Media3D.Vector3D,System.Windows.Media.Media3D.Point3D)">
683
- <summary>
684
- Creates a Matrix3D from 3 orthogonal axes x,y and z and an offset p
685
- </summary>
686
- <param name="x">x-axis, 1st row</param>
687
- <param name="y">y-axis, 2nd row</param>
688
- <param name="z">z-axis, 3rd row</param>
689
- <param name="p">offset, 4th row</param>
690
- <returns>Matrix</returns>
691
- </member>
692
- <member name="M:SIMULTAN.Util.CommonExtensions.GetVersion(System.Version,System.Int32)">
693
- <summary>
694
- Returns a new version instance which contains only the first fieldCount components
695
- </summary>
696
- <param name="version">The version</param>
697
- <param name="fieldCount">The number of components to copy to the output</param>
698
- <returns>A new version containing the selected components. All other values have their default value</returns>
699
- </member>
700
- <member name="T:SIMULTAN.Util.Comparer.AlphaNumericComparer">
701
- <summary>
702
- Compares two strings while correctly comparing numbers inside the strings.
703
- From: https://www.dotnetperls.com/alphanumeric-sorting
704
- </summary>
705
- </member>
706
- <member name="M:SIMULTAN.Util.Comparer.AlphaNumericComparer.Compare(System.Object,System.Object)">
707
- <inheritdoc />
708
- </member>
709
- <member name="T:SIMULTAN.Util.Debugging.DebuggingManager">
710
- <summary>
711
- Handles debug settings. This is a Singleton class
712
- </summary>
713
- </member>
714
- <member name="P:SIMULTAN.Util.Debugging.DebuggingManager.Instance">
715
- <summary>
716
- Returns the singleton instance
717
- </summary>
718
- </member>
719
- <member name="P:SIMULTAN.Util.Debugging.DebuggingManager.ShowDebugInfo">
720
- <summary>
721
- When set to True, additional debug information is shown
722
- </summary>
723
- </member>
724
- <member name="P:SIMULTAN.Util.Debugging.DebuggingManager.ShowDebugInfoValue">
725
- <summary>
726
- Helper getter that returns the underlying value for ShowDebugInfo (should only be used for saving the setting)
727
- </summary>
728
- </member>
729
- <member name="M:SIMULTAN.Util.Debugging.DebuggingManager.#ctor">
730
- <summary>
731
- Initializes a new instance of the DebuggingManager class
732
- </summary>
733
- </member>
734
- <member name="T:SIMULTAN.Util.Debugging.DebuggingVisible">
735
- <summary>
736
- Hides Elements unless the Debugger is attached or debugging is enabled in the AppSettings.
737
- Returns a Visibility
738
- </summary>
739
- </member>
740
- <member name="M:SIMULTAN.Util.Debugging.DebuggingVisible.FormatOutput(XAMLMarkupExtensions.Base.TargetInfo,XAMLMarkupExtensions.Base.TargetInfo)">
741
- <inheritdoc />
742
- </member>
743
- <member name="M:SIMULTAN.Util.Debugging.DebuggingVisible.UpdateOnEndpoint(XAMLMarkupExtensions.Base.TargetInfo)">
744
- <inheritdoc />
745
- </member>
746
- <member name="T:SIMULTAN.Util.ElevationProvider.BulkElevationProviderAttribute">
747
- <summary>
748
- Attribute to mark an BulkElevationProvider. Used to categorise BulkElevationProvider Addons.
749
- </summary>
750
- </member>
751
- <member name="T:SIMULTAN.Util.ElevationProvider.ElevationProviderAttribute">
752
- <summary>
753
- Attribute to mark an ElevationProvider. Used to categorise ElevationProvider Addons.
754
- </summary>
755
- </member>
756
- <member name="T:SIMULTAN.Util.ElevationProvider.GeolandElevationProvider">
757
- <inheritdoc />
758
- </member>
759
- <member name="P:SIMULTAN.Util.ElevationProvider.GeolandElevationProvider.MaxZoomLevel">
760
- <inheritdoc/>
761
- </member>
762
- <member name="M:SIMULTAN.Util.ElevationProvider.GeolandElevationProvider.#ctor">
763
- <summary>
764
- Initializes a new instance of the GeolandElevationProvider class
765
- </summary>
766
- </member>
767
- <member name="M:SIMULTAN.Util.ElevationProvider.GeolandElevationProvider.GetElevationAtPoint(System.Double,System.Double,System.Int32)">
768
- <inheritdoc />
769
- </member>
770
- <member name="M:SIMULTAN.Util.ElevationProvider.GeolandElevationProvider.GetZoomLevelForGridCellSize(System.Double)">
771
- <inheritdoc/>
772
- </member>
773
- <member name="M:SIMULTAN.Util.ElevationProvider.GeolandElevationProvider.GetDisplayName">
774
- <inheritdoc/>
775
- </member>
776
- <member name="T:SIMULTAN.Util.ElevationProvider.IBulkElevationProvider">
777
- <summary>
778
- Interface defining a provider for elevation data.
779
- </summary>
780
- </member>
781
- <member name="M:SIMULTAN.Util.ElevationProvider.IBulkElevationProvider.GetElevationAtPoints(System.Collections.Generic.IList{System.ValueTuple{System.Double,System.Double}},System.Int32)">
782
- <summary>
783
- Fetches the elevations of the given coordinates in WSG84 format.
784
- Throws an ElevationNotFoundException when one the elevation could not be determined or an error occurred.
785
- </summary>
786
- <param name="coordinates">The coordinates to retrieve the elevation for. In (latitude, longitude) pairs.</param>
787
- <param name="zoomLevel">The zoom level to retrieve the data for. 0 = lowest resolution. Will only change result if implemented.</param>
788
- <returns>Height in reference to the implementation. Reference 0 point can vary between implementations. Ordering matches the input coordinate ordering.</returns>
789
- </member>
790
- <member name="M:SIMULTAN.Util.ElevationProvider.IBulkElevationProvider.GetTileData(System.ValueTuple{System.Double,System.Double},System.Int32)">
791
- <summary>
792
- Fetches the data of a whole tile. Data is in a row by row format.
793
- </summary>
794
- <param name="pointInTile">A point somewhere inside of the tile you want to fetch.</param>
795
- <param name="zoomLevel">The zoom level at which the tile should be fetched.</param>
796
- <returns>The data of the tile in a row-by-row format, the width and the height.</returns>
797
- </member>
798
- <member name="T:SIMULTAN.Util.ElevationProvider.ElevationNotFoundException">
799
- <summary>
800
- Exception thrown when the elevation of a point could not be found.
801
- </summary>
802
- </member>
803
- <member name="M:SIMULTAN.Util.ElevationProvider.ElevationNotFoundException.#ctor">
804
- <summary>
805
- Creates an instance of this exception.
806
- </summary>
807
- </member>
808
- <member name="M:SIMULTAN.Util.ElevationProvider.ElevationNotFoundException.#ctor(System.String)">
809
- <summary>
810
- Creates an instance of this exception.
811
- </summary>
812
- <param name="message">The exception message.</param>
813
- </member>
814
- <member name="M:SIMULTAN.Util.ElevationProvider.ElevationNotFoundException.#ctor(System.String,System.Exception)">
815
- <summary>
816
- Creates an instance of this exception.
817
- </summary>
818
- <param name="message">The exception message.</param>
819
- <param name="inner">The inner exception.</param>
820
- </member>
821
- <member name="M:SIMULTAN.Util.ElevationProvider.ElevationNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
822
- <inheritdoc />
823
- </member>
824
- <member name="T:SIMULTAN.Util.ElevationProvider.IElevationProvider">
825
- <summary>
826
- Interface defining a provider for elevation data.
827
- </summary>
828
- </member>
829
- <member name="P:SIMULTAN.Util.ElevationProvider.IElevationProvider.MaxZoomLevel">
830
- <summary>
831
- The maximum supported zoom level of this elevation provider.
832
- </summary>
833
- </member>
834
- <member name="M:SIMULTAN.Util.ElevationProvider.IElevationProvider.GetElevationAtPoint(System.Double,System.Double,System.Int32)">
835
- <summary>
836
- Fetches the elevation of the given longitude and latitude in WSG84 format.
837
- Throws an ElevationNotFoundException when the elevation could not be determined.
838
- </summary>
839
- <param name="longitude">Longitude of the point in WSG84 format.</param>
840
- <param name="latitude">Latitude of the point in WSG84 format.</param>
841
- <param name="zoomLevel">The zoom level to retrieve the data for. 0 = lowest resolution. Will only change result if implemented.</param>
842
- <returns>Height in reference to the implementation. Reference 0 point can vary between implementations.</returns>
843
- </member>
844
- <member name="M:SIMULTAN.Util.ElevationProvider.IElevationProvider.GetZoomLevelForGridCellSize(System.Double)">
845
- <summary>
846
- If supported, returns the zoom level to use for a certain grid cell size. Unit of cell size depends on implementation.
847
- </summary>
848
- <param name="gridCellSize">The grid cell size.</param>
849
- <returns>The zoom level to use for a certain grid cell size.</returns>
850
- </member>
851
- <member name="M:SIMULTAN.Util.ElevationProvider.IElevationProvider.GetDisplayName">
852
- <summary>
853
- Return the localized display name of this Provider implementation.
854
- </summary>
855
- <returns>The localized display name of this Provider implementation.</returns>
856
- </member>
857
- <member name="T:SIMULTAN.Util.EventHandling.WeakEventHandlerBase`1">
858
- <summary>
859
- Base class for Weak EventHandler (EventHandler that don't keep the target alive)
860
- </summary>
861
- <typeparam name="EventHandlerT">Type of the eventhandler delegate</typeparam>
862
- </member>
863
- <member name="P:SIMULTAN.Util.EventHandling.WeakEventHandlerBase`1.Target">
864
- <summary>
865
- The target object
866
- </summary>
867
- </member>
868
- <member name="P:SIMULTAN.Util.EventHandling.WeakEventHandlerBase`1.Method">
869
- <summary>
870
- The eventhandler method in the Target object
871
- </summary>
872
- </member>
873
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventHandlerBase`1.#ctor">
874
- <summary>
875
- Inititializes a new instance of the WeakEventHandlerBase class
876
- Call Assign from a derived class to set the Handler
877
- </summary>
878
- </member>
879
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventHandlerBase`1.#ctor(`0)">
880
- <summary>
881
- Inititializes a new instance of the WeakEventHandlerBase class
882
- </summary>
883
- <param name="handler">The EventHandler</param>
884
- </member>
885
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventHandlerBase`1.Assign(`0)">
886
- <summary>
887
- Assigns an event handler to this instance
888
- </summary>
889
- <param name="handler">The event handler</param>
890
- </member>
891
- <member name="T:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3">
892
- <summary>
893
- Weak EventHandler for events that have the default form (object sender, EventArgs args)
894
- </summary>
895
- <typeparam name="EventArgsT">The type of the EventArgs</typeparam>
896
- <typeparam name="EventSourceT">Type of the event source</typeparam>
897
- <typeparam name="WeakHandlerT">Type of the actual Weak EventHandler implementation</typeparam>
898
- </member>
899
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3.Attach(`1)">
900
- <summary>
901
- Called when the event handler should be attached to the event
902
- </summary>
903
- <param name="sender"></param>
904
- </member>
905
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3.Detach(`1)">
906
- <summary>
907
- Called when the event handler should be detached from the event
908
- </summary>
909
- <param name="sender"></param>
910
- </member>
911
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3.#ctor">
912
- <summary>
913
- Initializes a new instance of the WeakEventArgsEventHandler class
914
- </summary>
915
- </member>
916
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3.AddHandler(`1,System.EventHandler{`0})">
917
- <summary>
918
- Creates a new weak eventhandler and attaches it to the event
919
- </summary>
920
- <param name="sender">The sender object</param>
921
- <param name="handler">The event handler</param>
922
- <returns></returns>
923
- </member>
924
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3.RemoveHandler(`1,`2)">
925
- <summary>
926
- Removes a weak eventhandler from an event
927
- </summary>
928
- <param name="sender">The event owner</param>
929
- <param name="handler">The eventhandler that should be detached</param>
930
- </member>
931
- <member name="M:SIMULTAN.Util.EventHandling.WeakEventArgsEventHandler`3.Handler(System.Object,`0)">
932
- <summary>
933
- EventHandler which has to be attached to the actual event
934
- </summary>
935
- <param name="sender">The sender</param>
936
- <param name="args">The event args</param>
937
- </member>
938
- <member name="T:SIMULTAN.Util.EventHandling.WeakPropertyChangedEventHandler">
939
- <summary>
940
- Weak eventhandler for the PropertyChanged event
941
- </summary>
942
- </member>
943
- <member name="M:SIMULTAN.Util.EventHandling.WeakPropertyChangedEventHandler.Attach(System.ComponentModel.INotifyPropertyChanged)">
944
- <inheritdoc />
945
- </member>
946
- <member name="M:SIMULTAN.Util.EventHandling.WeakPropertyChangedEventHandler.Detach(System.ComponentModel.INotifyPropertyChanged)">
947
- <inheritdoc />
948
- </member>
949
- <member name="T:SIMULTAN.Util.Exceptions.ExceptionToFileWriter">
950
- <summary>
951
- Provides methods for writing an Exception to a log file
952
- </summary>
953
- </member>
954
- <member name="M:SIMULTAN.Util.Exceptions.ExceptionToFileWriter.Write(System.Exception)">
955
- <summary>
956
- Writes an exception to a log file. The path of the log is .\simultan_exception_{DATETIME}.txt
957
- </summary>
958
- <param name="e">The exception</param>
959
- <returns>Returns the exception log file</returns>
960
- </member>
961
- <member name="M:SIMULTAN.Util.Exceptions.ExceptionToFileWriter.Write(System.Exception,System.IO.FileInfo)">
962
- <summary>
963
- Writes an exception to a log file.
964
- </summary>
965
- <param name="e">The exception</param>
966
- <param name="exceptionFile">The file into which the exception should be written</param>
967
- <returns>Returns the exception log file</returns>
968
- </member>
969
- <member name="T:SIMULTAN.Util.Exceptions.FileInUseException">
970
- <summary>
971
- Thrown when a file is already in use
972
- </summary>
973
- </member>
974
- <member name="P:SIMULTAN.Util.Exceptions.FileInUseException.File">
975
- <summary>
976
- The file in question
977
- </summary>
978
- </member>
979
- <member name="M:SIMULTAN.Util.Exceptions.FileInUseException.#ctor(System.IO.FileInfo)">
980
- <summary>
981
- Initializes a new instance of the FileInUseException class
982
- </summary>
983
- <param name="file">The file that has already been in use</param>
984
- </member>
985
- <member name="T:SIMULTAN.Util.Exceptions.InvalidStateException">
986
- <summary>
987
- Exception thrown whenever an operation sets the datamodel in an invalid state
988
- </summary>
989
- </member>
990
- <member name="M:SIMULTAN.Util.Exceptions.InvalidStateException.#ctor(System.String)">
991
- <summary>
992
- Initializes a new instance of the InvalidStateException class
993
- </summary>
994
- <param name="message">An error message for the user</param>
995
- </member>
996
- <member name="M:SIMULTAN.Util.Exceptions.InvalidStateException.#ctor(System.String,System.Exception)">
997
- <summary>
998
- Initializes a new instance of the InvalidStateException class
999
- </summary>
1000
- <param name="message">An error message for the user</param>
1001
- <param name="innerException">The exception which caused this exception</param>
1002
- </member>
1003
- <member name="T:SIMULTAN.Util.Files.DirectoryOperations">
1004
- <summary>
1005
- Contains methods for querying and manipulating directories.
1006
- </summary>
1007
- </member>
1008
- <member name="M:SIMULTAN.Util.Files.DirectoryOperations.DirectoryCopy(System.String,System.String,System.Boolean)">
1009
- <summary>
1010
- Copies a directory and its contents.
1011
- </summary>
1012
- <param name="_source">the source directory</param>
1013
- <param name="_target">the target directory</param>
1014
- <param name="_recursive">if true, the copy includes all sub-directories and files</param>
1015
- <remarks>source: "https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-copy-directories"</remarks>
1016
- </member>
1017
- <member name="T:SIMULTAN.Util.Files.LockTools">
1018
- <summary>
1019
- Tools for determining the processes locking down a file.
1020
- </summary>
1021
- </member>
1022
- <member name="T:SIMULTAN.Util.Files.LockTools.RM_UNIQUE_PROCESS">
1023
- <summary>
1024
- Uniquely identifies a process by its PID and the time the process began.
1025
- An array of RM_UNIQUE_PROCESS structures can be passed
1026
- to the RmRegisterResources function.
1027
- </summary>
1028
- </member>
1029
- <member name="T:SIMULTAN.Util.Files.LockTools.RM_PROCESS_INFO">
1030
- <summary>
1031
- Describes an application that is to be registered with the Restart Manager.
1032
- </summary>
1033
- </member>
1034
- <member name="T:SIMULTAN.Util.Files.LockTools.RM_APP_TYPE">
1035
- <summary>
1036
- Specifies the type of application that is described by
1037
- the RM_PROCESS_INFO structure.
1038
- </summary>
1039
- </member>
1040
- <member name="M:SIMULTAN.Util.Files.LockTools.RmRegisterResources(System.UInt32,System.UInt32,System.String[],System.UInt32,SIMULTAN.Util.Files.LockTools.RM_UNIQUE_PROCESS[],System.UInt32,System.String[])">
1041
- <summary>
1042
- Registers resources to a Restart Manager session. The Restart Manager uses
1043
- the list of resources registered with the session to determine which
1044
- applications and services must be shut down and restarted. Resources can be
1045
- identified by filenames, service short names, or RM_UNIQUE_PROCESS structures
1046
- that describe running applications.
1047
- </summary>
1048
- <param name="pSessionHandle">
1049
- A handle to an existing Restart Manager session.
1050
- </param>
1051
- <param name="nFiles">The number of files being registered</param>
1052
- <param name="rgsFilenames">
1053
- An array of null-terminated strings of full filename paths.
1054
- </param>
1055
- <param name="nApplications">The number of processes being registered</param>
1056
- <param name="rgApplications">An array of RM_UNIQUE_PROCESS structures</param>
1057
- <param name="nServices">The number of services to be registered</param>
1058
- <param name="rgsServiceNames">
1059
- An array of null-terminated strings of service short names.
1060
- </param>
1061
- <returns>The function can return one of the system error codes that
1062
- are defined in Winerror.h
1063
- </returns>
1064
- </member>
1065
- <member name="M:SIMULTAN.Util.Files.LockTools.RmStartSession(System.UInt32@,System.Int32,System.String)">
1066
- <summary>
1067
- Starts a new Restart Manager session. A maximum of 64 Restart Manager
1068
- sessions per user session can be open on the system at the same time.
1069
- When this function starts a session, it returns a session handle and
1070
- session key that can be used in subsequent calls to the Restart Manager API.
1071
- </summary>
1072
- <param name="pSessionHandle">
1073
- A pointer to the handle of a Restart Manager session.
1074
- </param>
1075
- <param name="dwSessionFlags">Reserved. This parameter should be 0.</param>
1076
- <param name="strSessionKey">
1077
- A null-terminated string that contains the session key to the new session.
1078
- </param>
1079
- <returns></returns>
1080
- </member>
1081
- <member name="M:SIMULTAN.Util.Files.LockTools.RmEndSession(System.UInt32)">
1082
- <summary>
1083
- Ends the Restart Manager session. This function should be called by the
1084
- primary installer that has previously started the session by calling the
1085
- RmStartSession function. The RmEndSession function can be called by a
1086
- secondary installer that is joined to the session once no more resources
1087
- need to be registered by the secondary installer.
1088
- </summary>
1089
- <param name="pSessionHandle">
1090
- A handle to an existing Restart Manager session.
1091
- </param>
1092
- <returns>
1093
- The function can return one of the system error codes
1094
- that are defined in Winerror.h.
1095
- </returns>
1096
- </member>
1097
- <member name="M:SIMULTAN.Util.Files.LockTools.RmGetList(System.UInt32,System.UInt32@,System.UInt32@,SIMULTAN.Util.Files.LockTools.RM_PROCESS_INFO[],System.UInt32@)">
1098
- <summary>
1099
- Gets a list of all applications and services that are currently using
1100
- resources that have been registered with the Restart Manager session.
1101
- </summary>
1102
- <param name="dwSessionHandle">
1103
- A handle to an existing Restart Manager session.
1104
- </param>
1105
- <param name="pnProcInfoNeeded">A pointer to an array size necessary to
1106
- receive RM_PROCESS_INFO structures required to return information for
1107
- all affected applications and services.
1108
- </param>
1109
- <param name="pnProcInfo">
1110
- A pointer to the total number of RM_PROCESS_INFO structures in an array
1111
- and number of structures filled.
1112
- </param>
1113
- <param name="rgAffectedApps">
1114
- An array of RM_PROCESS_INFO structures that list the applications and
1115
- services using resources that have been registered with the session.
1116
- </param>
1117
- <param name="lpdwRebootReasons">
1118
- Pointer to location that receives a value of the RM_REBOOT_REASON
1119
- enumeration that describes the reason a system restart is needed.
1120
- </param>
1121
- <returns></returns>
1122
- </member>
1123
- <member name="M:SIMULTAN.Util.Files.LockTools.FindLockers(System.String)">
1124
- <summary>
1125
- Returns a list of processes that have locks on a file.
1126
- </summary>
1127
- <param name="filename">the name of the file that is locked</param>
1128
- <returns>a list pof processes</returns>
1129
- </member>
1130
- <member name="T:SIMULTAN.Util.Files.FileState">
1131
- <summary>
1132
- Contains methods for querying information about files in the file system.
1133
- </summary>
1134
- </member>
1135
- <member name="M:SIMULTAN.Util.Files.FileState.IsInUse(System.IO.FileInfo)">
1136
- <summary>
1137
- Checks if the file is in use by applications that lock files. Attention: the state of
1138
- the file can change immediately after calling this method. So an attempts at deleting it
1139
- might still throw an exception!
1140
- </summary>
1141
- <param name="file">the file to check</param>
1142
- <returns>true if the given file is in use, false otherwise</returns>
1143
- </member>
1144
- <member name="M:SIMULTAN.Util.Files.FileState.WaitFile(System.IO.FileInfo,System.Int32,System.Int32)">
1145
- <summary>
1146
- Waits on the current thread till the lock on the file is removed.
1147
- Throws a <see cref="T:System.TimeoutException"/> if the timeout is reached.
1148
- </summary>
1149
- <param name="file">File to wait for.</param>
1150
- <param name="sleepTime">Time in ms to wait between checks. Default 1 second.</param>
1151
- <param name="timeout">Timeout in ms. Default 1 minute.</param>
1152
- </member>
1153
- <member name="T:SIMULTAN.Util.Files.FileSystemNavigation">
1154
- <summary>
1155
- Handles different types of paths to targets on the local file system.
1156
- </summary>
1157
- </member>
1158
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.GetRelativePath(System.String,System.String)">
1159
- <summary>
1160
- Calculates the relative from a directory to a file.
1161
- Throws exception, if any of the paths is not rooted. If the paths do not share the same root,
1162
- the absolute path of 'toPath' is returned.
1163
- </summary>
1164
- <param name="fromPath">the base from which to calculate the relative path</param>
1165
- <param name="toPath">the directory or file path for which to calculate the relative path</param>
1166
- <returns></returns>
1167
- </member>
1168
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.IsPathFullyQualified(System.String)">
1169
- <summary>
1170
- Determines if the path is rooted and absolute.
1171
- </summary>
1172
- <param name="path">the path to be evaluated</param>
1173
- <returns>the result of the check</returns>
1174
- </member>
1175
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.ReconstructFullPath(System.String,System.String,System.Boolean)">
1176
- <summary>
1177
- Resolves a relative path relative to the given directory.
1178
- </summary>
1179
- <param name="fromPath">the full path of the directory from which to resolve the relative path</param>
1180
- <param name="toPath">the relative path itself</param>
1181
- <param name="overlapPossible">if true, the relative path can have overlaps with the full path</param>
1182
- <returns>the full path corresponding to 'toPath'</returns>
1183
- </member>
1184
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.IsSubdirectoryOf(System.String,System.String,System.Boolean)">
1185
- <summary>
1186
- Checks if the child directory is a true subdirectory of the parent directory.
1187
- </summary>
1188
- <param name="fullPathParent">the absolute path to the potential parent</param>
1189
- <param name="fullPathChild">the absolute path to the potential child</param>
1190
- <param name="directoriesExist">if true, the check is perfomed on the file system</param>
1191
- <returns>true if the child is a subdirectory of the parent</returns>
1192
- </member>
1193
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.IsContainedIn(System.String,System.String,System.Boolean)">
1194
- <summary>
1195
- Checks if the given paths fulfill the following condition:
1196
- if both paths are folders, the child is in the parent or the same as the parent;
1197
- if the child is a file, its directory is in the parent or the same as the parent.
1198
- </summary>
1199
- <param name="fullPathParent">the absolute path to the potential parent</param>
1200
- <param name="fullPathChildFileOrFolder">the absolute path to the potential child</param>
1201
- <param name="elementsExist">if true, the check is perfomed on the file system</param>
1202
- <returns></returns>
1203
- </member>
1204
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.CheckPaths(System.String,System.String,System.String)">
1205
- <summary>
1206
- Tests the given paths to determine the actual absolute and relative paths.
1207
- </summary>
1208
- <param name="fullPath">the candidate for an absolute path</param>
1209
- <param name="relPath">the candidate for the relative path</param>
1210
- <param name="invalidPathString">an invalid string that indicates an invalid path</param>
1211
- <returns>feedback and corrected paths</returns>
1212
- </member>
1213
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.GetSubPathContaining(System.String,System.String,System.Boolean)">
1214
- <summary>
1215
- Extracts the shortest or longest path containing the given symbol sequence. If the sequence
1216
- could not be found, it returns an empty string.
1217
- </summary>
1218
- <param name="fullPath">the path to be analysed</param>
1219
- <param name="queryText">the text to look for</param>
1220
- <param name="shortestPath">if true returns the shortest path; otherwise - the longest path</param>
1221
- <returns>the found path</returns>
1222
- </member>
1223
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.ExtractNameFromPath(System.String)">
1224
- <summary>
1225
- Extracts the file name of any path of any quality.
1226
- </summary>
1227
- <param name="path">the path</param>
1228
- <returns>the found file name</returns>
1229
- </member>
1230
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.FindUNCPaths">
1231
- <summary>
1232
- prints all drives to stdout
1233
- </summary>
1234
- <returns>a dictionary assigning the network address to each drive letter</returns>
1235
- </member>
1236
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.TranslateToUNCPath(System.String)">
1237
- <summary>
1238
- Translates the path refering to a network: replaces the drive letter with the ip address.
1239
- </summary>
1240
- <param name="path">the path</param>
1241
- <returns>the transalted path</returns>
1242
- </member>
1243
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.GetUNCPath(System.String)">
1244
- <summary>
1245
- gets the UNC path for the given path.
1246
- </summary>
1247
- <param name="path">the given path</param>
1248
- <returns>the corresponding UNC path</returns>
1249
- </member>
1250
- <member name="M:SIMULTAN.Util.Files.FileSystemNavigation.IsFileLocked(System.IO.FileInfo)">
1251
- <summary>
1252
- Checks whether a file is locked by trying to open it in exclusive read mode
1253
- </summary>
1254
- <param name="file">The file to check</param>
1255
- <returns>True when the file is already in use. False otherwise.</returns>
1256
- </member>
1257
- <member name="T:SIMULTAN.Util.AnyOfGesture">
1258
- <summary>
1259
- Gesture that tests whether the input matches any of the contained gestures
1260
- </summary>
1261
- </member>
1262
- <member name="M:SIMULTAN.Util.AnyOfGesture.#ctor(System.Collections.Generic.IEnumerable{System.Windows.Input.InputGesture})">
1263
- <summary>
1264
- Initializes a new instance of the AnyOfGesture class
1265
- </summary>
1266
- <param name="gestures">The contained gestures</param>
1267
- </member>
1268
- <member name="M:SIMULTAN.Util.AnyOfGesture.Matches(System.Object,System.Windows.Input.InputEventArgs)">
1269
- <inheritdoc/>
1270
- </member>
1271
- <member name="M:SIMULTAN.Util.AnyOfGesture.InvariantGestureString">
1272
- <summary>
1273
- Returns a culture invariant string representation
1274
- </summary>
1275
- <returns>A culture invariant string representation</returns>
1276
- </member>
1277
- <member name="T:SIMULTAN.Util.CustomGestureConverter">
1278
- <summary>
1279
- Converter that handles normal KeyGestures, SingleKeyGestures and AnyOfGesture
1280
- </summary>
1281
- </member>
1282
- <member name="M:SIMULTAN.Util.CustomGestureConverter.FromInvariantString(System.String)">
1283
- <summary>
1284
- Converts a string into an InputGesture
1285
- </summary>
1286
- <param name="str">The keybinding string</param>
1287
- <returns>The converted InputGesture</returns>
1288
- </member>
1289
- <member name="M:SIMULTAN.Util.CustomGestureConverter.ToInvariantString(System.Windows.Input.InputGesture)">
1290
- <summary>
1291
- Converts an input gesture into a culture invariant string
1292
- </summary>
1293
- <param name="g">The gesture</param>
1294
- <returns>A culture invariant string representation</returns>
1295
- </member>
1296
- <member name="T:SIMULTAN.Util.SingleKeyGesture">
1297
- <summary>
1298
- A input gesture for single keys
1299
- </summary>
1300
- </member>
1301
- <member name="P:SIMULTAN.Util.SingleKeyGesture.Key">
1302
- <summary>
1303
- The key the Gesture represents
1304
- </summary>
1305
- </member>
1306
- <member name="M:SIMULTAN.Util.SingleKeyGesture.#ctor(System.Windows.Input.Key)">
1307
- <summary>
1308
- Initializes a new instance of the SingleKeyGesture class
1309
- </summary>
1310
- <param name="key">The key</param>
1311
- </member>
1312
- <member name="M:SIMULTAN.Util.SingleKeyGesture.Matches(System.Object,System.Windows.Input.InputEventArgs)">
1313
- <inheritdoc />
1314
- </member>
1315
- <member name="T:SIMULTAN.Util.IntIndex2D">
1316
- <summary>
1317
- A 2D integer index
1318
- </summary>
1319
- </member>
1320
- <member name="P:SIMULTAN.Util.IntIndex2D.X">
1321
- <summary>
1322
- The X index
1323
- </summary>
1324
- </member>
1325
- <member name="P:SIMULTAN.Util.IntIndex2D.Y">
1326
- <summary>
1327
- The Y index
1328
- </summary>
1329
- </member>
1330
- <member name="M:SIMULTAN.Util.IntIndex2D.#ctor(System.Int32,System.Int32)">
1331
- <summary>
1332
- Initializes a new instance of the IntIndex2D class
1333
- </summary>
1334
- <param name="x">The x index</param>
1335
- <param name="y">The y index</param>
1336
- </member>
1337
- <member name="P:SIMULTAN.Util.IntIndex2D.Item(System.Int32)">
1338
- <summary>
1339
- Returns the index for a given dimension (0 means X, 1 means Y)
1340
- </summary>
1341
- <param name="key">The dimension (0 means X, 1 means Y)</param>
1342
- <returns>The index along the given dimension</returns>
1343
- </member>
1344
- <member name="M:SIMULTAN.Util.IntIndex2D.Equals(System.Object)">
1345
- <inheritdoc />
1346
- </member>
1347
- <member name="M:SIMULTAN.Util.IntIndex2D.Equals(SIMULTAN.Util.IntIndex2D)">
1348
- <summary>
1349
- Returns true when both instances point to the same index
1350
- </summary>
1351
- <param name="other"></param>
1352
- <returns></returns>
1353
- </member>
1354
- <member name="M:SIMULTAN.Util.IntIndex2D.GetHashCode">
1355
- <inheritdoc />
1356
- </member>
1357
- <member name="M:SIMULTAN.Util.IntIndex2D.op_Equality(SIMULTAN.Util.IntIndex2D,SIMULTAN.Util.IntIndex2D)">
1358
- <summary>
1359
- Returns True when the two instances are Equal, otherwise False
1360
- </summary>
1361
- <param name="lhs">First argument</param>
1362
- <param name="rhs">Second argument</param>
1363
- <returns>True when the two instances are Equal, otherwise False</returns>
1364
- </member>
1365
- <member name="M:SIMULTAN.Util.IntIndex2D.op_Inequality(SIMULTAN.Util.IntIndex2D,SIMULTAN.Util.IntIndex2D)">
1366
- <summary>
1367
- Returns True when the two instances are not Equal, otherwise False
1368
- </summary>
1369
- <param name="lhs">First argument</param>
1370
- <param name="rhs">Second argument</param>
1371
- <returns>True when the two instances are not Equal, otherwise False</returns>
1372
- </member>
1373
- <member name="T:SIMULTAN.Util.IntIndex3D">
1374
- <summary>
1375
- Class for storing a 3D integer index
1376
- </summary>
1377
- </member>
1378
- <member name="P:SIMULTAN.Util.IntIndex3D.X">
1379
- <summary>
1380
- Returns the X-axis value
1381
- </summary>
1382
- </member>
1383
- <member name="P:SIMULTAN.Util.IntIndex3D.Y">
1384
- <summary>
1385
- Returns the Y-axis value
1386
- </summary>
1387
- </member>
1388
- <member name="P:SIMULTAN.Util.IntIndex3D.Z">
1389
- <summary>
1390
- Returns the Z-axis value
1391
- </summary>
1392
- </member>
1393
- <member name="M:SIMULTAN.Util.IntIndex3D.#ctor(System.Int32,System.Int32,System.Int32)">
1394
- <summary>
1395
- Initializes a new instance of the IntIndex3D class
1396
- </summary>
1397
- <param name="x">Value on the x-axis</param>
1398
- <param name="y">Value on the y-axis</param>
1399
- <param name="z">Value on the z-axis</param>
1400
- </member>
1401
- <member name="P:SIMULTAN.Util.IntIndex3D.Item(System.Int32)">
1402
- <summary>
1403
- Returns The value along and index (0=X, 1=Y, 2=Z)
1404
- </summary>
1405
- <param name="key">The index</param>
1406
- <returns>The value along the corresponding axis</returns>
1407
- </member>
1408
- <member name="M:SIMULTAN.Util.IntIndex3D.Equals(SIMULTAN.Util.IntIndex3D)">
1409
- <summary>
1410
- Returns True when the data in both IntIndex3D instances is the same
1411
- </summary>
1412
- <param name="other">The instance to compare with</param>
1413
- <returns>True when the data in both IntIndex3D instances is the same, otherwise False</returns>
1414
- </member>
1415
- <member name="M:SIMULTAN.Util.IntIndex3D.GetHashCode">
1416
- <inheritdoc />
1417
- </member>
1418
- <member name="T:SIMULTAN.Util.Randomize.IRandomizer">
1419
- <summary>
1420
- Interface for random number generators
1421
- </summary>
1422
- </member>
1423
- <member name="M:SIMULTAN.Util.Randomize.IRandomizer.Next">
1424
- <summary>
1425
- Returns the next random number
1426
- </summary>
1427
- <returns>A random number</returns>
1428
- </member>
1429
- <member name="T:SIMULTAN.Util.Randomize.NormalDistributedRandomizer">
1430
- <summary>
1431
- Provides normal distributed random numbers in the [0, 1] range
1432
- </summary>
1433
- </member>
1434
- <member name="M:SIMULTAN.Util.Randomize.NormalDistributedRandomizer.Next">
1435
- <inheritdoc />
1436
- </member>
1437
- <member name="T:SIMULTAN.Util.LambdaComparer`1">
1438
- <summary>
1439
- An IEqualityComparer which uses a Func to determine equality
1440
- </summary>
1441
- <typeparam name="T"></typeparam>
1442
- </member>
1443
- <member name="M:SIMULTAN.Util.LambdaComparer`1.#ctor(System.Func{`0,`0,System.Boolean})">
1444
- <summary>
1445
- Initializes a new instance of the LambdaComparer class
1446
- </summary>
1447
- <param name="lambdaComparer">The comparison function</param>
1448
- </member>
1449
- <member name="M:SIMULTAN.Util.LambdaComparer`1.#ctor(System.Func{`0,`0,System.Boolean},System.Func{`0,System.Int32})">
1450
- <summary>
1451
- Initializes a new instance of the LambdaComparer class
1452
- </summary>
1453
- <param name="lambdaComparer">The comparison function</param>
1454
- <param name="lambdaHash">The hash function</param>
1455
- </member>
1456
- <member name="M:SIMULTAN.Util.LambdaComparer`1.Equals(`0,`0)">
1457
- <inheritdoc/>
1458
- </member>
1459
- <member name="M:SIMULTAN.Util.LambdaComparer`1.GetHashCode(`0)">
1460
- <inheritdoc/>
1461
- </member>
1462
- <member name="T:SIMULTAN.Util.LCommand">
1463
- <summary>
1464
- A command that executes an action
1465
- </summary>
1466
- </member>
1467
- <member name="E:SIMULTAN.Util.LCommand.CanExecuteChanged">
1468
- <inheritdoc />
1469
- </member>
1470
- <member name="M:SIMULTAN.Util.LCommand.#ctor(System.Action{System.Object})">
1471
- <summary>
1472
- Initializes a new instance of the LCommand class
1473
- </summary>
1474
- <param name="execute">The action to exectue</param>
1475
- </member>
1476
- <member name="M:SIMULTAN.Util.LCommand.#ctor(System.Action{System.Object},System.Predicate{System.Object})">
1477
- <summary>
1478
- Initializes a new instance of the LCommand class
1479
- </summary>
1480
- <param name="execute">The action to exectue</param>
1481
- <param name="canExecute">A predicate to determine if the command can be executed</param>
1482
- </member>
1483
- <member name="M:SIMULTAN.Util.LCommand.CanExecute(System.Object)">
1484
- <inheritdoc />
1485
- </member>
1486
- <member name="M:SIMULTAN.Util.LCommand.Execute(System.Object)">
1487
- <inheritdoc />
1488
- </member>
1489
- <member name="M:SIMULTAN.Util.LCommand.RaiseExecuteChanged">
1490
- <summary>
1491
- Reevaluates the canExecute property
1492
- </summary>
1493
- </member>
1494
- <member name="T:SIMULTAN.Util.Localize.LocalizationAssembly">
1495
- <summary>
1496
- Stores information about localization assemblies that have to be loaded at runtime
1497
- </summary>
1498
- </member>
1499
- <member name="P:SIMULTAN.Util.Localize.LocalizationAssembly.Assembly">
1500
- <summary>
1501
- The name of the assembly
1502
- </summary>
1503
- </member>
1504
- <member name="P:SIMULTAN.Util.Localize.LocalizationAssembly.Dictionary">
1505
- <summary>
1506
- The name of the resource inside the assembly
1507
- </summary>
1508
- </member>
1509
- <member name="M:SIMULTAN.Util.Localize.LocalizationAssembly.#ctor">
1510
- <summary>
1511
- Initializes a new instance of the LocalizationAssembly class
1512
- </summary>
1513
- </member>
1514
- <member name="M:SIMULTAN.Util.Localize.LocalizationAssembly.#ctor(System.String,System.Reflection.Assembly)">
1515
- <summary>
1516
- Initializes a new instance of the LocalizationAssembly class
1517
- </summary>
1518
- <param name="dictionary">Name of the resource inside </param>
1519
- <param name="assembly">The assembly that includes the resource</param>
1520
- </member>
1521
- <member name="M:SIMULTAN.Util.Localize.LocalizationAssembly.#ctor(System.String,System.String)">
1522
- <summary>
1523
- Initializes a new instance of the LocalizationAssembly class
1524
- </summary>
1525
- <param name="dictionary">Name of the resource inside </param>
1526
- <param name="assembly">The name of the assembly</param>
1527
- </member>
1528
- <member name="T:SIMULTAN.Util.Localize.LocalizationAssemblyCollection">
1529
- <summary>
1530
- Collection to store LocalizationAssembly instances
1531
- </summary>
1532
- </member>
1533
- <member name="T:SIMULTAN.Util.Localize.LocalizationProvider">
1534
- <summary>
1535
- Provides access to localizable data
1536
- </summary>
1537
- </member>
1538
- <member name="P:SIMULTAN.Util.Localize.LocalizationProvider.Instance">
1539
- <summary>
1540
- Returns the singleton instance
1541
- </summary>
1542
- </member>
1543
- <member name="P:SIMULTAN.Util.Localize.LocalizationProvider.Culture">
1544
- <summary>
1545
- Gets or sets the current application culture.
1546
- </summary>
1547
- </member>
1548
- <member name="P:SIMULTAN.Util.Localize.LocalizationProvider.UICulture">
1549
- <summary>
1550
- Gets or sets the curren ui culture
1551
- </summary>
1552
- </member>
1553
- <member name="P:SIMULTAN.Util.Localize.LocalizationProvider.ResourceManagers">
1554
- <summary>
1555
- Provides all ResourceManager instances loaded for the current culture
1556
- </summary>
1557
- </member>
1558
- <member name="P:SIMULTAN.Util.Localize.LocalizationProvider.AvailableCultures">
1559
- <summary>
1560
- Returns a list of all cultures available for this application
1561
- </summary>
1562
- </member>
1563
- <member name="E:SIMULTAN.Util.Localize.LocalizationProvider.LocalizationChanged">
1564
- <summary>
1565
- Issued when the localization has changed.
1566
- E.g. when additional assemblies are loaded.
1567
- </summary>
1568
- </member>
1569
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.#ctor">
1570
- <summary>
1571
- Initializes a new instance of the LocalizationProvider class
1572
- </summary>
1573
- </member>
1574
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.RegisterDictionary(SIMULTAN.Util.Localize.LocalizationAssembly)">
1575
- <summary>
1576
- Registers a new Localization Dictionary
1577
- </summary>
1578
- <param name="assembly">Assembly in which the localization is stored</param>
1579
- </member>
1580
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.SupportedCultureFromCulture(System.Globalization.CultureInfo)">
1581
- <summary>
1582
- Returns the best supported culture for a culture
1583
- </summary>
1584
- <param name="culture">The request culturee</param>
1585
- <returns>The best fitting supported culture. Can be the fallback language (en)</returns>
1586
- </member>
1587
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.GetResource(System.String)">
1588
- <summary>
1589
- Returns the resource with a given key.
1590
- </summary>
1591
- <param name="key">The key</param>
1592
- <returns>The resource with that name. Or null when the key does not exist.</returns>
1593
- </member>
1594
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.GetResourceStream(System.String)">
1595
- <summary>
1596
- Returns a resource as a resource stream
1597
- </summary>
1598
- <param name="key">Name of the resource</param>
1599
- <returns>A resource stream to the resource or Null when no such resource exists</returns>
1600
- </member>
1601
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.ResourceToImageSource(System.String)">
1602
- <summary>
1603
- Converts a Bitmap resource to an ImageSource
1604
- </summary>
1605
- <param name="key">The Bitmap</param>
1606
- <returns>An ImageSource</returns>
1607
- </member>
1608
- <member name="F:SIMULTAN.Util.Localize.LocalizationProvider.DesignTimeAssembliesProperty">
1609
- <summary>
1610
- List of additional assemblies that have to be loaded at design time to get localization support running
1611
- Attached property.
1612
- </summary>
1613
- </member>
1614
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.GetDesignTimeAssemblies(System.Windows.DependencyObject)">
1615
- <summary>
1616
- Returns the Value of DesignTimeAssembliesProperty
1617
- </summary>
1618
- <param name="obj">The object</param>
1619
- <returns>The dependency property value</returns>
1620
- </member>
1621
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.SetDesignTimeAssemblies(System.Windows.DependencyObject,SIMULTAN.Util.Localize.LocalizationAssemblyCollection)">
1622
- <summary>
1623
- Sets the value of DesignTimeAssembliesProperty
1624
- </summary>
1625
- <param name="obj">The object</param>
1626
- <param name="value">The new value</param>
1627
- </member>
1628
- <member name="F:SIMULTAN.Util.Localize.LocalizationProvider.DesignTimeCultureProperty">
1629
- <summary>
1630
- Sets the culture displayed in the designer
1631
- </summary>
1632
- </member>
1633
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.GetDesignTimeCulture(System.Windows.DependencyObject)">
1634
- <summary>
1635
- Returns the Value of DesignTimeCultureProperty
1636
- </summary>
1637
- <param name="obj">The object</param>
1638
- <returns>The dependency property value</returns>
1639
- </member>
1640
- <member name="M:SIMULTAN.Util.Localize.LocalizationProvider.SetDesignTimeCulture(System.Windows.DependencyObject,System.Object)">
1641
- <summary>
1642
- Sets the value of DesignTimeCultureProperty
1643
- </summary>
1644
- <param name="obj">The object</param>
1645
- <param name="value">The new value</param>
1646
- </member>
1647
- <member name="P:SIMULTAN.Util.Localize.LocalizationProvider.DesignTimeCulture">
1648
- <summary>
1649
- Returns the culture used during design time
1650
- </summary>
1651
- </member>
1652
- <member name="T:SIMULTAN.Util.Localize.LocExtension">
1653
- <summary>
1654
- Provides localized data depending on the target type.
1655
- Supports ImageSource, InputGesture and String
1656
- </summary>
1657
- </member>
1658
- <member name="P:SIMULTAN.Util.Localize.LocExtension.Key">
1659
- <summary>
1660
- The identifier of the resource
1661
- </summary>
1662
- </member>
1663
- <member name="E:SIMULTAN.Util.Localize.LocExtension.PropertyChanged">
1664
- <inheritdoc />
1665
- </member>
1666
- <member name="M:SIMULTAN.Util.Localize.LocExtension.#ctor(System.String)">
1667
- <summary>
1668
- Initializes a new instance of the LocExtension class
1669
- </summary>
1670
- <param name="key">The identifier of the resource</param>
1671
- </member>
1672
- <member name="M:SIMULTAN.Util.Localize.LocExtension.#ctor">
1673
- <summary>
1674
- Initializes a new instance of the LocExtension class
1675
- </summary>
1676
- </member>
1677
- <member name="M:SIMULTAN.Util.Localize.LocExtension.Finalize">
1678
- <summary>
1679
- Finalizer. Detaches all event handler to allow for garbage collection
1680
- </summary>
1681
- </member>
1682
- <member name="M:SIMULTAN.Util.Localize.LocExtension.FormatOutput(XAMLMarkupExtensions.Base.TargetInfo,XAMLMarkupExtensions.Base.TargetInfo)">
1683
- <inheritdoc />
1684
- </member>
1685
- <member name="M:SIMULTAN.Util.Localize.LocExtension.GetResource(System.String)">
1686
- <summary>
1687
- Returns a resource with a given key from the current LocalizationProvider
1688
- </summary>
1689
- <param name="key">Identifier of the resource</param>
1690
- <returns>The loaded resource or null when the resource could not be found</returns>
1691
- </member>
1692
- <member name="M:SIMULTAN.Util.Localize.LocExtension.UpdateOnEndpoint(XAMLMarkupExtensions.Base.TargetInfo)">
1693
- <inheritdoc />
1694
- </member>
1695
- <member name="M:SIMULTAN.Util.Localize.LocExtension.OnPropertyChanged(System.String)">
1696
- <summary>
1697
- Emits the PropertyChanged event
1698
- </summary>
1699
- <param name="prop">Name of the property</param>
1700
- </member>
1701
- <member name="T:SIMULTAN.Util.Localize.LocImg">
1702
- <summary>
1703
- Provides localized ImageSource data.
1704
- </summary>
1705
- <remarks>This class is required because LocExtensions determines the result type automatically.
1706
- Some libraries expect image resources as object which confuses LocExtension</remarks>
1707
- </member>
1708
- <member name="M:SIMULTAN.Util.Localize.LocImg.FormatOutput(XAMLMarkupExtensions.Base.TargetInfo,XAMLMarkupExtensions.Base.TargetInfo)">
1709
- <inheritdoc />
1710
- </member>
1711
- <member name="M:SIMULTAN.Util.Localize.LocImg.#ctor">
1712
- <summary>
1713
- Initializes a new instance of the LocImg class
1714
- </summary>
1715
- </member>
1716
- <member name="M:SIMULTAN.Util.Localize.LocImg.#ctor(System.String)">
1717
- <summary>
1718
- Initializes a new instance of the LocImg class
1719
- </summary>
1720
- <param name="key">The language key</param>
1721
- </member>
1722
- <member name="T:SIMULTAN.Util.Localize.LocWeakEventHandler">
1723
- <summary>
1724
- Weak EventHandler for the Loc extension. Do not use anywhere else.
1725
- This handler makes sure that the finalizer of the loc class is called which will then also release this class
1726
- Make sure to attach LocWeakEventHandler.Handler to the event instead of the original event handler.
1727
- </summary>
1728
- </member>
1729
- <member name="M:SIMULTAN.Util.Localize.LocWeakEventHandler.#ctor(System.EventHandler)">
1730
- <summary>
1731
- Initializes a new instance of the LocWeakEventHandler class
1732
- </summary>
1733
- <param name="localizationChangedEventHandler">The actual event handler</param>
1734
- </member>
1735
- <member name="M:SIMULTAN.Util.Localize.LocWeakEventHandler.Handler(System.Object,System.EventArgs)">
1736
- <summary>
1737
- Attach this method to the event instead of the actual event handler
1738
- </summary>
1739
- <param name="sender"></param>
1740
- <param name="e"></param>
1741
- </member>
1742
- <member name="T:SIMULTAN.Util.Localize.XamlFlowDocument">
1743
- <summary>
1744
- Xaml extension for loading a FlowDocument from the Language Resources
1745
- </summary>
1746
- </member>
1747
- <member name="E:SIMULTAN.Util.Localize.XamlFlowDocument.PropertyChanged">
1748
- <inheritdoc />
1749
- </member>
1750
- <member name="P:SIMULTAN.Util.Localize.XamlFlowDocument.Path">
1751
- <summary>
1752
- Gets or sets the path of the XAML file
1753
- </summary>
1754
- </member>
1755
- <member name="P:SIMULTAN.Util.Localize.XamlFlowDocument.EnableWebLinks">
1756
- <summary>
1757
- When set to true, all Link instances open in the webbrowser
1758
- </summary>
1759
- </member>
1760
- <member name="M:SIMULTAN.Util.Localize.XamlFlowDocument.#ctor(System.String)">
1761
- <summary>
1762
- Initializes a new instance of the XamlFlowDocument class
1763
- </summary>
1764
- <param name="path">The path to the file (or better to say, the resource name of the file)</param>
1765
- </member>
1766
- <member name="M:SIMULTAN.Util.Localize.XamlFlowDocument.FormatOutput(XAMLMarkupExtensions.Base.TargetInfo,XAMLMarkupExtensions.Base.TargetInfo)">
1767
- <inheritdoc />
1768
- </member>
1769
- <member name="M:SIMULTAN.Util.Localize.XamlFlowDocument.UpdateOnEndpoint(XAMLMarkupExtensions.Base.TargetInfo)">
1770
- <inheritdoc />
1771
- </member>
1772
- <member name="T:SIMULTAN.Util.Localize.XamlImg">
1773
- <summary>
1774
- Loads a XAML File and returns the loaded object
1775
- </summary>
1776
- </member>
1777
- <member name="E:SIMULTAN.Util.Localize.XamlImg.PropertyChanged">
1778
- <inheritdoc />
1779
- </member>
1780
- <member name="P:SIMULTAN.Util.Localize.XamlImg.Path">
1781
- <summary>
1782
- Gets or sets the path of the XAML file
1783
- </summary>
1784
- </member>
1785
- <member name="P:SIMULTAN.Util.Localize.XamlImg.Width">
1786
- <summary>
1787
- Sets the width of the Viewbox
1788
- </summary>
1789
- </member>
1790
- <member name="P:SIMULTAN.Util.Localize.XamlImg.Height">
1791
- <summary>
1792
- Sets the height of the Viewbox
1793
- </summary>
1794
- </member>
1795
- <member name="M:SIMULTAN.Util.Localize.XamlImg.#ctor(System.String)">
1796
- <summary>
1797
- Initializes a new instance of the XamlImg class
1798
- </summary>
1799
- <param name="path">The path of the XAML file</param>
1800
- </member>
1801
- <member name="M:SIMULTAN.Util.Localize.XamlImg.FormatOutput(XAMLMarkupExtensions.Base.TargetInfo,XAMLMarkupExtensions.Base.TargetInfo)">
1802
- <inheritdoc />
1803
- </member>
1804
- <member name="M:SIMULTAN.Util.Localize.XamlImg.UpdateOnEndpoint(XAMLMarkupExtensions.Base.TargetInfo)">
1805
- <inheritdoc />
1806
- </member>
1807
- <member name="M:SIMULTAN.Util.Localize.XamlImg.GetXamlIcon(System.String,System.Windows.Size)">
1808
- <summary>
1809
- Loads a XAML icon from the resources
1810
- </summary>
1811
- <param name="key">The localization key</param>
1812
- <param name="size">The desired size of the icon</param>
1813
- <returns>The icon (wrapped in a ViewBox unless the top-level element is already a ViewBox)</returns>
1814
- </member>
1815
- <member name="T:SIMULTAN.Util.NullableTypeExtension">
1816
- <summary>
1817
- Extension for getting a Nullable type
1818
- </summary>
1819
- </member>
1820
- <member name="P:SIMULTAN.Util.NullableTypeExtension.Type">
1821
- <summary>
1822
- The type
1823
- </summary>
1824
- </member>
1825
- <member name="E:SIMULTAN.Util.NullableTypeExtension.PropertyChanged">
1826
- <inheritdoc />
1827
- </member>
1828
- <member name="M:SIMULTAN.Util.NullableTypeExtension.#ctor(System.Type)">
1829
- <summary>
1830
- Initializes a new instance of the NullableTypeExtension type
1831
- </summary>
1832
- <param name="type">The type of the nullable</param>
1833
- </member>
1834
- <member name="M:SIMULTAN.Util.NullableTypeExtension.NotifyPropertyChanged(System.String)">
1835
- <summary>
1836
- Invokes the PropertyChanged event
1837
- </summary>
1838
- <param name="prop">The property name</param>
1839
- </member>
1840
- <member name="M:SIMULTAN.Util.NullableTypeExtension.FormatOutput(XAMLMarkupExtensions.Base.TargetInfo,XAMLMarkupExtensions.Base.TargetInfo)">
1841
- <inheritdoc />
1842
- </member>
1843
- <member name="M:SIMULTAN.Util.NullableTypeExtension.UpdateOnEndpoint(XAMLMarkupExtensions.Base.TargetInfo)">
1844
- <inheritdoc />
1845
- </member>
1846
- <member name="T:SIMULTAN.Util.NumberUtils">
1847
- <summary>
1848
- Contains methods for formatting/displaying numbers
1849
- </summary>
1850
- </member>
1851
- <member name="M:SIMULTAN.Util.NumberUtils.ToDisplayString(System.Double,System.String)">
1852
- <summary>
1853
- Converts a double to a displayable string. Handles inf, min, max
1854
- </summary>
1855
- <param name="d">The double</param>
1856
- <param name="format">The format for number formatting</param>
1857
- <returns>A string representation of the number</returns>
1858
- </member>
1859
- <member name="M:SIMULTAN.Util.NumberUtils.ToDisplayString(System.Int32,System.String)">
1860
- <summary>
1861
- Converts a integer to a displayable string. Handles MinValue and MaxValue
1862
- </summary>
1863
- <param name="i">The integer</param>
1864
- <param name="format">The format for number formatting</param>
1865
- <returns>A string representation of the number</returns>
1866
- </member>
1867
- <member name="M:SIMULTAN.Util.NumberUtils.TryFromDisplayString(System.String,System.Double@)">
1868
- <summary>
1869
- Converts a display string to a double. Handles inf, min, max
1870
- </summary>
1871
- <param name="str">The string</param>
1872
- <param name="result">Contains the number when the conversion was successful</param>
1873
- <returns>True when the conversion was successful, False otherwise</returns>
1874
- </member>
1875
- <member name="M:SIMULTAN.Util.NumberUtils.TryFromDisplayString(System.String,System.Int32@)">
1876
- <summary>
1877
- Converts a display string to a double. Handles inf, min, max
1878
- </summary>
1879
- <param name="str">The string</param>
1880
- <param name="result">Contains the number when the conversion was successful</param>
1881
- <returns>True when the conversion was successful, False otherwise</returns>
1882
- </member>
1883
- <member name="T:SIMULTAN.Util.PointVectorExtensions">
1884
- <summary>
1885
- Contains extension methods for Point3D and Vector3D
1886
- </summary>
1887
- </member>
1888
- <member name="M:SIMULTAN.Util.PointVectorExtensions.At(System.Windows.Media.Media3D.Point3D,System.Int32)">
1889
- <summary>
1890
- Allows to get XYZ with an index
1891
- </summary>
1892
- <param name="p">The point</param>
1893
- <param name="idx">The index (0=X, 1=Y, 2=Z, 3.. = Exception)</param>
1894
- <returns>The desired axis</returns>
1895
- </member>
1896
- <member name="T:SIMULTAN.Util.Progress.ActionProgress`1">
1897
- <summary>
1898
- IProgress implementation which calls an action for reporting
1899
- </summary>
1900
- <typeparam name="T"></typeparam>
1901
- </member>
1902
- <member name="M:SIMULTAN.Util.Progress.ActionProgress`1.#ctor(System.Action{`0})">
1903
- <summary>
1904
- Initializes a new instance of the ActionProgress class
1905
- </summary>
1906
- <param name="action">The action which gets called by the Report method</param>
1907
- </member>
1908
- <member name="M:SIMULTAN.Util.Progress.ActionProgress`1.Report(`0)">
1909
- <inheritdoc />
1910
- </member>
1911
- <member name="T:SIMULTAN.Util.Range3D">
1912
- <summary>
1913
- Stores a 3 dimensional range (AABB)
1914
- </summary>
1915
- </member>
1916
- <member name="P:SIMULTAN.Util.Range3D.Minimum">
1917
- <summary>
1918
- The minimum value along each axis
1919
- </summary>
1920
- </member>
1921
- <member name="P:SIMULTAN.Util.Range3D.Maximum">
1922
- <summary>
1923
- The maximum value along each axis
1924
- </summary>
1925
- </member>
1926
- <member name="M:SIMULTAN.Util.Range3D.#ctor(System.Windows.Media.Media3D.Point3D,System.Windows.Media.Media3D.Point3D)">
1927
- <summary>
1928
- Initializes a new instance of the Range3D class
1929
- </summary>
1930
- <param name="minimum">The minimum value along each axis</param>
1931
- <param name="maximum">The maximum value along each axis</param>
1932
- </member>
1933
- <member name="M:SIMULTAN.Util.Range3D.#ctor(SIMULTAN.Util.Range3D)">
1934
- <summary>
1935
- Initializes a new instance of the Range3D class by copying values from another instance
1936
- </summary>
1937
- <param name="original">The instance from which values should be taken</param>
1938
- </member>
1939
- <member name="M:SIMULTAN.Util.Range3D.Contains(System.Windows.Media.Media3D.Point3D)">
1940
- <summary>
1941
- Tests if a point is inside the range or not. (between min and max along all axis)
1942
- </summary>
1943
- <param name="position">The position</param>
1944
- <returns>True when the position lies between minimum and maximum, otherwise False</returns>
1945
- </member>
1946
- <member name="M:SIMULTAN.Util.Range3D.Contains(SIMULTAN.Util.IntIndex3D)">
1947
- <summary>
1948
- Tests if a point is inside the range or not. (between min and max along all axis)
1949
- </summary>
1950
- <param name="position">The position</param>
1951
- <returns>True when the position lies between minimum and maximum, otherwise False</returns>
1952
- </member>
1953
- <member name="T:SIMULTAN.Util.DispatcherProgress`1">
1954
- <summary>
1955
- A progress callback which uses a dispatcher to invoke the action
1956
- </summary>
1957
- <typeparam name="T"></typeparam>
1958
- </member>
1959
- <member name="M:SIMULTAN.Util.DispatcherProgress`1.#ctor(System.Action{`0},System.Windows.Threading.Dispatcher)">
1960
- <summary>
1961
- Initializes a new instance of the DispatcherProgress class
1962
- </summary>
1963
- <param name="progress">The action which should be executed when the progress has changed</param>
1964
- <param name="dispatcher">The dispatcher on which the action should be executed</param>
1965
- </member>
1966
- <member name="M:SIMULTAN.Util.DispatcherProgress`1.Report(`0)">
1967
- <inheritdoc />
1968
- </member>
1969
- <member name="T:SIMULTAN.Util.RowColumnRange">
1970
- <summary>
1971
- Specifies a range of columns and rows
1972
- </summary>
1973
- </member>
1974
- <member name="P:SIMULTAN.Util.RowColumnRange.RowStart">
1975
- <summary>
1976
- The first row in the range
1977
- </summary>
1978
- </member>
1979
- <member name="P:SIMULTAN.Util.RowColumnRange.RowCount">
1980
- <summary>
1981
- The number of rows in the range
1982
- </summary>
1983
- </member>
1984
- <member name="P:SIMULTAN.Util.RowColumnRange.ColumnStart">
1985
- <summary>
1986
- The first column in the range
1987
- </summary>
1988
- </member>
1989
- <member name="P:SIMULTAN.Util.RowColumnRange.ColumnCount">
1990
- <summary>
1991
- The number of columns in the range
1992
- </summary>
1993
- </member>
1994
- <member name="M:SIMULTAN.Util.RowColumnRange.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
1995
- <summary>
1996
- Initializes a new instance of the RowColumnRange class
1997
- </summary>
1998
- <param name="rowStart">The first row in the range</param>
1999
- <param name="columnStart">The first column in the range</param>
2000
- <param name="rowCount">The number of rows in the range</param>
2001
- <param name="columnCount">The number of columns in the range</param>
2002
- </member>
2003
- <member name="M:SIMULTAN.Util.RowColumnRange.Equals(System.Object)">
2004
- <inheritdoc />
2005
- </member>
2006
- <member name="M:SIMULTAN.Util.RowColumnRange.GetHashCode">
2007
- <inheritdoc />
2008
- </member>
2009
- <member name="M:SIMULTAN.Util.RowColumnRange.Equals(SIMULTAN.Util.RowColumnRange)">
2010
- <inheritdoc />
2011
- </member>
2012
- <member name="M:SIMULTAN.Util.RowColumnRange.op_Equality(SIMULTAN.Util.RowColumnRange,SIMULTAN.Util.RowColumnRange)">
2013
- <summary>
2014
- Tests whether two instances describe the same range
2015
- </summary>
2016
- <param name="lhs">First instance</param>
2017
- <param name="rhs">Second instance</param>
2018
- <returns>True when the two instances describe the same range</returns>
2019
- </member>
2020
- <member name="M:SIMULTAN.Util.RowColumnRange.op_Inequality(SIMULTAN.Util.RowColumnRange,SIMULTAN.Util.RowColumnRange)">
2021
- <summary>
2022
- Tests whether two instances describe the same range
2023
- </summary>
2024
- <param name="lhs">First instance</param>
2025
- <param name="rhs">Second instance</param>
2026
- <returns>True when the two instances do not describe the same range</returns>
2027
- </member>
2028
- <member name="T:SIMULTAN.Util.Streams.DelimiterStreamReader">
2029
- <summary>
2030
- Reads delimiter separated (';') values from a stream
2031
- </summary>
2032
- </member>
2033
- <member name="P:SIMULTAN.Util.Streams.DelimiterStreamReader.Column">
2034
- <summary>
2035
- The current row
2036
- </summary>
2037
- </member>
2038
- <member name="P:SIMULTAN.Util.Streams.DelimiterStreamReader.Row">
2039
- <summary>
2040
- The current column
2041
- </summary>
2042
- </member>
2043
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.#ctor(System.IO.Stream,System.Text.Encoding)">
2044
- <summary>
2045
- Initializes a new instance of the DelimiterStreamReader class
2046
- </summary>
2047
- <param name="stream">The stream</param>
2048
- <param name="encoding">Encoding of the string</param>
2049
- </member>
2050
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.Finalize">
2051
- <summary>
2052
- Disposes the stream
2053
- </summary>
2054
- </member>
2055
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.Dispose">
2056
- <summary>
2057
- Disposes the stream
2058
- </summary>
2059
- </member>
2060
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.Close">
2061
- <summary>
2062
- Closes the stream. Also closes the source stream.
2063
- </summary>
2064
- </member>
2065
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.ReadToDelimiter">
2066
- <summary>
2067
- Reads until the next delimiter
2068
- </summary>
2069
- <returns></returns>
2070
- </member>
2071
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.ReadString">
2072
- <summary>
2073
- Reads a string from the stream
2074
- </summary>
2075
- <returns></returns>
2076
- </member>
2077
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.ReadNumber``1">
2078
- <summary>
2079
- Reads a number from the stream
2080
- </summary>
2081
- <typeparam name="T"></typeparam>
2082
- <returns></returns>
2083
- </member>
2084
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.ReadBool">
2085
- <summary>
2086
- Reads a boolean from the stream
2087
- </summary>
2088
- <returns></returns>
2089
- </member>
2090
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamReader.SkipString">
2091
- <summary>
2092
- Skips the next string. Has the same behaviour as readstring but doesn't store anything in memory.
2093
- Use this method when reading through a file with passwords to skip them when not needed
2094
- </summary>
2095
- </member>
2096
- <member name="T:SIMULTAN.Util.Streams.DelimiterStreamWriter">
2097
- <summary>
2098
- Writes delimiter (';') separated values to a stream
2099
- </summary>
2100
- </member>
2101
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
2102
- <summary>
2103
- Initializes a new instance of the DelimiterStreamWriter class
2104
- </summary>
2105
- <param name="stream">The stream</param>
2106
- <param name="encoding">Encoding of the target</param>
2107
- </member>
2108
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Finalize">
2109
- <summary>
2110
- Disposes the stream
2111
- </summary>
2112
- </member>
2113
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Dispose">
2114
- <summary>
2115
- Disposes the stream
2116
- </summary>
2117
- </member>
2118
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Close">
2119
- <summary>
2120
- Closes the stream. Also closes the target stream.
2121
- </summary>
2122
- </member>
2123
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.String)">
2124
- <summary>
2125
- Writes to the stream. Strings are stored with [Length];[Content]
2126
- </summary>
2127
- <param name="value">The value to be written</param>
2128
- </member>
2129
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Char)">
2130
- <summary>
2131
- Writes to the stream
2132
- </summary>
2133
- <param name="value">The value to be written</param>
2134
- </member>
2135
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Decimal)">
2136
- <summary>
2137
- Writes to the stream
2138
- </summary>
2139
- <param name="value">The value to be written</param>
2140
- </member>
2141
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Double)">
2142
- <summary>
2143
- Writes to the stream
2144
- </summary>
2145
- <param name="value">The value to be written</param>
2146
- </member>
2147
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Int32)">
2148
- <summary>
2149
- Writes to the stream
2150
- </summary>
2151
- <param name="value">The value to be written</param>
2152
- </member>
2153
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Int64)">
2154
- <summary>
2155
- Writes to the stream
2156
- </summary>
2157
- <param name="value">The value to be written</param>
2158
- </member>
2159
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Single)">
2160
- <summary>
2161
- Writes to the stream
2162
- </summary>
2163
- <param name="value">The value to be written</param>
2164
- </member>
2165
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.UInt32)">
2166
- <summary>
2167
- Writes to the stream
2168
- </summary>
2169
- <param name="value">The value to be written</param>
2170
- </member>
2171
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.UInt64)">
2172
- <summary>
2173
- Writes to the stream
2174
- </summary>
2175
- <param name="value">The value to be written</param>
2176
- </member>
2177
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.Write(System.Boolean)">
2178
- <summary>
2179
- Writes to the stream
2180
- </summary>
2181
- <param name="value">The value to be written</param>
2182
- </member>
2183
- <member name="M:SIMULTAN.Util.Streams.DelimiterStreamWriter.WriteLine">
2184
- <summary>
2185
- Writes a linebreak to the stream
2186
- </summary>
2187
- </member>
2188
- <member name="T:SIMULTAN.Util.Strings.FastStringSplitter">
2189
- <summary>
2190
- Source: https://github.com/meikeric/String.Split
2191
- </summary>
2192
- </member>
2193
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.#ctor(System.Int32)">
2194
- <summary>
2195
- Create a new StringSplitter object with the given buffer size.
2196
- </summary>
2197
- <param name="bufferSize"></param>
2198
- </member>
2199
- <member name="F:SIMULTAN.Util.Strings.FastStringSplitter.buffer">
2200
- <summary>
2201
- The string buffer container
2202
- </summary>
2203
- </member>
2204
- <member name="P:SIMULTAN.Util.Strings.FastStringSplitter.Results">
2205
- <summary>
2206
- Get the results of the last split call
2207
- </summary>
2208
- </member>
2209
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.Split(System.String,System.Char)">
2210
- <summary>
2211
- Returns a string array that contains the substrings in this instance that are delimited by
2212
- elements of a specified string or Unicode character array. This method is unsafe and can throw
2213
- IndexOutOfRange exception if we overflow the buffer
2214
- </summary>
2215
- <param name="value"></param>
2216
- <param name="separator"></param>
2217
- <exception cref="T:System.IndexOutOfRangeException">IndexOutOfRange</exception>
2218
- <returns>The number of results found</returns>
2219
- </member>
2220
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.SafeSplit(System.String,System.Char)">
2221
- <summary>
2222
- Returns a string array that contains the substrings in this instance that are delimited by
2223
- elements of a specified string or Unicode character array.
2224
- This method is safe and will
2225
- automatically adjust the buffer if needed
2226
- </summary>
2227
- <param name="value"></param>
2228
- <param name="separator"></param>
2229
- <returns>The number of results found</returns>
2230
- </member>
2231
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.Split(System.String,System.String)">
2232
- <summary>
2233
- Returns a string array that contains the substrings in this instance that are delimited by
2234
- a specified string or Unicode character array.
2235
- </summary>
2236
- <param name="value"></param>
2237
- <param name="separator"></param>
2238
- <returns>The number of results found</returns>
2239
- </member>
2240
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.SafeSplit(System.String,System.String)">
2241
- <summary>
2242
- Split the string
2243
- </summary>
2244
- <param name="value">The number of results found</param>
2245
- <param name="separator"></param>
2246
- <returns></returns>
2247
- </member>
2248
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.Split(System.String,System.Char[])">
2249
- <summary>
2250
- Returns a string array that contains the substrings in this instance that are delimited by
2251
- elements of a specified string or Unicode character array. This method is unsafe and can throw
2252
- IndexOutOfRange exception if we overflow the buffer
2253
- </summary>
2254
- <param name="value"></param>
2255
- <param name="separators"></param>
2256
- <exception cref="T:System.IndexOutOfRangeException">IndexOutOfRange</exception>
2257
- <returns>The number of results found</returns>
2258
- </member>
2259
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.SafeSplit(System.String,System.Char[])">
2260
- <summary>
2261
- Returns a string array that contains the substrings in this instance that are delimited by
2262
- elements of a specified string or Unicode character array. This method is unsafe and can throw
2263
- IndexOutOfRange exception if we overflow the buffer
2264
- </summary>
2265
- <param name="value"></param>
2266
- <param name="separators"></param>
2267
- <exception cref="T:System.IndexOutOfRangeException">IndexOutOfRange</exception>
2268
- <returns>The number of results found</returns>
2269
- </member>
2270
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.Split(System.String,System.Char,System.StringSplitOptions)">
2271
- <summary>
2272
- Returns a string array that contains the substrings in this instance that are delimited by
2273
- elements of a specified string or Unicode character array. This method is unsafe and can throw
2274
- IndexOutOfRange exception if we overflow the buffer
2275
- </summary>
2276
- <param name="value"></param>
2277
- <param name="separator"></param>
2278
- /// <param name="options"></param>
2279
- <exception cref="T:System.IndexOutOfRangeException">IndexOutOfRange</exception>
2280
- <returns>The number of results found</returns>
2281
- </member>
2282
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.SafeSplit(System.String,System.Char,System.StringSplitOptions)">
2283
- <summary>
2284
- Returns a string array that contains the substrings in this instance that are delimited by
2285
- elements of a specified string or Unicode character array.
2286
- This method is safe and will
2287
- automatically adjust the buffer if needed
2288
- </summary>
2289
- <param name="value"></param>
2290
- <param name="separator"></param>
2291
- <param name="options"></param>
2292
- <returns>The number of results found</returns>
2293
- </member>
2294
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.Split(System.String,System.String,System.StringSplitOptions)">
2295
- <summary>
2296
- Returns a string array that contains the substrings in this instance that are delimited by
2297
- a specified string or Unicode character array.
2298
- </summary>
2299
- <param name="value"></param>
2300
- <param name="separator"></param>
2301
- <param name="options"></param>
2302
- <returns>The number of results found</returns>
2303
- </member>
2304
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.SafeSplit(System.String,System.String,System.StringSplitOptions)">
2305
- <summary>
2306
- Split the string
2307
- </summary>
2308
- <param name="value">The number of results found</param>
2309
- <param name="separator"></param>
2310
- <param name="options"></param>
2311
- <returns></returns>
2312
- </member>
2313
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.Split(System.String,System.Char[],System.StringSplitOptions)">
2314
- <summary>
2315
- Returns a string array that contains the substrings in this instance that are delimited by
2316
- elements of a specified string or Unicode character array. This method is unsafe and can throw
2317
- IndexOutOfRange exception if we overflow the buffer
2318
- </summary>
2319
- <param name="value"></param>
2320
- <param name="separators"></param>
2321
- <param name="options"></param>
2322
- <exception cref="T:System.IndexOutOfRangeException">IndexOutOfRange</exception>
2323
- <returns>The number of results found</returns>
2324
- </member>
2325
- <member name="M:SIMULTAN.Util.Strings.FastStringSplitter.SafeSplit(System.String,System.Char[],System.StringSplitOptions)">
2326
- <summary>
2327
- Returns a string array that contains the substrings in this instance that are delimited by
2328
- elements of a specified string or Unicode character array. This method is unsafe and can throw
2329
- IndexOutOfRange exception if we overflow the buffer
2330
- </summary>
2331
- <param name="value"></param>
2332
- <param name="separators"></param>
2333
- <param name="options"></param>
2334
- <exception cref="T:System.IndexOutOfRangeException">IndexOutOfRange</exception>
2335
- <returns>The number of results found</returns>
2336
- </member>
2337
- <member name="T:SIMULTAN.Util.Strings.StringUtils">
2338
- <summary>
2339
- A collection of operations on strings as an alternative to LINQ.
2340
- </summary>
2341
- </member>
2342
- <member name="M:SIMULTAN.Util.Strings.StringUtils.GetSplit(System.String,System.String)">
2343
- <summary>
2344
- An alternative string splitter.
2345
- Adapted from: https://stackoverflow.com/questions/568968/does-any-one-know-of-a-faster-method-to-do-string-split
2346
- Answer of John Leidegren
2347
- </summary>
2348
- <param name="s">the string to split</param>
2349
- <param name="delimiter">the delilimter as a string</param>
2350
- <returns>an emumerable of the string fragments</returns>
2351
- </member>
2352
- <member name="T:SIMULTAN.Util.UndoRedo.UndoRedoAction">
2353
- <summary>
2354
- Defines which operation has to be reverted
2355
- </summary>
2356
- </member>
2357
- <member name="F:SIMULTAN.Util.UndoRedo.UndoRedoAction.Insert">
2358
- <summary>
2359
- A insert (or add) operation
2360
- </summary>
2361
- </member>
2362
- <member name="F:SIMULTAN.Util.UndoRedo.UndoRedoAction.Remove">
2363
- <summary>
2364
- A remove action
2365
- </summary>
2366
- </member>
2367
- <member name="F:SIMULTAN.Util.UndoRedo.UndoRedoAction.Clear">
2368
- <summary>
2369
- A clear action
2370
- </summary>
2371
- </member>
2372
- <member name="T:SIMULTAN.Util.UndoRedo.CollectionUndoItem">
2373
- <summary>
2374
- Methods for creating CollectionUndoItem instances
2375
- </summary>
2376
- </member>
2377
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem.Clear``1(System.Collections.Generic.IList{``0})">
2378
- <summary>
2379
- Creates an UndoItem for a Clear operation
2380
- </summary>
2381
- <typeparam name="T">The type of the collection items</typeparam>
2382
- <param name="list">The collection</param>
2383
- <returns>The created collection item</returns>
2384
- </member>
2385
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem.Add``1(System.Collections.Generic.IList{``0},``0)">
2386
- <summary>
2387
- Creates an UndoItem for a Add operation
2388
- </summary>
2389
- <typeparam name="T">The type of the collection items</typeparam>
2390
- <param name="list">The collection</param>
2391
- <param name="item">The item to add</param>
2392
- <returns>The created collection item</returns>
2393
- </member>
2394
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem.Insert``1(System.Collections.Generic.IList{``0},``0,System.Int32)">
2395
- <summary>
2396
- Creates an UndoItem for a Insert operation
2397
- </summary>
2398
- <typeparam name="T">The type of the collection items</typeparam>
2399
- <param name="list">The collection</param>
2400
- <param name="item">The item to insert</param>
2401
- <param name="idx">The position where the item will be inserted</param>
2402
- <returns>The created collection item</returns>
2403
- </member>
2404
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem.Remove``1(System.Collections.Generic.IList{``0},``0)">
2405
- <summary>
2406
- Creates an UndoItem for a Remove operation
2407
- </summary>
2408
- <typeparam name="T">The type of the collection items</typeparam>
2409
- <param name="list">The collection</param>
2410
- <param name="item">The item to remove</param>
2411
- <returns>The created collection item</returns>
2412
- </member>
2413
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem.RemoveAt``1(System.Collections.Generic.IList{``0},System.Int32)">
2414
- <summary>
2415
- Creates an UndoItem for a RemoveAt operation
2416
- </summary>
2417
- <typeparam name="T">The type of the collection items</typeparam>
2418
- <param name="list">The collection</param>
2419
- <param name="idx">The position where the item will be removed</param>
2420
- <returns>The created collection item</returns>
2421
- </member>
2422
- <member name="T:SIMULTAN.Util.UndoRedo.CollectionUndoItem`1">
2423
- <summary>
2424
- A IUndoItem for collection modifications.
2425
- </summary>
2426
- <typeparam name="T">The item type of the collection</typeparam>
2427
- </member>
2428
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem`1.#ctor(System.Collections.Generic.IList{`0},SIMULTAN.Util.UndoRedo.UndoRedoAction,System.Int32,System.Collections.Generic.IList{`0},System.Int32,System.Collections.Generic.IList{`0})">
2429
- <summary>
2430
- Initializes a new instance of the CollectionUndoItem class
2431
- </summary>
2432
- <param name="list">The collection</param>
2433
- <param name="action">The action that should be undo-able</param>
2434
- <param name="oldStartIndex">Old start index (for clear, remove)</param>
2435
- <param name="oldItems">A list of old items</param>
2436
- <param name="newStartIndex">New start index</param>
2437
- <param name="newItems">A list of new items</param>
2438
- </member>
2439
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem`1.Execute">
2440
- <inheritdoc/>
2441
- </member>
2442
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem`1.Redo">
2443
- <inheritdoc/>
2444
- </member>
2445
- <member name="M:SIMULTAN.Util.UndoRedo.CollectionUndoItem`1.Undo">
2446
- <inheritdoc/>
2447
- </member>
2448
- <member name="T:SIMULTAN.Util.UndoRedo.GroupUndoItem">
2449
- <summary>
2450
- A IUndoItem for grouping other items for a common undo operation
2451
- </summary>
2452
- </member>
2453
- <member name="P:SIMULTAN.Util.UndoRedo.GroupUndoItem.Items">
2454
- <summary>
2455
- Returns a list of contanied undo items. Do not change this after registering to the undo manager
2456
- </summary>
2457
- </member>
2458
- <member name="M:SIMULTAN.Util.UndoRedo.GroupUndoItem.#ctor">
2459
- <summary>
2460
- Initializes a new instance of the GroupUndoItem class
2461
- </summary>
2462
- </member>
2463
- <member name="M:SIMULTAN.Util.UndoRedo.GroupUndoItem.#ctor(System.Collections.Generic.List{SIMULTAN.Util.UndoRedo.IUndoItem})">
2464
- <summary>
2465
- Initializes a new instance of the GroupUndoItem class
2466
- </summary>
2467
- <param name="items">The list of IIUndoItems</param>
2468
- </member>
2469
- <member name="M:SIMULTAN.Util.UndoRedo.GroupUndoItem.Execute">
2470
- <inheritdoc/>
2471
- </member>
2472
- <member name="M:SIMULTAN.Util.UndoRedo.GroupUndoItem.Redo">
2473
- <inheritdoc/>
2474
- </member>
2475
- <member name="M:SIMULTAN.Util.UndoRedo.GroupUndoItem.Undo">
2476
- <inheritdoc/>
2477
- </member>
2478
- <member name="T:SIMULTAN.Util.UndoRedo.UndoExecutionResult">
2479
- <summary>
2480
- Defines the result of a undo/redo operation
2481
- </summary>
2482
- </member>
2483
- <member name="F:SIMULTAN.Util.UndoRedo.UndoExecutionResult.Executed">
2484
- <summary>
2485
- The operation has been fully executed
2486
- </summary>
2487
- </member>
2488
- <member name="F:SIMULTAN.Util.UndoRedo.UndoExecutionResult.PartiallyExecuted">
2489
- <summary>
2490
- Parts of the operation have been executed (e.g. in a GroupOperation)
2491
- </summary>
2492
- </member>
2493
- <member name="F:SIMULTAN.Util.UndoRedo.UndoExecutionResult.Failed">
2494
- <summary>
2495
- No operation has been executed
2496
- </summary>
2497
- </member>
2498
- <member name="T:SIMULTAN.Util.UndoRedo.IUndoItem">
2499
- <summary>
2500
- Interface for all undo items
2501
- </summary>
2502
- </member>
2503
- <member name="M:SIMULTAN.Util.UndoRedo.IUndoItem.Execute">
2504
- <summary>
2505
- Called when the item is executed for the first time
2506
- </summary>
2507
- <returns>The execution result. Partially should only be returned in case of grouping undo items.</returns>
2508
- </member>
2509
- <member name="M:SIMULTAN.Util.UndoRedo.IUndoItem.Undo">
2510
- <summary>
2511
- Executed when the item is undone
2512
- </summary>
2513
- </member>
2514
- <member name="M:SIMULTAN.Util.UndoRedo.IUndoItem.Redo">
2515
- <summary>
2516
- Executed when the item is redone
2517
- </summary>
2518
- </member>
2519
- <member name="T:SIMULTAN.Util.UndoRedo.PropertyUndoItem">
2520
- <summary>
2521
- An IUndoItem for properties
2522
- </summary>
2523
- </member>
2524
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUndoItem.#ctor(System.Object,System.String,System.Object)">
2525
- <summary>
2526
- Initializes a new instance of the PropertyUndoItem class
2527
- </summary>
2528
- <param name="target">The target object</param>
2529
- <param name="property">The property name (for reflection)</param>
2530
- <param name="value">The new value for this property</param>
2531
- </member>
2532
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUndoItem.Execute">
2533
- <inheritdoc/>
2534
- </member>
2535
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUndoItem.Redo">
2536
- <inheritdoc/>
2537
- </member>
2538
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUndoItem.Undo">
2539
- <inheritdoc/>
2540
- </member>
2541
- <member name="T:SIMULTAN.Util.UndoRedo.PropertyUnsupportedValueException">
2542
- <summary>
2543
- Exception thrown by properties when a value is not allowed. Notifies the PropertyUndoItem that the operation has failed
2544
- </summary>
2545
- </member>
2546
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUnsupportedValueException.#ctor">
2547
- <summary>
2548
- Initializes a new instance of the PropertyUnsupportedValueException class
2549
- </summary>
2550
- </member>
2551
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUnsupportedValueException.#ctor(System.String)">
2552
- <summary>
2553
- Initializes a new instance of the PropertyUnsupportedValueException class
2554
- </summary>
2555
- <param name="message">The message text</param>
2556
- </member>
2557
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUnsupportedValueException.#ctor(System.String,System.Exception)">
2558
- <summary>
2559
- Initializes a new instance of the PropertyUnsupportedValueException class
2560
- </summary>
2561
- <param name="message">The message text</param>
2562
- <param name="innerException">The inner exception</param>
2563
- </member>
2564
- <member name="M:SIMULTAN.Util.UndoRedo.PropertyUnsupportedValueException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
2565
- <summary>
2566
- Initializes a new instance of the PropertyUnsupportedValueException class
2567
- </summary>
2568
- <param name="info"></param>
2569
- <param name="context"></param>
2570
- </member>
2571
- <member name="T:SIMULTAN.Util.UndoRedo.UndoRedoManager">
2572
- <summary>
2573
- Manages Undo and Redo operations
2574
- </summary>
2575
- </member>
2576
- <member name="P:SIMULTAN.Util.UndoRedo.UndoRedoManager.UndoCommand">
2577
- <summary>
2578
- Returns the command for an Undo action
2579
- </summary>
2580
- </member>
2581
- <member name="P:SIMULTAN.Util.UndoRedo.UndoRedoManager.RedoCommand">
2582
- <summary>
2583
- Returns the command for an Redo action
2584
- </summary>
2585
- </member>
2586
- <member name="M:SIMULTAN.Util.UndoRedo.UndoRedoManager.#ctor">
2587
- <summary>
2588
- Initializes a new instance of the UndoRedoManager class
2589
- </summary>
2590
- </member>
2591
- <member name="M:SIMULTAN.Util.UndoRedo.UndoRedoManager.Register(SIMULTAN.Util.UndoRedo.IUndoItem)">
2592
- <summary>
2593
- Registers a new IUndoItem and executes it
2594
- </summary>
2595
- <param name="item">The item</param>
2596
- </member>
2597
- <member name="M:SIMULTAN.Util.UndoRedo.UndoRedoManager.ClearRedo">
2598
- <summary>
2599
- Clears the redo list.
2600
- </summary>
2601
- </member>
2602
- <member name="M:SIMULTAN.Util.UndoRedo.UndoRedoManager.UnRegister(SIMULTAN.Util.UndoRedo.IUndoItem)">
2603
- <summary>
2604
- Removes a undo item from both, the undo and the redo list
2605
- </summary>
2606
- <param name="item"></param>
2607
- </member>
2608
- <member name="T:SIMULTAN.Util.Win32Interop.Shell32">
2609
- <summary>
2610
- Contains structs and definitions for working with the Win32 API
2611
- </summary>
2612
- </member>
2613
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.SHIL_LARGE">
2614
- <summary>
2615
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2616
- </summary>
2617
- </member>
2618
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.SHIL_SMALL">
2619
- <summary>
2620
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2621
- </summary>
2622
- </member>
2623
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.SHIL_EXTRALARGE">
2624
- <summary>
2625
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2626
- </summary>
2627
- </member>
2628
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.SHIL_SYSSMALL">
2629
- <summary>
2630
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2631
- </summary>
2632
- </member>
2633
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.SHIL_JUMBO">
2634
- <summary>
2635
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2636
- </summary>
2637
- </member>
2638
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.SHIL_LAST">
2639
- <summary>
2640
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2641
- </summary>
2642
- </member>
2643
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.ILD_TRANSPARENT">
2644
- <summary>
2645
- See <see href="https://docs.microsoft.com/en-us/windows/win32/controls/imagelistdrawflags">IMAGELISTDRAWFLAGS</see>
2646
- </summary>
2647
- </member>
2648
- <member name="F:SIMULTAN.Util.Win32Interop.Shell32.ILD_IMAGE">
2649
- <summary>
2650
- See <see href="https://docs.microsoft.com/en-us/windows/win32/controls/imagelistdrawflags">IMAGELISTDRAWFLAGS</see>
2651
- </summary>
2652
- </member>
2653
- <member name="M:SIMULTAN.Util.Win32Interop.Shell32.SHGetImageList(System.Int32,System.Guid@,SIMULTAN.Util.Win32Interop.IImageList@)">
2654
- <summary>
2655
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist">SHGetImageList</see>
2656
- </summary>
2657
- </member>
2658
- <member name="M:SIMULTAN.Util.Win32Interop.Shell32.DestroyIcon(System.IntPtr)">
2659
- <summary>
2660
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-destroyicon">DestroyIcon</see>
2661
- </summary>
2662
- </member>
2663
- <member name="M:SIMULTAN.Util.Win32Interop.Shell32.SHGetIDListFromObject(System.Object,System.IntPtr@)">
2664
- <summary>
2665
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-shgetidlistfromobject">SHGetIDListFromObject</see>
2666
- </summary>
2667
- </member>
2668
- <member name="M:SIMULTAN.Util.Win32Interop.Shell32.SHGetFileInfo(System.String,System.UInt32,SIMULTAN.Util.Win32Interop.SHFILEINFO@,System.UInt32,System.UInt32)">
2669
- <summary>
2670
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetfileinfoa">SHGetFileInfoA</see>
2671
- </summary>
2672
- </member>
2673
- <member name="M:SIMULTAN.Util.Win32Interop.Shell32.SHOpenWithDialog(System.Windows.Interop.IWin32Window,SIMULTAN.Util.Win32Interop.OpenAsInfo@)">
2674
- <summary>
2675
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shopenwithdialog">SHOpenWithDialog</see>
2676
- </summary>
2677
- </member>
2678
- <member name="T:SIMULTAN.Util.Win32Interop.User32">
2679
- <summary>
2680
- Provides access to some user32.dll functions
2681
- </summary>
2682
- </member>
2683
- <member name="M:SIMULTAN.Util.Win32Interop.User32.SetCursorPos(System.Int32,System.Int32)">
2684
- <summary>
2685
- Sets the cursor position.
2686
- </summary>
2687
- <param name="X">The x coordinate.</param>
2688
- <param name="Y">The y coordinate.</param>
2689
- <returns></returns>
2690
- </member>
2691
- <member name="T:SIMULTAN.Util.Win32Interop.SHGFI">
2692
- <summary>
2693
- Contains Win32 Enumerations
2694
- </summary>
2695
- </member>
2696
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.Icon">
2697
- <summary>get icon</summary>
2698
- </member>
2699
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.DisplayName">
2700
- <summary>get display name</summary>
2701
- </member>
2702
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.TypeName">
2703
- <summary>get type name</summary>
2704
- </member>
2705
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.Attributes">
2706
- <summary>get attributes</summary>
2707
- </member>
2708
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.IconLocation">
2709
- <summary>get icon location</summary>
2710
- </member>
2711
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.ExeType">
2712
- <summary>return exe type</summary>
2713
- </member>
2714
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.SysIconIndex">
2715
- <summary>get system icon index</summary>
2716
- </member>
2717
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.LinkOverlay">
2718
- <summary>put a link overlay on icon</summary>
2719
- </member>
2720
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.Selected">
2721
- <summary>show icon in selected state</summary>
2722
- </member>
2723
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.Attr_Specified">
2724
- <summary>get only specified attributes</summary>
2725
- </member>
2726
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.LargeIcon">
2727
- <summary>get large icon</summary>
2728
- </member>
2729
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.SmallIcon">
2730
- <summary>get small icon</summary>
2731
- </member>
2732
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.OpenIcon">
2733
- <summary>get open icon</summary>
2734
- </member>
2735
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.ShellIconSize">
2736
- <summary>get shell size icon</summary>
2737
- </member>
2738
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.PIDL">
2739
- <summary>pszPath is a pidl</summary>
2740
- </member>
2741
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.UseFileAttributes">
2742
- <summary>use passed dwFileAttribute</summary>
2743
- </member>
2744
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.AddOverlays">
2745
- <summary>apply the appropriate overlays</summary>
2746
- </member>
2747
- <member name="F:SIMULTAN.Util.Win32Interop.SHGFI.OverlayIndex">
2748
- <summary>Get the index of the overlay in the upper 8 bits of the iIcon</summary>
2749
- </member>
2750
- <member name="T:SIMULTAN.Util.Win32Interop.SHFILEINFO">
2751
- <summary>
2752
- See <see href="http://pinvoke.net/default.aspx/Structures/SHFILEINFO.html">SHFILEINFO (Structures)</see>
2753
- </summary>
2754
- </member>
2755
- <member name="F:SIMULTAN.Util.Win32Interop.SHFILEINFO.NAMESIZE">
2756
- <summary>
2757
- See <see href="https://msdn.microsoft.com/en-us/ie/bb759792(v=vs.80)">SHFILEINFO structure</see>
2758
- </summary>
2759
- </member>
2760
- <member name="F:SIMULTAN.Util.Win32Interop.SHFILEINFO.hIcon">
2761
- <summary>
2762
- See <see href="https://msdn.microsoft.com/en-us/ie/bb759792(v=vs.80)">SHFILEINFO structure</see>
2763
- </summary>
2764
- </member>
2765
- <member name="F:SIMULTAN.Util.Win32Interop.SHFILEINFO.iIcon">
2766
- <summary>
2767
- See <see href="https://msdn.microsoft.com/en-us/ie/bb759792(v=vs.80)">SHFILEINFO structure</see>
2768
- </summary>
2769
- </member>
2770
- <member name="F:SIMULTAN.Util.Win32Interop.SHFILEINFO.dwAttributes">
2771
- <summary>
2772
- See <see href="https://msdn.microsoft.com/en-us/ie/bb759792(v=vs.80)">SHFILEINFO structure</see>
2773
- </summary>
2774
- </member>
2775
- <member name="F:SIMULTAN.Util.Win32Interop.SHFILEINFO.szDisplayName">
2776
- <summary>
2777
- See <see href="https://msdn.microsoft.com/en-us/ie/bb759792(v=vs.80)">SHFILEINFO structure</see>
2778
- </summary>
2779
- </member>
2780
- <member name="F:SIMULTAN.Util.Win32Interop.SHFILEINFO.szTypeName">
2781
- <summary>
2782
- See <see href="https://msdn.microsoft.com/en-us/ie/bb759792(v=vs.80)">SHFILEINFO structure</see>
2783
- </summary>
2784
- </member>
2785
- <member name="T:SIMULTAN.Util.Win32Interop.RECT">
2786
- <summary>
2787
- See <see href="https://www.pinvoke.net/default.aspx/Structures/rect.html">rect (Structures)</see>
2788
- </summary>
2789
- </member>
2790
- <member name="F:SIMULTAN.Util.Win32Interop.RECT.left">
2791
- <summary>
2792
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-rect">RECT structure</see>
2793
- </summary>
2794
- </member>
2795
- <member name="F:SIMULTAN.Util.Win32Interop.RECT.top">
2796
- <summary>
2797
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-rect">RECT structure</see>
2798
- </summary>
2799
- </member>
2800
- <member name="F:SIMULTAN.Util.Win32Interop.RECT.right">
2801
- <summary>
2802
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-rect">RECT structure</see>
2803
- </summary>
2804
- </member>
2805
- <member name="F:SIMULTAN.Util.Win32Interop.RECT.bottom">
2806
- <summary>
2807
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-rect">RECT structure</see>
2808
- </summary>
2809
- </member>
2810
- <member name="T:SIMULTAN.Util.Win32Interop.POINT">
2811
- <summary>
2812
- See <see href="https://www.pinvoke.net/default.aspx/Structures/POINT.html">POINT (Structures)</see>
2813
- </summary>
2814
- </member>
2815
- <member name="F:SIMULTAN.Util.Win32Interop.POINT.x">
2816
- <summary>
2817
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-point">POINT structure</see>
2818
- </summary>
2819
- </member>
2820
- <member name="F:SIMULTAN.Util.Win32Interop.POINT.y">
2821
- <summary>
2822
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/windef/ns-windef-point">POINT structure</see>
2823
- </summary>
2824
- </member>
2825
- <member name="T:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS">
2826
- <summary>
2827
- See <see href="https://www.pinvoke.net/default.aspx/Structures/IMAGELISTDRAWPARAMS.html">IMAGELISTDRAWPARAMS (Structures)</see>
2828
- </summary>
2829
- </member>
2830
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.cbSize">
2831
- <summary>
2832
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2833
- </summary>
2834
- </member>
2835
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.himl">
2836
- <summary>
2837
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2838
- </summary>
2839
- </member>
2840
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.i">
2841
- <summary>
2842
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2843
- </summary>
2844
- </member>
2845
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.hdcDst">
2846
- <summary>
2847
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2848
- </summary>
2849
- </member>
2850
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.x">
2851
- <summary>
2852
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2853
- </summary>
2854
- </member>
2855
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.y">
2856
- <summary>
2857
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2858
- </summary>
2859
- </member>
2860
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.cx">
2861
- <summary>
2862
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2863
- </summary>
2864
- </member>
2865
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.cy">
2866
- <summary>
2867
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2868
- </summary>
2869
- </member>
2870
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.xBitmap">
2871
- <summary>
2872
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2873
- </summary>
2874
- </member>
2875
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.yBitmap">
2876
- <summary>
2877
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2878
- </summary>
2879
- </member>
2880
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.rgbBk">
2881
- <summary>
2882
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2883
- </summary>
2884
- </member>
2885
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.rgbFg">
2886
- <summary>
2887
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2888
- </summary>
2889
- </member>
2890
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.fStyle">
2891
- <summary>
2892
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2893
- </summary>
2894
- </member>
2895
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.dwRop">
2896
- <summary>
2897
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2898
- </summary>
2899
- </member>
2900
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.fState">
2901
- <summary>
2902
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2903
- </summary>
2904
- </member>
2905
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.Frame">
2906
- <summary>
2907
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2908
- </summary>
2909
- </member>
2910
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS.crEffect">
2911
- <summary>
2912
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imagelistdrawparams">IMAGELISTDRAWPARAMS structure</see>
2913
- </summary>
2914
- </member>
2915
- <member name="T:SIMULTAN.Util.Win32Interop.IMAGEINFO">
2916
- <summary>
2917
- See <see href="https://www.pinvoke.net/default.aspx/Structures/IMAGEINFO.html">IMAGEINFO (Structures)</see>
2918
- </summary>
2919
- </member>
2920
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGEINFO.hbmImage">
2921
- <summary>
2922
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imageinfo">IMAGEINFO structure</see>
2923
- </summary>
2924
- </member>
2925
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGEINFO.hbmMask">
2926
- <summary>
2927
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imageinfo">IMAGEINFO structure</see>
2928
- </summary>
2929
- </member>
2930
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGEINFO.Unused1">
2931
- <summary>
2932
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imageinfo">IMAGEINFO structure</see>
2933
- </summary>
2934
- </member>
2935
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGEINFO.Unused2">
2936
- <summary>
2937
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imageinfo">IMAGEINFO structure</see>
2938
- </summary>
2939
- </member>
2940
- <member name="F:SIMULTAN.Util.Win32Interop.IMAGEINFO.rcImage">
2941
- <summary>
2942
- See <see href="https://docs.microsoft.com/en-us/windows/win32/api/commoncontrols/ns-commoncontrols-imageinfo">IMAGEINFO structure</see>
2943
- </summary>
2944
- </member>
2945
- <member name="T:SIMULTAN.Util.Win32Interop.IImageList">
2946
- <summary>
2947
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nn-commoncontrols-iimagelist">IImageList interface</see>
2948
- </summary>
2949
- </member>
2950
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Add(System.IntPtr,System.IntPtr,System.Int32@)">
2951
- <summary>
2952
- Adds an image or images to an image list.
2953
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-add">IImageList::Add</see>
2954
- </summary>
2955
- <param name="hbmImage">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-add">IImageList::Add</see></param>
2956
- <param name="hbmMask">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-add">IImageList::Add</see></param>
2957
- <param name="pi">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-add">IImageList::Add</see></param>
2958
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-add">IImageList::Add</see></returns>
2959
- </member>
2960
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.ReplaceIcon(System.Int32,System.IntPtr,System.Int32@)">
2961
- <summary>
2962
- Replaces an image with an icon or cursor.
2963
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replaceicon">IImageList::ReplaceIcon</see>
2964
- </summary>
2965
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replaceicon">IImageList::ReplaceIcon</see></param>
2966
- <param name="hicon">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replaceicon">IImageList::ReplaceIcon</see></param>
2967
- <param name="pi">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replaceicon">IImageList::ReplaceIcon</see></param>
2968
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replaceicon">IImageList::ReplaceIcon</see></returns>
2969
- </member>
2970
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.SetOverlayImage(System.Int32,System.Int32)">
2971
- <summary>
2972
- Adds a specified image to the list of images used as overlay masks.
2973
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see>
2974
- </summary>
2975
- <param name="iImage">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see></param>
2976
- <param name="iOverlay">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see></param>
2977
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see></returns>
2978
- </member>
2979
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Replace(System.Int32,System.IntPtr,System.IntPtr)">
2980
- <summary>
2981
- Replaces an image in an image list with a new image.
2982
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replace">IImageList::Replace</see>
2983
- </summary>
2984
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replace">IImageList::Replace</see></param>
2985
- <param name="hbmImage">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replace">IImageList::Replace</see></param>
2986
- <param name="hbmMask">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replace">IImageList::Replace</see></param>
2987
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-replace">IImageList::Replace</see></returns>
2988
- </member>
2989
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.AddMasked(System.IntPtr,System.Int32,System.Int32@)">
2990
- <summary>
2991
- Adds an image or images to an image list, generating a mask from the specified bitmap.
2992
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-addmasked">IImageList::AddMasked</see>
2993
- </summary>
2994
- <param name="hbmImage">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-addmasked">IImageList::AddMasked</see></param>
2995
- <param name="crMask">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-addmasked">IImageList::AddMasked</see></param>
2996
- <param name="pi">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-addmasked">IImageList::AddMasked</see></param>
2997
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-addmasked">IImageList::AddMasked</see></returns>
2998
- </member>
2999
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Draw(SIMULTAN.Util.Win32Interop.IMAGELISTDRAWPARAMS@)">
3000
- <summary>
3001
- Draws an image list item in the specified device context.
3002
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-draw">IImageList::Draw</see>
3003
- </summary>
3004
- <param name="pimldp">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-draw">IImageList::Draw</see></param>
3005
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-draw">IImageList::Draw</see></returns>
3006
- </member>
3007
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Remove(System.Int32)">
3008
- <summary>
3009
- Removes an image from an image list.
3010
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-remove">IImageList::Remove</see>
3011
- </summary>
3012
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-remove">IImageList::Remove</see></param>
3013
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-remove">IImageList::Remove</see></returns>
3014
- </member>
3015
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetIcon(System.Int32,System.Int32,System.IntPtr@)">
3016
- <summary>
3017
- Creates an icon from an image and a mask in an image list.
3018
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticon">IImageList::GetIcon</see>
3019
- </summary>
3020
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticon">IImageList::GetIcon</see></param>
3021
- <param name="flags">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticon">IImageList::GetIcon</see></param>
3022
- <param name="picon">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticon">IImageList::GetIcon</see></param>
3023
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticon">IImageList::GetIcon</see></returns>
3024
- </member>
3025
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetImageInfo(System.Int32,SIMULTAN.Util.Win32Interop.IMAGEINFO@)">
3026
- <summary>
3027
- Gets information about an image.
3028
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimageinfo">IImageList::GetImageInfo</see>
3029
- </summary>
3030
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimageinfo">IImageList::GetImageInfo</see></param>
3031
- <param name="pImageInfo">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimageinfo">IImageList::GetImageInfo</see></param>
3032
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimageinfo">IImageList::GetImageInfo</see></returns>
3033
- </member>
3034
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Copy(System.Int32,SIMULTAN.Util.Win32Interop.IImageList,System.Int32,System.Int32)">
3035
- <summary>
3036
- Copies images from a given image list.
3037
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-copy">IImageList::Copy</see>
3038
- </summary>
3039
- <param name="iDst">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-copy">IImageList::Copy</see></param>
3040
- <param name="punkSrc">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-copy">IImageList::Copy</see></param>
3041
- <param name="iSrc">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-copy">IImageList::Copy</see></param>
3042
- <param name="uFlags">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-copy">IImageList::Copy</see></param>
3043
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-copy">IImageList::Copy</see></returns>
3044
- </member>
3045
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Merge(System.Int32,SIMULTAN.Util.Win32Interop.IImageList,System.Int32,System.Int32,System.Int32,System.Guid@,System.IntPtr@)">
3046
- <summary>
3047
- Creates a new image by combining two existing images. This method also creates a new image list in which to store the image.
3048
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see>
3049
- </summary>
3050
- <param name="i1">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3051
- <param name="punk2">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3052
- <param name="i2">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3053
- <param name="dx">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3054
- <param name="dy">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3055
- <param name="riid">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3056
- <param name="ppv">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></param>
3057
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-merge">IImageList::Merge</see></returns>
3058
- </member>
3059
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.Clone(System.Guid@,System.IntPtr@)">
3060
- <summary>
3061
- Clones an existing image list.
3062
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-clone">IImageList::Clone</see>
3063
- </summary>
3064
- <param name="riid">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-clone">IImageList::Clone</see></param>
3065
- <param name="ppv">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-clone">IImageList::Clone</see></param>
3066
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-clone">IImageList::Clone</see></returns>
3067
- </member>
3068
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetImageRect(System.Int32,SIMULTAN.Util.Win32Interop.RECT@)">
3069
- <summary>
3070
- Gets an image's bounding rectangle.
3071
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagerect">IImageList::GetImageRect</see>
3072
- </summary>
3073
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagerect">IImageList::GetImageRect</see></param>
3074
- <param name="prc">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagerect">IImageList::GetImageRect</see></param>
3075
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagerect">IImageList::GetImageRect</see></returns>
3076
- </member>
3077
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetIconSize(System.Int32@,System.Int32@)">
3078
- <summary>
3079
- Gets the dimensions of images in an image list. All images in an image list have the same dimensions.
3080
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticonsize">IImageList::GetIconSize</see>
3081
- </summary>
3082
- <param name="cx">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticonsize">IImageList::GetIconSize</see></param>
3083
- <param name="cy">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticonsize">IImageList::GetIconSize</see></param>
3084
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-geticonsize">IImageList::GetIconSize</see></returns>
3085
- </member>
3086
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.SetIconSize(System.Int32,System.Int32)">
3087
- <summary>
3088
- Sets the dimensions of images in an image list and removes all images from the list.
3089
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-seticonsize">IImageList::SetIconSize</see>
3090
- </summary>
3091
- <param name="cx">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-seticonsize">IImageList::SetIconSize</see></param>
3092
- <param name="cy">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-seticonsize">IImageList::SetIconSize</see></param>
3093
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-seticonsize">IImageList::SetIconSize</see></returns>
3094
- </member>
3095
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetImageCount(System.Int32@)">
3096
- <summary>
3097
- Gets the number of images in an image list.
3098
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagecount">IImageList::GetImageCount</see>
3099
- </summary>
3100
- <param name="pi">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagecount">IImageList::GetImageCount</see></param>
3101
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getimagecount">IImageList::GetImageCount</see></returns>
3102
- </member>
3103
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.SetImageCount(System.Int32)">
3104
- <summary>
3105
- Adds a specified image to the list of images used as overlay masks.
3106
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see>
3107
- </summary>
3108
- <param name="uNewCount">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see></param>
3109
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setoverlayimage">IImageList::SetOverlayImage</see></returns>
3110
- </member>
3111
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.SetBkColor(System.Int32,System.Int32@)">
3112
- <summary>
3113
- Sets the background color for an image list.
3114
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setbkcolor">IImageList::SetBkColor</see>
3115
- </summary>
3116
- <param name="clrBk">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setbkcolor">IImageList::SetBkColor</see></param>
3117
- <param name="pclr">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setbkcolor">IImageList::SetBkColor</see></param>
3118
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setbkcolor">IImageList::SetBkColor</see></returns>
3119
- </member>
3120
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetBkColor(System.Int32@)">
3121
- <summary>
3122
- Gets the current background color for an image list.
3123
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getbkcolor">IImageList::GetBkColor</see>
3124
- </summary>
3125
- <param name="pclr">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getbkcolor">IImageList::GetBkColor</see></param>
3126
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getbkcolor">IImageList::GetBkColor</see></returns>
3127
- </member>
3128
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.BeginDrag(System.Int32,System.Int32,System.Int32)">
3129
- <summary>
3130
- Begins dragging an image.
3131
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-begindrag">IImageList::BeginDrag</see>
3132
- </summary>
3133
- <param name="iTrack">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-begindrag">IImageList::BeginDrag</see></param>
3134
- <param name="dxHotspot">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-begindrag">IImageList::BeginDrag</see></param>
3135
- <param name="dyHotspot">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-begindrag">IImageList::BeginDrag</see></param>
3136
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-begindrag">IImageList::BeginDrag</see></returns>
3137
- </member>
3138
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.EndDrag">
3139
- <summary>
3140
- Ends a drag operation.
3141
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-enddrag">IImageList::EndDrag</see>
3142
- </summary>
3143
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-enddrag">IImageList::EndDrag</see></returns>
3144
- </member>
3145
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.DragEnter(System.IntPtr,System.Int32,System.Int32)">
3146
- <summary>
3147
- Locks updates to the specified window during a drag operation and displays the drag image at the specified position within the window.
3148
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragenter">IImageList::DragEnter</see>
3149
- </summary>
3150
- <param name="hwndLock">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragenter">IImageList::DragEnter</see></param>
3151
- <param name="x">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragenter">IImageList::DragEnter</see></param>
3152
- <param name="y">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragenter">IImageList::DragEnter</see></param>
3153
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragenter">IImageList::DragEnter</see></returns>
3154
- </member>
3155
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.DragLeave(System.IntPtr)">
3156
- <summary>
3157
- Unlocks the specified window and hides the drag image, which enables the window to update.
3158
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragleave">IImageList::DragLeave</see>
3159
- </summary>
3160
- <param name="hwndLock">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragleave">IImageList::DragLeave</see></param>
3161
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragleave">IImageList::DragLeave</see></returns>
3162
- </member>
3163
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.DragMove(System.Int32,System.Int32)">
3164
- <summary>
3165
- Moves the image that is being dragged during a drag-and-drop operation. This function is typically called in response to a WM_MOUSEMOVE message.
3166
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragmove">IImageList::DragMove</see>
3167
- </summary>
3168
- <param name="x">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragmove">IImageList::DragMove</see></param>
3169
- <param name="y">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragmove">IImageList::DragMove</see></param>
3170
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragmove">IImageList::DragMove</see></returns>
3171
- </member>
3172
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.SetDragCursorImage(SIMULTAN.Util.Win32Interop.IImageList@,System.Int32,System.Int32,System.Int32)">
3173
- <summary>
3174
- Creates a new drag image by combining the specified image, which is typically a mouse cursor image, with the current drag image.
3175
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setdragcursorimage">IImageList::SetDragCursorImage</see>
3176
- </summary>
3177
- <param name="punk">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setdragcursorimage">IImageList::SetDragCursorImage</see></param>
3178
- <param name="iDrag">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setdragcursorimage">IImageList::SetDragCursorImage</see></param>
3179
- <param name="dxHotspot">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setdragcursorimage">IImageList::SetDragCursorImage</see></param>
3180
- <param name="dyHotspot">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setdragcursorimage">IImageList::SetDragCursorImage</see></param>
3181
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-setdragcursorimage">IImageList::SetDragCursorImage</see></returns>
3182
- </member>
3183
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.DragShowNolock(System.Int32)">
3184
- <summary>
3185
- Shows or hides the image being dragged.
3186
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragshownolock">IImageList::DragShowNolock</see>
3187
- </summary>
3188
- <param name="fShow">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragshownolock">IImageList::DragShowNolock</see></param>
3189
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-dragshownolock">IImageList::DragShowNolock</see></returns>
3190
- </member>
3191
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetDragImage(SIMULTAN.Util.Win32Interop.POINT@,SIMULTAN.Util.Win32Interop.POINT@,System.Guid@,System.IntPtr@)">
3192
- <summary>
3193
- Gets the temporary image list that is used for the drag image. The function also retrieves the current drag position
3194
- and the offset of the drag image relative to the drag position.
3195
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getdragimage">IImageList::GetDragImage</see>
3196
- </summary>
3197
- <param name="ppt">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getdragimage">IImageList::GetDragImage</see></param>
3198
- <param name="pptHotspot">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getdragimage">IImageList::GetDragImage</see></param>
3199
- <param name="riid">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getdragimage">IImageList::GetDragImage</see></param>
3200
- <param name="ppv">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getdragimage">IImageList::GetDragImage</see></param>
3201
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getdragimage">IImageList::GetDragImage</see></returns>
3202
- </member>
3203
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetItemFlags(System.Int32,System.Int32@)">
3204
- <summary>
3205
- Gets the flags of an image.
3206
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getitemflags">IImageList::GetItemFlags</see>
3207
- </summary>
3208
- <param name="i">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getitemflags">IImageList::GetItemFlags</see></param>
3209
- <param name="dwFlags">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getitemflags">IImageList::GetItemFlags</see></param>
3210
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getitemflags">IImageList::GetItemFlags</see></returns>
3211
- </member>
3212
- <member name="M:SIMULTAN.Util.Win32Interop.IImageList.GetOverlayImage(System.Int32,System.Int32@)">
3213
- <summary>
3214
- Retrieves a specified image from the list of images used as overlay masks.
3215
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getoverlayimage">IImageList::GetOverlayImage</see>
3216
- </summary>
3217
- <param name="iOverlay">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getoverlayimage">IImageList::GetOverlayImage</see></param>
3218
- <param name="piIndex">See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getoverlayimage">IImageList::GetOverlayImage</see></param>
3219
- <returns>See <see href="https://docs.microsoft.com/de-de/windows/win32/api/commoncontrols/nf-commoncontrols-iimagelist-getoverlayimage">IImageList::GetOverlayImage</see></returns>
3220
- </member>
3221
- <member name="T:SIMULTAN.Util.Win32Interop.OpenAsInfo">
3222
- <summary>
3223
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/shlobj_core/ns-shlobj_core-openasinfo">OPENASINFO structure</see>
3224
- </summary>
3225
- </member>
3226
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfo.FileName">
3227
- <summary>
3228
- A pointer to the file name.
3229
- </summary>
3230
- </member>
3231
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfo.FileClass">
3232
- <summary>
3233
- A pointer to the file type description. Set this parameter to NULL to use the file name extension of pcszFile.
3234
- </summary>
3235
- </member>
3236
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfo.OpenAsFlags">
3237
- <summary>
3238
- The characteristics of the SHOpenWithDialog dialog box.
3239
- </summary>
3240
- </member>
3241
- <member name="T:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags">
3242
- <summary>
3243
- See <see href="https://docs.microsoft.com/de-de/windows/win32/api/shlobj_core/ns-shlobj_core-openasinfo">OPENASINFO structure</see>
3244
- </summary>
3245
- </member>
3246
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.None">
3247
- <summary>
3248
- No flag
3249
- </summary>
3250
- </member>
3251
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.AllowRegistration">
3252
- <summary>
3253
- Enable the "always use this program" checkbox. If not passed, it will be disabled.
3254
- </summary>
3255
- </member>
3256
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.RegisterExt">
3257
- <summary>
3258
- Do the registration after the user hits the OK button.
3259
- </summary>
3260
- </member>
3261
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.ExecFile">
3262
- <summary>
3263
- Execute file after registering.
3264
- </summary>
3265
- </member>
3266
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.ForceRegistration">
3267
- <summary>
3268
- Force the Always use this program checkbox to be checked. Typically, you won't use the OAIF_ALLOW_REGISTRATION flag when you pass this value.
3269
- </summary>
3270
- </member>
3271
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.HideRegistration">
3272
- <summary>
3273
- Introduced in Windows Vista. Hide the Always use this program checkbox. If this flag is specified, the OAIF_ALLOW_REGISTRATION and OAIF_FORCE_REGISTRATION flags will be ignored.
3274
- </summary>
3275
- </member>
3276
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.UrlProtocol">
3277
- <summary>
3278
- Introduced in Windows Vista. The value for the extension that is passed is actually a protocol, so the Open With dialog box should show applications that are registered as capable of handling that protocol.
3279
- </summary>
3280
- </member>
3281
- <member name="F:SIMULTAN.Util.Win32Interop.OpenAsInfoFlags.FileIsUri">
3282
- <summary>
3283
- Introduced in Windows 8. The location pointed to by the pcszFile parameter is given as a URI.
3284
- </summary>
3285
- </member>
3286
- <member name="T:SIMULTAN.Util.Win32Interop.Win32Utils">
3287
- <summary>
3288
- Provides methods for Win32 interop
3289
- </summary>
3290
- </member>
3291
- <member name="M:SIMULTAN.Util.Win32Interop.Win32Utils.OpenWith(System.String,System.Windows.Interop.IWin32Window,System.String,SIMULTAN.Util.Win32Interop.OpenAsInfoFlags)">
3292
- <summary>
3293
- Executes the OpenWith dialog on a file
3294
- </summary>
3295
- <param name="fileName">The file</param>
3296
- <param name="parent">The parent window</param>
3297
- <param name="fileClass"></param>
3298
- <param name="openAsFlags"></param>
3299
- <returns></returns>
3300
- </member>
3301
- <member name="T:SIMULTAN.Util.WindowsServices">
3302
- <summary>
3303
- Provides methods to work with the Win32 API
3304
- </summary>
3305
- </member>
3306
- <member name="M:SIMULTAN.Util.WindowsServices.SetWindowExTransparent(System.IntPtr)">
3307
- <summary>
3308
- Sets the ExStyle of a window to WS_EX_TRANSPARENT
3309
- </summary>
3310
- <param name="hwnd">The window handle</param>
3311
- </member>
3312
- <member name="T:SIMULTAN.Util.XamlUtils">
3313
- <summary>
3314
- Provides methods to work with XAML structures
3315
- </summary>
3316
- </member>
3317
- <member name="M:SIMULTAN.Util.XamlUtils.FindVisualChildren``1(System.Windows.DependencyObject)">
3318
- <summary>
3319
- Searches for visual children of a given type
3320
- </summary>
3321
- <typeparam name="T">The type to search for</typeparam>
3322
- <param name="depObj">The source object</param>
3323
- <returns>A list of all visual childs of that type</returns>
3324
- </member>
3325
- <member name="M:SIMULTAN.Util.XamlUtils.FindLogicalChildren``1(System.Windows.DependencyObject)">
3326
- <summary>
3327
- Searches for children of a specific type in the logical tree
3328
- </summary>
3329
- <typeparam name="T">The type of the targets</typeparam>
3330
- <param name="depObj">The root element</param>
3331
- <returns>All elements in the logical tree that match the given type</returns>
3332
- </member>
3333
- <member name="M:SIMULTAN.Util.XamlUtils.FindChild``1(System.Windows.DependencyObject,System.String)">
3334
- <summary>
3335
- Searches for a child with a given type (and optionally a given name) in the visual tree
3336
- </summary>
3337
- <typeparam name="T">Type of the child</typeparam>
3338
- <param name="parent">Parent object (root node)</param>
3339
- <param name="childName">Name of the child, or Null when only a specific type should be found</param>
3340
- <returns>The child, or Null when no such child has been found</returns>
3341
-
3342
- Code from https://stackoverflow.com/questions/636383/how-can-i-find-wpf-controls-by-name-or-type
3343
- </member>
3344
- <member name="M:SIMULTAN.Util.XamlUtils.FindFirstMatch``1(System.Windows.DependencyObject,System.Predicate{``0})">
3345
- <summary>
3346
- Searches for the first matching object in the VisualTree
3347
- </summary>
3348
- <typeparam name="T">Type of the searched object</typeparam>
3349
- <param name="parent">Root node for the search</param>
3350
- <param name="match">The matching condition</param>
3351
- <returns>Either a valid instance when one is found or Null when no machting object exists</returns>
3352
- </member>
3353
- <member name="M:SIMULTAN.Util.XamlUtils.FindParent``1(System.Windows.DependencyObject)">
3354
- <summary>
3355
- Searches for a parent object of a given type
3356
- </summary>
3357
- <typeparam name="T">The parent object type</typeparam>
3358
- <param name="depObj">The start object</param>
3359
- <returns>Either a parent object of the requested type, or Null when no such object is found</returns>
3360
- </member>
3361
- <member name="M:SIMULTAN.Util.XamlUtils.FindParentLogical``1(System.Windows.DependencyObject)">
3362
- <summary>
3363
- Searches for a parent object of a given type, also checks the logical parent
3364
- </summary>
3365
- <typeparam name="T">The parent object type</typeparam>
3366
- <param name="depObj">The start object</param>
3367
- <returns>Either a parent object of the requested type, or Null when no such object is found</returns>
3368
- </member>
3369
- <member name="M:SIMULTAN.Util.XamlUtils.FindParentWithPopup``1(System.Windows.DependencyObject)">
3370
- <summary>
3371
- Searches for a parent object of a given type
3372
- </summary>
3373
- <typeparam name="T">The parent object type</typeparam>
3374
- <param name="depObj">The start object</param>
3375
- <returns>Either a parent object of the requested type, or Null when no such object is found</returns>
3376
- </member>
3377
- <member name="M:SIMULTAN.Util.XamlUtils.FindParentOrSelfVisual(System.Windows.DependencyObject)">
3378
- <summary>
3379
- Searches for a Visual instance upwards in the VisualTree.
3380
- </summary>
3381
- <param name="depObj">The object where the search starts</param>
3382
- <returns>Returns a Visual instance that is either depObj or one of its parents. Returns Null when no Visual exists</returns>
3383
- </member>
3384
- <member name="M:SIMULTAN.Util.XamlUtils.Descendants(System.Windows.DependencyObject)">
3385
- <summary>
3386
- Returns a collection of descendant elements.
3387
- </summary>
3388
- </member>
3389
- <member name="M:SIMULTAN.Util.XamlUtils.TryFindResourceRecursive(System.Windows.FrameworkElement,System.Object,System.Int32)">
3390
- <summary>
3391
- Tries to find a resource in the resources of the element and in the resources of all children.
3392
- Performs a breath first search
3393
- </summary>
3394
- <param name="element">The element to start the search from</param>
3395
- <param name="key">The resource key to search for</param>
3396
- <param name="maxDepth">The maximum search depth</param>
3397
- <returns>Either a resource, or Null when no such resource could be found</returns>
3398
- </member>
3399
- <member name="M:SIMULTAN.Util.XamlUtils.ReplaceSpecialCharacters(System.String)">
3400
- <summary>
3401
- Replaces special characters (&gt;, &lt;, &gt;, &quot;) with their xaml equivalents.
3402
- </summary>
3403
- <param name="text">The input text</param>
3404
- <returns>Text text with special characters replaced</returns>
3405
- </member>
3406
- <member name="T:SIMULTAN.Util.XMLIOExtensions">
3407
- <summary>
3408
- Contains extensions methods for XML classes
3409
- </summary>
3410
- </member>
3411
- <member name="M:SIMULTAN.Util.XMLIOExtensions.WriteKeyValue``1(System.Xml.XmlWriter,System.String,``0)">
3412
- <summary>
3413
- Writes a Xml element containing "<key>value</key>"
3414
- </summary>
3415
- <typeparam name="T"></typeparam>
3416
- <param name="sw"></param>
3417
- <param name="key"></param>
3418
- <param name="value"></param>
3419
- </member>
3420
- <member name="M:SIMULTAN.Util.XMLIOExtensions.LoadInnerText(System.Xml.XmlElement,System.String,System.Action{System.String})">
3421
- <summary>
3422
- Loads an xml node and converts the content
3423
- </summary>
3424
- <param name="node">The XMLElement onto which the xpath is applied</param>
3425
- <param name="xpath">The xpath expression</param>
3426
- <param name="converter">Convert to convert the content string</param>
3427
- <returns>True when the xpath has selected an element, False otherwise</returns>
3428
- </member>
3429
- </members>
3430
- </doc>