Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 55a0eeb6652adcfc2fb1b1094c78b066 > files > 266

libqtpod-devel-0.4.2-1ark.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libqtpod: libqtpod/src/ipodmountpoint.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.0 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="annotated.html"><span>Classes</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_1c4e625326ae5a16dce68a64877e05dc.html">libqtpod</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_23d909e7812f47a039ca3653afa1ae8a.html">src</a></div>
<h1>ipodmountpoint.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001  <span class="comment">/*****************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment"> *   Copyright (C) 2004 by Michael Schulze                                    *</span>
<a name="l00003"></a>00003 <span class="comment"> *   mike.s@genion.de                                                         *</span>
<a name="l00004"></a>00004 <span class="comment"> *                                                                            *</span>
<a name="l00005"></a>00005 <span class="comment"> *  The code contained in this file is free software; you can redistribute    *</span>
<a name="l00006"></a>00006 <span class="comment"> *  it and/or modify it under the terms of the GNU Lesser General Public      *</span>
<a name="l00007"></a>00007 <span class="comment"> *  License as published by the Free Software Foundation; either version      *</span>
<a name="l00008"></a>00008 <span class="comment"> *  2.1 of the License, or (at your option) any later version.                *</span>
<a name="l00009"></a>00009 <span class="comment"> *                                                                            *</span>
<a name="l00010"></a>00010 <span class="comment"> *  This file is distributed in the hope that it will be useful,              *</span>
<a name="l00011"></a>00011 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of            *</span>
<a name="l00012"></a>00012 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU         *</span>
<a name="l00013"></a>00013 <span class="comment"> *  Lesser General Public License for more details.                           *</span>
<a name="l00014"></a>00014 <span class="comment"> *                                                                            *</span>
<a name="l00015"></a>00015 <span class="comment"> *  You should have received a copy of the GNU Lesser General Public          *</span>
<a name="l00016"></a>00016 <span class="comment"> *  License along with this code; if not, write to the Free Software          *</span>
<a name="l00017"></a>00017 <span class="comment"> *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA *</span>
<a name="l00018"></a>00018 <span class="comment"> *                                                                            *</span>
<a name="l00019"></a>00019 <span class="comment"> *  iTunes and iPod are trademarks of Apple                                   *</span>
<a name="l00020"></a>00020 <span class="comment"> *                                                                            *</span>
<a name="l00021"></a>00021 <span class="comment"> *  This product is not supported/written/published by Apple!                 *</span>
<a name="l00022"></a>00022 <span class="comment"> *****************************************************************************/</span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="preprocessor">#ifndef IPODMOUNTPOINT_H</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define IPODMOUNTPOINT_H</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00029"></a>00029 <span class="comment"></span>
<a name="l00030"></a>00030 <span class="comment">/**</span>
<a name="l00031"></a>00031 <span class="comment">Parses /proc/mounts and looks for mounted iPods</span>
<a name="l00032"></a>00032 <span class="comment"></span>
<a name="l00033"></a>00033 <span class="comment">@author Michael Schulze</span>
<a name="l00034"></a>00034 <span class="comment">*/</span>
<a name="l00035"></a><a class="code" href="classIPodMountPoint.html">00035</a> <span class="keyword">class </span><a class="code" href="classIPodMountPoint.html">IPodMountPoint</a>{
<a name="l00036"></a>00036 <span class="keyword">public</span>:
<a name="l00037"></a>00037     <span class="keyword">typedef</span> std::vector&lt;IPodMountPoint&gt; List;
<a name="l00038"></a>00038     <span class="keyword">typedef</span> std::vector&lt;QString&gt; StringVector;
<a name="l00039"></a>00039 
<a name="l00040"></a>00040     <a class="code" href="classIPodMountPoint.html">IPodMountPoint</a>() {}
<a name="l00041"></a>00041     <a class="code" href="classIPodMountPoint.html">IPodMountPoint</a>( <span class="keyword">const</span> StringVector&amp; entry );
<a name="l00042"></a>00042     ~<a class="code" href="classIPodMountPoint.html">IPodMountPoint</a>();
<a name="l00043"></a>00043 <span class="comment"></span>
<a name="l00044"></a>00044 <span class="comment">    /**</span>
<a name="l00045"></a>00045 <span class="comment">     * Returns the device name found. In most cases this will be something like</span>
<a name="l00046"></a>00046 <span class="comment">     * /dev/...</span>
<a name="l00047"></a>00047 <span class="comment">     */</span>
<a name="l00048"></a>00048     <span class="keyword">const</span> QString&amp; <a class="code" href="classIPodMountPoint.html#d13eb4eb3d985f5c6ad95eea6dfefb03">getDevice</a>() <span class="keyword">const</span>;
<a name="l00049"></a>00049 <span class="comment"></span>
<a name="l00050"></a>00050 <span class="comment">    /**</span>
<a name="l00051"></a>00051 <span class="comment">     * Returns the path the device is mounted at</span>
<a name="l00052"></a>00052 <span class="comment">     */</span>
<a name="l00053"></a>00053     <span class="keyword">const</span> QString&amp; <a class="code" href="classIPodMountPoint.html#62bb38bd985f12f1a22315efc7a20172">getMountPoint</a>() <span class="keyword">const</span>;
<a name="l00054"></a>00054 <span class="comment"></span>
<a name="l00055"></a>00055 <span class="comment">    /**</span>
<a name="l00056"></a>00056 <span class="comment">     * Returns the filesystem type name.</span>
<a name="l00057"></a>00057 <span class="comment">     */</span>
<a name="l00058"></a>00058     <span class="keyword">const</span> QString&amp; <a class="code" href="classIPodMountPoint.html#82171bfc962b404877d6b311792f530c">getFsType</a>() <span class="keyword">const</span>;
<a name="l00059"></a>00059 <span class="comment"></span>
<a name="l00060"></a>00060 <span class="comment">    /**</span>
<a name="l00061"></a>00061 <span class="comment">     * Returns the mount options.</span>
<a name="l00062"></a>00062 <span class="comment">     */</span>
<a name="l00063"></a>00063     <span class="keyword">const</span> QString&amp; <a class="code" href="classIPodMountPoint.html#05988201258051fe33b7b535a4646954">getOptions</a>() <span class="keyword">const</span>;
<a name="l00064"></a>00064 <span class="comment"></span>
<a name="l00065"></a>00065 <span class="comment">    /**</span>
<a name="l00066"></a>00066 <span class="comment">     * Returns a List of mounted devices currently found in the system.</span>
<a name="l00067"></a>00067 <span class="comment">     */</span>
<a name="l00068"></a>00068     <span class="keyword">static</span> List <a class="code" href="classIPodMountPoint.html#0d733691d30d0894b9a02db844d2885b">mountedIPods</a>();
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="keyword">private</span>:
<a name="l00071"></a>00071 
<a name="l00072"></a>00072     <span class="keyword">const</span> QString&amp; getField(uint fieldnum) <span class="keyword">const</span>;
<a name="l00073"></a>00073 
<a name="l00074"></a>00074     std::vector&lt;QString&gt; fields;
<a name="l00075"></a>00075 };
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 19 00:15:19 2007 for libqtpod by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>