Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 03dba9756e43ac2594de02e80fbfa250 > files > 129

libgnomevfsmm1.3_6-devel-1.3.5-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libgnomevfsmm: transfer-progress.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.3 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a></div>
<h1>transfer-progress.h</h1><a href="transfer-progress_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
00002 <span class="comment">// Generated by gtkmmproc -- DO NOT MODIFY!</span>
00003 <span class="preprocessor">#ifndef _LIBGNOMEVFSMM_TRANSFER_PROGRESS_H</span>
00004 <span class="preprocessor"></span><span class="preprocessor">#define _LIBGNOMEVFSMM_TRANSFER_PROGRESS_H</span>
00005 <span class="preprocessor"></span>
00006 <span class="preprocessor">#include &lt;glibmm.h&gt;</span>
00007 
00008 <span class="comment">/* Copyright 2003 gnome-vfsmm Development Team</span>
00009 <span class="comment"> *</span>
00010 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
00011 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
00012 <span class="comment"> * License as published by the Free Software Foundation; either</span>
00013 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
00014 <span class="comment"> *</span>
00015 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
00016 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00017 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
00018 <span class="comment"> * Library General Public License for more details.</span>
00019 <span class="comment"> *</span>
00020 <span class="comment"> * You should have received a copy of the GNU Library General Public</span>
00021 <span class="comment"> * License along with this library; if not, write to the Free</span>
00022 <span class="comment"> * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</span>
00023 <span class="comment"> */</span>
00024 
00025 <span class="preprocessor">#include &lt;libgnomevfs/gnome-vfs-xfer.h&gt;</span>
00026 
00027 <span class="preprocessor">#include &lt;<a class="code" href="enums_8h.html">libgnomevfsmm/enums.h</a>&gt;</span>
00028 <span class="preprocessor">#include &lt;<a class="code" href="types_8h.html">libgnomevfsmm/types.h</a>&gt;</span>
00029 
00030 
00031 <span class="keyword">namespace </span>Gnome
00032 {
00033 
00034 <span class="keyword">namespace </span>Vfs
00035 {
00036 
<a name="l00037"></a><a class="code" href="namespaceGnome_1_1Vfs_1_1Transfer.html">00037</a> <span class="keyword">namespace </span>Transfer
00038 {
00039 
<a name="l00040"></a><a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html">00040</a> <span class="keyword">class </span><a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html">ProgressInfo</a>
00041 {
00042   <span class="keyword">public</span>:
00043 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
00044 <span class="preprocessor"></span>  <span class="keyword">typedef</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html">ProgressInfo</a> CppObjectType;
00045   <span class="keyword">typedef</span> GnomeVFSXferProgressInfo BaseObjectType;
00046 <span class="preprocessor">#endif </span><span class="comment">/* DOXYGEN_SHOULD_SKIP_THIS */</span>
00047 
00048 <span class="keyword">private</span>:
00049 
00050   
00051 <span class="keyword">public</span>:
00052   <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a0">ProgressInfo</a>();
00053   <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a0">ProgressInfo</a>(GnomeVFSXferProgressInfo* src);
00054   <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a2">~ProgressInfo</a>();
00055 
00056   <span class="comment">// Test whether this is a valid instance.</span>
00057   <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a3">operator bool</a>() <span class="keyword">const</span>;
00058 
<a name="l00059"></a><a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a4">00059</a>   GnomeVFSXferProgressInfo*       <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a4">gobj</a>()       { <span class="keywordflow">return</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#p0">gobject_</a>; }
<a name="l00060"></a><a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a5">00060</a>   <span class="keyword">const</span> GnomeVFSXferProgressInfo* <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a4">gobj</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#p0">gobject_</a>; }
00061 
00062 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
00063 <span class="preprocessor"></span>  <span class="keywordtype">void</span> assign_gobj(GnomeVFSXferProgressInfo* src);
00064 <span class="preprocessor">#endif</span>
00065 <span class="preprocessor"></span>
00066   <span class="comment">//_GET_MEMBER() should really be able to do this automatically,</span>
00067   <span class="comment">// but it's not a problem because it has already been done.</span>
00068 
00069   <a class="code" href="group__libgnomevfsmmEnums.html#a71">ProgressStatus</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a6">get_status</a>() <span class="keyword">const</span>;
00070   <a class="code" href="group__libgnomevfsmmEnums.html#a57">Result</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a7">get_vfs_status</a>() <span class="keyword">const</span>;
00071   <a class="code" href="group__libgnomevfsmmEnums.html#a76">Phase</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a8">get_phase</a>() <span class="keyword">const</span>;
00072   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a9">get_source_name</a>() <span class="keyword">const</span>;
00073   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a10">get_target_name</a>() <span class="keyword">const</span>;
00074   <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a11">get_file_index</a>() <span class="keyword">const</span>;
00075   <span class="keywordtype">long</span> <span class="keywordtype">int</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a12">get_total_files</a>() <span class="keyword">const</span>;
00076   <a class="code" href="namespaceGnome_1_1Vfs.html#a164">FileSize</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a13">get_total_bytes</a>() <span class="keyword">const</span>;
00077   <a class="code" href="namespaceGnome_1_1Vfs.html#a164">FileSize</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a14">get_file_size</a>() <span class="keyword">const</span>;
00078   <a class="code" href="namespaceGnome_1_1Vfs.html#a164">FileSize</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a15">get_bytes_copied</a>() <span class="keyword">const</span>;
00079   <a class="code" href="namespaceGnome_1_1Vfs.html#a164">FileSize</a> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a16">get_total_bytes_copied</a>() <span class="keyword">const</span>;
00080   Glib::ustring <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a17">get_duplicate_name</a>() <span class="keyword">const</span>;
00081   <span class="keywordtype">int</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a18">get_duplicate_count</a>() <span class="keyword">const</span>;
00082   <span class="keywordtype">bool</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a19">get_top_level_item</a>() <span class="keyword">const</span>;
00083 
00084 <span class="keyword">protected</span>:
<a name="l00085"></a><a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#p0">00085</a>   GnomeVFSXferProgressInfo* <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#p0">gobject_</a>;
00086 
00087 <span class="keyword">private</span>:
00088   <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html#a0">ProgressInfo</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html">ProgressInfo</a>&amp;);
00089   <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html">ProgressInfo</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Vfs_1_1Transfer_1_1ProgressInfo.html">ProgressInfo</a>&amp;);
00090 
00091 
00092 };
00093 
00094 } <span class="comment">// namespace Transfer</span>
00095 } <span class="comment">// namespace Vfs</span>
00096 } <span class="comment">// namespace Gnome</span>
00097 
00098 <span class="preprocessor">#endif </span><span class="comment">/* _LIBGNOMEVFSMM_TRANSFER_PROGRESS_H */</span>
00099 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 12 07:51:28 2003 for libgnomevfsmm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.3 </small></address>
</body>
</html>