Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 3e51fe12b8ba8995c218e071f1ad9ec1 > files > 435

gnome-vfsmm2.6-doc-2.26.0-14.mga7.armv7hl.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libgnomevfsmm: volume.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>volume.h</h1><a href="volume_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- c++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">// Generated by gtkmmproc -- DO NOT MODIFY!</span>
<a name="l00003"></a>00003 <span class="preprocessor">#ifndef _LIBGNOMEVFSMM_VOLUME_H</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span><span class="preprocessor">#define _LIBGNOMEVFSMM_VOLUME_H</span>
<a name="l00005"></a>00005 <span class="preprocessor"></span>
<a name="l00006"></a>00006 
<a name="l00007"></a>00007 <span class="preprocessor">#include &lt;glibmm.h&gt;</span>
<a name="l00008"></a>00008 
<a name="l00009"></a>00009 <span class="comment">/* Copyright 2003 gnome-vfsmm Development Team</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00012"></a>00012 <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span>
<a name="l00013"></a>00013 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00014"></a>00014 <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00017"></a>00017 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00018"></a>00018 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00019"></a>00019 <span class="comment"> * Lesser General Public License for more details.</span>
<a name="l00020"></a>00020 <span class="comment"> *</span>
<a name="l00021"></a>00021 <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span>
<a name="l00022"></a>00022 <span class="comment"> * License along with this library; if not, write to the Free</span>
<a name="l00023"></a>00023 <span class="comment"> * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</span>
<a name="l00024"></a>00024 <span class="comment"> */</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="enums_8h.html">libgnomevfsmm/enums.h</a>&gt;</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>_GnomeVFSVolume GnomeVFSVolume;
<a name="l00031"></a>00031 <span class="keyword">typedef</span> <span class="keyword">struct </span>_GnomeVFSVolumeClass GnomeVFSVolumeClass;
<a name="l00032"></a>00032 <span class="preprocessor">#endif </span><span class="comment">/* DOXYGEN_SHOULD_SKIP_THIS */</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="keyword">namespace </span>Gnome
<a name="l00036"></a>00036 {
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="keyword">namespace </span>Vfs
<a name="l00039"></a>00039 { <span class="keyword">class </span>Volume_Class; } <span class="comment">// namespace Vfs</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 } <span class="comment">// namespace Gnome</span>
<a name="l00042"></a>00042 <span class="keyword">namespace </span>Gnome
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044 
<a name="l00045"></a>00045 <span class="keyword">namespace </span>Vfs
<a name="l00046"></a>00046 {
<a name="l00047"></a>00047 
<a name="l00048"></a>00048 <span class="keyword">class </span>Drive;
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 
<a name="l00051"></a><a class="code" href="classGnome_1_1Vfs_1_1Volume.html">00051</a> <span class="keyword">class </span><a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a> : <span class="keyword">public</span> Glib::<a class="code" href="classGlib_1_1Object.html">Object</a>
<a name="l00052"></a>00052 {
<a name="l00053"></a>00053   
<a name="l00054"></a>00054 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span>
<a name="l00056"></a>00056 <span class="keyword">public</span>:
<a name="l00057"></a>00057   <span class="keyword">typedef</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a> CppObjectType;
<a name="l00058"></a>00058   <span class="keyword">typedef</span> Volume_Class CppClassType;
<a name="l00059"></a>00059   <span class="keyword">typedef</span> GnomeVFSVolume BaseObjectType;
<a name="l00060"></a>00060   <span class="keyword">typedef</span> GnomeVFSVolumeClass BaseClassType;
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 <span class="keyword">private</span>:  <span class="keyword">friend</span> <span class="keyword">class </span>Volume_Class;
<a name="l00063"></a>00063   <span class="keyword">static</span> CppClassType volume_class_;
<a name="l00064"></a>00064 
<a name="l00065"></a>00065 <span class="keyword">private</span>:
<a name="l00066"></a>00066   <span class="comment">// noncopyable</span>
<a name="l00067"></a>00067   <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a>&amp;);
<a name="l00068"></a>00068   <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a>&amp;);
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="keyword">protected</span>:
<a name="l00071"></a>00071   <span class="keyword">explicit</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a>(<span class="keyword">const</span> Glib::ConstructParams&amp; construct_params);
<a name="l00072"></a>00072   <span class="keyword">explicit</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html">Volume</a>(GnomeVFSVolume* castitem);
<a name="l00073"></a>00073 
<a name="l00074"></a>00074 <span class="preprocessor">#endif </span><span class="comment">/* DOXYGEN_SHOULD_SKIP_THIS */</span>
<a name="l00075"></a>00075 
<a name="l00076"></a>00076 <span class="keyword">public</span>:
<a name="l00077"></a>00077   <span class="keyword">virtual</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#259770455703d4403fe3333581b228bd">~Volume</a>();
<a name="l00078"></a>00078 
<a name="l00079"></a>00079 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>  <span class="keyword">static</span> GType get_type()      G_GNUC_CONST;
<a name="l00081"></a>00081   <span class="keyword">static</span> GType get_base_type() G_GNUC_CONST;
<a name="l00082"></a>00082 <span class="preprocessor">#endif</span>
<a name="l00083"></a>00083 <span class="preprocessor"></span>
<a name="l00085"></a><a class="code" href="classGnome_1_1Vfs_1_1Volume.html#e68f4398f2dd2746f818821b5f23ef8d">00085</a>   GnomeVFSVolume*       <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#e68f4398f2dd2746f818821b5f23ef8d" title="Provides access to the underlying C GObject.">gobj</a>()       { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span>GnomeVFSVolume*<span class="keyword">&gt;</span>(gobject_); }
<a name="l00086"></a>00086 
<a name="l00088"></a><a class="code" href="classGnome_1_1Vfs_1_1Volume.html#66476e0e4724062f946391f930b89a2f">00088</a>   <span class="keyword">const</span> GnomeVFSVolume* <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#e68f4398f2dd2746f818821b5f23ef8d" title="Provides access to the underlying C GObject.">gobj</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span>GnomeVFSVolume*<span class="keyword">&gt;</span>(gobject_); }
<a name="l00089"></a>00089 
<a name="l00091"></a>00091   GnomeVFSVolume* <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#a82ef242f9b12e328037ce4ff17d4d9c" title="Provides access to the underlying C instance. The caller is responsible for unrefing...">gobj_copy</a>();
<a name="l00092"></a>00092 
<a name="l00093"></a>00093 <span class="keyword">private</span>:
<a name="l00094"></a>00094 
<a name="l00095"></a>00095   
<a name="l00096"></a>00096 <span class="keyword">public</span>:
<a name="l00097"></a>00097 
<a name="l00101"></a><a class="code" href="classGnome_1_1Vfs_1_1Volume.html#d8018c1c0301b4bfa06140cc373e3a22">00101</a>   <span class="keyword">typedef</span> sigc::slot&lt;void, bool, Glib::ustring, Glib::ustring&gt; <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#d8018c1c0301b4bfa06140cc373e3a22" title="For instance, void on_operation(bool succeeded, const Glib::ustring&amp;amp; error, const...">OpSlot</a>;
<a name="l00102"></a>00102   
<a name="l00103"></a>00103   
<a name="l00104"></a>00104   gulong <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#ee593d956187367985b03e002404b975">get_id</a>() <span class="keyword">const</span>;
<a name="l00105"></a>00105   
<a name="l00106"></a>00106   <a class="code" href="group__libgnomevfsmmEnums.html#g54952907ecd6c86901a378c1c9dcff60">VolumeType</a> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#bb2cf995510d9accf3025987b454b1ac">get_volume_type</a>() <span class="keyword">const</span>;
<a name="l00107"></a>00107   
<a name="l00108"></a>00108   <a class="code" href="group__libgnomevfsmmEnums.html#g7f08776171a0107df2ff17c3efa135b1">DeviceType</a> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#a00daf4b967a906247b469be6a28a3ad">get_device_type</a>() <span class="keyword">const</span>;
<a name="l00109"></a>00109   
<a name="l00110"></a>00110   Glib::RefPtr&lt;Drive&gt; <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#95d0f3a3d311d0b23a50f3d41592f1b5">get_drive</a>() <span class="keyword">const</span>;
<a name="l00111"></a>00111   
<a name="l00112"></a>00112   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#4d72c891a60ca209627f184912d9e55a">get_device_path</a>() <span class="keyword">const</span>;
<a name="l00113"></a>00113   
<a name="l00114"></a>00114   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#047254f8d42b2379b94acb0bb3a1125b">get_activation_uri</a>() <span class="keyword">const</span>;
<a name="l00115"></a>00115   
<a name="l00116"></a>00116   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#7e8b46922ac95265bd4adaa8a9efdcfc">get_filesystem_type</a>() <span class="keyword">const</span>;
<a name="l00117"></a>00117   
<a name="l00118"></a>00118   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#96c05b6ad301a548908659b390f59915">get_display_name</a>() <span class="keyword">const</span>;
<a name="l00119"></a>00119   
<a name="l00120"></a>00120   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#37ef6235fc3682b1fbc62970a7a9b467">get_icon</a>() <span class="keyword">const</span>;
<a name="l00121"></a>00121   
<a name="l00122"></a>00122   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#623e425acf21b12e7d90d995f02fc8d8">get_hal_udi</a>() <span class="keyword">const</span>;
<a name="l00123"></a>00123   
<a name="l00124"></a>00124   <span class="keywordtype">bool</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#cc3b69322d48a67335c1e6d9915af2c7">is_user_visible</a>() <span class="keyword">const</span>;
<a name="l00125"></a>00125   
<a name="l00126"></a>00126   <span class="keywordtype">bool</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#e7ba4056e2405b8ac11e509bf8bff26a">is_read_only</a>() <span class="keyword">const</span>;
<a name="l00127"></a>00127   
<a name="l00128"></a>00128   <span class="keywordtype">bool</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#02cfafde0ca768966d3f34f494b08dec">is_mounted</a>() <span class="keyword">const</span>;
<a name="l00129"></a>00129   
<a name="l00130"></a>00130   <span class="keywordtype">bool</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#f77e1a1d1d9fba9fd6b4be3a48561428">handles_trash</a>() <span class="keyword">const</span>;
<a name="l00131"></a>00131   
<a name="l00132"></a>00132   
<a name="l00133"></a>00133   <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#5cb22e36efe47075a4d0f64ef929a8d7">compare</a>(<span class="keyword">const</span> Glib::RefPtr&lt;const Volume&gt;&amp; a, <span class="keyword">const</span> Glib::RefPtr&lt;const Volume&gt;&amp; b);
<a name="l00134"></a>00134   
<a name="l00135"></a>00135 
<a name="l00136"></a>00136   <span class="comment">// These are not implemented in gnome-vfs on Win32</span>
<a name="l00137"></a>00137 <span class="preprocessor">#ifndef G_OS_WIN32</span>
<a name="l00138"></a>00138 <span class="preprocessor"></span>  <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#c84ece47efec659368eb8dcb5bc2c16c">unmount</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#d8018c1c0301b4bfa06140cc373e3a22" title="For instance, void on_operation(bool succeeded, const Glib::ustring&amp;amp; error, const...">OpSlot</a>&amp; slot);
<a name="l00139"></a>00139   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#b7f5243fcc566d70cb9f7486a7d282f2">eject</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#d8018c1c0301b4bfa06140cc373e3a22" title="For instance, void on_operation(bool succeeded, const Glib::ustring&amp;amp; error, const...">OpSlot</a>&amp; slot);
<a name="l00140"></a>00140 
<a name="l00141"></a>00141   <span class="comment">// We can't use the ifdef functionality from WRAP_METHOD because we need</span>
<a name="l00142"></a>00142   <span class="comment">// ifndef.</span>
<a name="l00143"></a>00143 
<a name="l00144"></a>00144   
<a name="l00145"></a>00145   <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Vfs_1_1Volume.html#f8a602b64e60fd7efb14faef12f541c3">connect_to_server</a>(<span class="keyword">const</span> Glib::ustring&amp; uri, <span class="keyword">const</span> Glib::ustring&amp; display_name, <span class="keyword">const</span> Glib::ustring&amp; icon);
<a name="l00146"></a>00146 
<a name="l00147"></a>00147 
<a name="l00148"></a>00148 <span class="preprocessor">#endif // G_OS_WIN32</span>
<a name="l00149"></a>00149 <span class="preprocessor"></span>
<a name="l00150"></a>00150 
<a name="l00151"></a>00151 <span class="keyword">public</span>:
<a name="l00152"></a>00152 
<a name="l00153"></a>00153 <span class="keyword">public</span>:
<a name="l00154"></a>00154   <span class="comment">//C++ methods used to invoke GTK+ virtual functions:</span>
<a name="l00155"></a>00155 <span class="preprocessor">#ifdef GLIBMM_VFUNCS_ENABLED</span>
<a name="l00156"></a>00156 <span class="preprocessor"></span><span class="preprocessor">#endif //GLIBMM_VFUNCS_ENABLED</span>
<a name="l00157"></a>00157 <span class="preprocessor"></span>
<a name="l00158"></a>00158 <span class="keyword">protected</span>:
<a name="l00159"></a>00159   <span class="comment">//GTK+ Virtual Functions (override these to change behaviour):</span>
<a name="l00160"></a>00160 <span class="preprocessor">#ifdef GLIBMM_VFUNCS_ENABLED</span>
<a name="l00161"></a>00161 <span class="preprocessor"></span><span class="preprocessor">#endif //GLIBMM_VFUNCS_ENABLED</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span>
<a name="l00163"></a>00163   <span class="comment">//Default Signal Handlers::</span>
<a name="l00164"></a>00164 <span class="preprocessor">#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span><span class="preprocessor">#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED</span>
<a name="l00166"></a>00166 <span class="preprocessor"></span>
<a name="l00167"></a>00167 
<a name="l00168"></a>00168 };
<a name="l00169"></a>00169   
<a name="l00170"></a>00170 
<a name="l00171"></a>00171 } <span class="comment">// namespace Vfs</span>
<a name="l00172"></a>00172 } <span class="comment">// namespace Gnome</span>
<a name="l00173"></a>00173 
<a name="l00174"></a>00174 
<a name="l00175"></a>00175 <span class="keyword">namespace </span>Glib
<a name="l00176"></a>00176 {
<a name="l00185"></a>00185   Glib::RefPtr&lt;Gnome::Vfs::Volume&gt; wrap(GnomeVFSVolume* <span class="keywordtype">object</span>, <span class="keywordtype">bool</span> take_copy = <span class="keyword">false</span>);
<a name="l00186"></a>00186 }
<a name="l00187"></a>00187 
<a name="l00188"></a>00188 
<a name="l00189"></a>00189 <span class="preprocessor">#endif </span><span class="comment">/* _LIBGNOMEVFSMM_VOLUME_H */</span>
<a name="l00190"></a>00190 
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Mar 16 18:27:50 2009 for libgnomevfsmm by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>