File: classwx_f_s_volume.html

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (362 lines) | stat: -rw-r--r-- 21,755 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>wxWidgets: wxFSVolume Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="extra_stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="page_container">
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0" style="width: 100%;">
 <tbody>
 <tr>
  <td id="projectlogo">
    <a href="http://www.wxwidgets.org/" target="_new">
      <img alt="wxWidgets" src="logo.png"/>
    </a>
  </td>
  <td style="padding-left: 0.5em; text-align: right;">
   <span id="projectnumber">Version: 3.0.2</span>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- Generated by Doxygen 1.8.2 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Categories</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="classwx_f_s_volume-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">wxFSVolume Class Reference<div class="ingroups"><a class="el" href="group__group__class__misc.html">Miscellaneous</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p><code>#include &lt;wx/volume.h&gt;</code></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="classwx_f_s_volume.html" title="wxFSVolume represents a volume (also known as &#39;drive&#39;) in a file system under wxMSW.">wxFSVolume</a> represents a volume (also known as 'drive') in a file system under wxMSW. </p>
<p>Unix ports of wxWidgets do not have the concept of volumes and thus do not implement <a class="el" href="classwx_f_s_volume.html" title="wxFSVolume represents a volume (also known as &#39;drive&#39;) in a file system under wxMSW.">wxFSVolume</a>.</p>
<div><span class="avail">Availability:</span>&#160;&#160;only available for the <a class="el" href="page_port.html#page_port_wxmsw">wxMSW</a> port.</div> <h2></h2>
<div><span class="lib">Library:</span>&#160;&#160;<span class="lib_text"><a class="el" href="page_libs.html#page_libs_wxbase">wxBase</a></span></div><div><span class="category">Category:</span>&#160;&#160;<span class="category_text"><a class="el" href="group__group__class__misc.html">Miscellaneous</a></span></div> </div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a29f5d729cae6c7258f8f3598ec32dbd7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#a29f5d729cae6c7258f8f3598ec32dbd7">wxFSVolume</a> ()</td></tr>
<tr class="memdesc:a29f5d729cae6c7258f8f3598ec32dbd7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Default ctor.  <a href="#a29f5d729cae6c7258f8f3598ec32dbd7"></a><br/></td></tr>
<tr class="separator:a29f5d729cae6c7258f8f3598ec32dbd7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a02f2eb7976b97fd1612dc83bd1289237"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#a02f2eb7976b97fd1612dc83bd1289237">wxFSVolume</a> (const <a class="el" href="classwx_string.html">wxString</a> &amp;name)</td></tr>
<tr class="memdesc:a02f2eb7976b97fd1612dc83bd1289237"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create the volume object with the given <em>name</em> (which should be one of those returned by <a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87" title="Returns an array containing the names of the volumes of this system.">GetVolumes()</a>).  <a href="#a02f2eb7976b97fd1612dc83bd1289237"></a><br/></td></tr>
<tr class="separator:a02f2eb7976b97fd1612dc83bd1289237"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adfb2a7c227e86b1705bb6550ee6a991e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#adfb2a7c227e86b1705bb6550ee6a991e">Create</a> (const <a class="el" href="classwx_string.html">wxString</a> &amp;name)</td></tr>
<tr class="memdesc:adfb2a7c227e86b1705bb6550ee6a991e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create the volume object with the given <em>name</em> (which should be one of those returned by <a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87" title="Returns an array containing the names of the volumes of this system.">GetVolumes()</a>).  <a href="#adfb2a7c227e86b1705bb6550ee6a991e"></a><br/></td></tr>
<tr class="separator:adfb2a7c227e86b1705bb6550ee6a991e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adefde5139dad28a0edd0c9c4380fc51e"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#adefde5139dad28a0edd0c9c4380fc51e">IsOk</a> () const </td></tr>
<tr class="memdesc:adefde5139dad28a0edd0c9c4380fc51e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Is this a valid volume?  <a href="#adefde5139dad28a0edd0c9c4380fc51e"></a><br/></td></tr>
<tr class="separator:adefde5139dad28a0edd0c9c4380fc51e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab690b3bb601eee384c8c12d8f89db366"><td class="memItemLeft" align="right" valign="top"><a class="el" href="volume_8h.html#aa4e140e1cf09e65894158d6df45cb129">wxFSVolumeKind</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#ab690b3bb601eee384c8c12d8f89db366">GetKind</a> () const </td></tr>
<tr class="memdesc:ab690b3bb601eee384c8c12d8f89db366"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the kind of this volume.  <a href="#ab690b3bb601eee384c8c12d8f89db366"></a><br/></td></tr>
<tr class="separator:ab690b3bb601eee384c8c12d8f89db366"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8d55b857b58d29150cd9330d9e68e65d"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#a8d55b857b58d29150cd9330d9e68e65d">GetFlags</a> () const </td></tr>
<tr class="memdesc:a8d55b857b58d29150cd9330d9e68e65d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the flags of this volume.  <a href="#a8d55b857b58d29150cd9330d9e68e65d"></a><br/></td></tr>
<tr class="separator:a8d55b857b58d29150cd9330d9e68e65d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aad3c199f3bdd89246f091fde409b4014"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#aad3c199f3bdd89246f091fde409b4014">IsWritable</a> () const </td></tr>
<tr class="memdesc:aad3c199f3bdd89246f091fde409b4014"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns <span class="literal">true</span> if this volume is writable.  <a href="#aad3c199f3bdd89246f091fde409b4014"></a><br/></td></tr>
<tr class="separator:aad3c199f3bdd89246f091fde409b4014"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae6c3cd14cf91fd2d87ac0f2a8d5efe02"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classwx_string.html">wxString</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#ae6c3cd14cf91fd2d87ac0f2a8d5efe02">GetName</a> () const </td></tr>
<tr class="memdesc:ae6c3cd14cf91fd2d87ac0f2a8d5efe02"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the name of the volume; this is the internal name for the volume used by the operating system.  <a href="#ae6c3cd14cf91fd2d87ac0f2a8d5efe02"></a><br/></td></tr>
<tr class="separator:ae6c3cd14cf91fd2d87ac0f2a8d5efe02"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a534f926534e673eab98fd3848fcad64a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classwx_string.html">wxString</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#a534f926534e673eab98fd3848fcad64a">GetDisplayName</a> () const </td></tr>
<tr class="memdesc:a534f926534e673eab98fd3848fcad64a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the name of the volume meant to be shown to the user.  <a href="#a534f926534e673eab98fd3848fcad64a"></a><br/></td></tr>
<tr class="separator:a534f926534e673eab98fd3848fcad64a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af04cadcda4e2c52d5f2a61c1927678b2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classwx_icon.html">wxIcon</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#af04cadcda4e2c52d5f2a61c1927678b2">GetIcon</a> (<a class="el" href="volume_8h.html#a25716a00b483e0fd09f520c53cca04c3">wxFSIconType</a> type) const </td></tr>
<tr class="memdesc:af04cadcda4e2c52d5f2a61c1927678b2"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function is available only when <code>wxUSE_GUI</code> is <code>1</code>.  <a href="#af04cadcda4e2c52d5f2a61c1927678b2"></a><br/></td></tr>
<tr class="separator:af04cadcda4e2c52d5f2a61c1927678b2"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a313138cace5f2dc3f8e263435e0a9c87"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classwx_array_string.html">wxArrayString</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87">GetVolumes</a> (int flagsSet=<a class="el" href="volume_8h.html#a5c80e004648868994c5a2406a9f950feaa738f268b8368179ea9d58ee63627608">wxFS_VOL_MOUNTED</a>, int flagsUnset=0)</td></tr>
<tr class="memdesc:a313138cace5f2dc3f8e263435e0a9c87"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an array containing the names of the volumes of this system.  <a href="#a313138cace5f2dc3f8e263435e0a9c87"></a><br/></td></tr>
<tr class="separator:a313138cace5f2dc3f8e263435e0a9c87"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0a43342c22263988ce38996ee5ee37af"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classwx_f_s_volume.html#a0a43342c22263988ce38996ee5ee37af">CancelSearch</a> ()</td></tr>
<tr class="memdesc:a0a43342c22263988ce38996ee5ee37af"><td class="mdescLeft">&#160;</td><td class="mdescRight">Stops execution of <a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87" title="Returns an array containing the names of the volumes of this system.">GetVolumes()</a> called previously (should be called from another thread, of course).  <a href="#a0a43342c22263988ce38996ee5ee37af"></a><br/></td></tr>
<tr class="separator:a0a43342c22263988ce38996ee5ee37af"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a29f5d729cae6c7258f8f3598ec32dbd7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxFSVolume::wxFSVolume </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Default ctor. </p>
<p>Use <a class="el" href="classwx_f_s_volume.html#adfb2a7c227e86b1705bb6550ee6a991e" title="Create the volume object with the given name (which should be one of those returned by GetVolumes())...">Create()</a> later. </p>

</div>
</div>
<a class="anchor" id="a02f2eb7976b97fd1612dc83bd1289237"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxFSVolume::wxFSVolume </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classwx_string.html">wxString</a> &amp;&#160;</td>
          <td class="paramname"><em>name</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Create the volume object with the given <em>name</em> (which should be one of those returned by <a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87" title="Returns an array containing the names of the volumes of this system.">GetVolumes()</a>). </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a0a43342c22263988ce38996ee5ee37af"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static void wxFSVolume::CancelSearch </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Stops execution of <a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87" title="Returns an array containing the names of the volumes of this system.">GetVolumes()</a> called previously (should be called from another thread, of course). </p>

</div>
</div>
<a class="anchor" id="adfb2a7c227e86b1705bb6550ee6a991e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool wxFSVolume::Create </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classwx_string.html">wxString</a> &amp;&#160;</td>
          <td class="paramname"><em>name</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Create the volume object with the given <em>name</em> (which should be one of those returned by <a class="el" href="classwx_f_s_volume.html#a313138cace5f2dc3f8e263435e0a9c87" title="Returns an array containing the names of the volumes of this system.">GetVolumes()</a>). </p>

</div>
</div>
<a class="anchor" id="a534f926534e673eab98fd3848fcad64a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classwx_string.html">wxString</a> wxFSVolume::GetDisplayName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns the name of the volume meant to be shown to the user. </p>

</div>
</div>
<a class="anchor" id="a8d55b857b58d29150cd9330d9e68e65d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int wxFSVolume::GetFlags </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns the flags of this volume. </p>
<p>See <a class="el" href="volume_8h.html#a5c80e004648868994c5a2406a9f950fe" title="The volume flags.">wxFSVolumeFlags</a> enumeration values. </p>

</div>
</div>
<a class="anchor" id="af04cadcda4e2c52d5f2a61c1927678b2"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classwx_icon.html">wxIcon</a> wxFSVolume::GetIcon </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="volume_8h.html#a25716a00b483e0fd09f520c53cca04c3">wxFSIconType</a>&#160;</td>
          <td class="paramname"><em>type</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>This function is available only when <code>wxUSE_GUI</code> is <code>1</code>. </p>
<p>Returns the icon used by the native toolkit for the given file system type. </p>

</div>
</div>
<a class="anchor" id="ab690b3bb601eee384c8c12d8f89db366"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="volume_8h.html#aa4e140e1cf09e65894158d6df45cb129">wxFSVolumeKind</a> wxFSVolume::GetKind </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns the kind of this volume. </p>

</div>
</div>
<a class="anchor" id="ae6c3cd14cf91fd2d87ac0f2a8d5efe02"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classwx_string.html">wxString</a> wxFSVolume::GetName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns the name of the volume; this is the internal name for the volume used by the operating system. </p>

</div>
</div>
<a class="anchor" id="a313138cace5f2dc3f8e263435e0a9c87"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="classwx_array_string.html">wxArrayString</a> wxFSVolume::GetVolumes </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>flagsSet</em> = <code><a class="el" href="volume_8h.html#a5c80e004648868994c5a2406a9f950feaa738f268b8368179ea9d58ee63627608">wxFS_VOL_MOUNTED</a></code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>flagsUnset</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Returns an array containing the names of the volumes of this system. </p>
<p>Only the volumes with <em>flags</em> such that the expression </p>
<div class="fragment"><div class="line">(flags &amp; flagsSet) == flagsSet &amp;&amp; !(flags &amp; flagsUnset) </div>
</div><!-- fragment --><p> is <span class="literal">true</span>, are returned. By default, all mounted ones are returned. See <a class="el" href="volume_8h.html#a5c80e004648868994c5a2406a9f950fe" title="The volume flags.">wxFSVolumeFlags</a> enumeration values for a list of valid flags.</p>
<p>This operation may take a while and, even if this function is synchronous, it can be stopped using <a class="el" href="classwx_f_s_volume.html#a0a43342c22263988ce38996ee5ee37af" title="Stops execution of GetVolumes() called previously (should be called from another thread, of course).">CancelSearch()</a>. </p>

</div>
</div>
<a class="anchor" id="adefde5139dad28a0edd0c9c4380fc51e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool wxFSVolume::IsOk </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Is this a valid volume? </p>

</div>
</div>
<a class="anchor" id="aad3c199f3bdd89246f091fde409b4014"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool wxFSVolume::IsWritable </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Returns <span class="literal">true</span> if this volume is writable. </p>

</div>
</div>
</div><!-- contents -->

<address class="footer">
	<small>
		Generated on Thu Nov 27 2014 13:46:47 for wxWidgets by <a href="http://www.doxygen.org/index.html" target="_new">Doxygen</a> 1.8.2
	</small>
</address>
<script src="wxwidgets.js" type="text/javascript"></script>
</div><!-- #page_container -->
</body>
</html>