Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 3723

kdepim-devel-doc-3.5.9-9mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!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" lang="en_US" xml:lang="en_US">

<head>
  <title>kpilot/lib: pilotRecord.h Source File (kpilot/lib)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../../.."><img id="nav_header_logo" alt="Home" align="left" src="../../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>
  <img id="nav_header_logo_right" alt="" align="right" src="../../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_left" style="text-align: left;">
/ <a href="../../../">API Reference</a>
 / <a href="../../html/index.html">kpilot</a> / <a href=".">lib</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <h2><a name="content"></a>kpilot/lib</h2>


<!-- Generated by Doxygen 1.5.5 -->
<h1>pilotRecord.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef _KPILOT_PILOTRECORD_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define _KPILOT_PILOTRECORD_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="comment">/* KPilot</span>
<a name="l00004"></a>00004 <span class="comment">**</span>
<a name="l00005"></a>00005 <span class="comment">** Copyright (C) 1998-2001 by Dan Pilone</span>
<a name="l00006"></a>00006 <span class="comment">** Copyright (C) 2003-2004 Reinhold Kainhofer &lt;reinhold@kainhofer.com&gt;</span>
<a name="l00007"></a>00007 <span class="comment">** Copyright (C) 2006 Adriaan de Groot &lt;groot@kde.org&gt;</span>
<a name="l00008"></a>00008 <span class="comment">**</span>
<a name="l00009"></a>00009 <span class="comment">*/</span>
<a name="l00010"></a>00010 
<a name="l00011"></a>00011 <span class="comment">/*</span>
<a name="l00012"></a>00012 <span class="comment">** This program is free software; you can redistribute it and/or modify</span>
<a name="l00013"></a>00013 <span class="comment">** it under the terms of the GNU Lesser General Public License as published by</span>
<a name="l00014"></a>00014 <span class="comment">** the Free Software Foundation; either version 2.1 of the License, or</span>
<a name="l00015"></a>00015 <span class="comment">** (at your option) any later version.</span>
<a name="l00016"></a>00016 <span class="comment">**</span>
<a name="l00017"></a>00017 <span class="comment">** This program is distributed in the hope that it will be useful,</span>
<a name="l00018"></a>00018 <span class="comment">** but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00019"></a>00019 <span class="comment">** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<a name="l00020"></a>00020 <span class="comment">** GNU Lesser General Public License for more details.</span>
<a name="l00021"></a>00021 <span class="comment">**</span>
<a name="l00022"></a>00022 <span class="comment">** You should have received a copy of the GNU Lesser General Public License</span>
<a name="l00023"></a>00023 <span class="comment">** along with this program in a file called COPYING; if not, write to</span>
<a name="l00024"></a>00024 <span class="comment">** the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,</span>
<a name="l00025"></a>00025 <span class="comment">** MA 02110-1301, USA.</span>
<a name="l00026"></a>00026 <span class="comment">*/</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="comment">/*</span>
<a name="l00029"></a>00029 <span class="comment">** Bug reports and questions can be sent to kde-pim@kde.org</span>
<a name="l00030"></a>00030 <span class="comment">*/</span>
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="preprocessor">#include "<a class="code" href="pilot_8h.html" title="These are some base structures that reside on the handheld device -- strings and...">pilot.h</a>"</span>
<a name="l00034"></a>00034 
<a name="l00048"></a><a class="code" href="classPilotRecordBase.html">00048</a> <span class="keyword">class </span>KDE_EXPORT <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050 <span class="keyword">public</span>:
<a name="l00060"></a><a class="code" href="classPilotRecordBase.html#82ec89b56a238fd5929fa25ac9081398">00060</a>     <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>(<span class="keywordtype">int</span> attrib=0, <span class="keywordtype">int</span> cat=0, recordid_t <span class="keywordtype">id</span>=0) :
<a name="l00061"></a>00061         fAttrib(attrib),fCat(0),fID(id)
<a name="l00062"></a>00062     {
<a name="l00063"></a>00063         setCategory(cat);
<a name="l00064"></a>00064     }
<a name="l00065"></a>00065 
<a name="l00073"></a><a class="code" href="classPilotRecordBase.html#a3bdf98035da60f3f96e9cc873cc07b1">00073</a>     <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>( <span class="keyword">const</span> <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a> *b ) :
<a name="l00074"></a>00074         fAttrib( b ? b-&gt;attributes() : 0 ),
<a name="l00075"></a>00075         fCat( 0 ),
<a name="l00076"></a>00076         fID( b ? b-&gt;id() : 0 )
<a name="l00077"></a>00077     {
<a name="l00078"></a>00078         <span class="keywordflow">if</span> (b)
<a name="l00079"></a>00079         {
<a name="l00080"></a>00080             setCategory( b-&gt;<a class="code" href="classPilotRecordBase.html#d8019eb48bfc7016c0c909adbb7ce296" title="Returns the category number [ 0 .">category</a>() );
<a name="l00081"></a>00081         }
<a name="l00082"></a>00082     }
<a name="l00083"></a>00083 
<a name="l00085"></a><a class="code" href="classPilotRecordBase.html#7bf0fc761f94c001a75a7d3ad83fa53f">00085</a>     <span class="keyword">virtual</span> ~<a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>() { } ;
<a name="l00086"></a>00086 
<a name="l00090"></a><a class="code" href="classPilotRecordBase.html#e2729cb7e2996973e9948753dbc7bb4e">00090</a>     <span class="keyword">inline</span> <span class="keywordtype">int</span> attributes()<span class="keyword"> const</span>
<a name="l00091"></a>00091 <span class="keyword">    </span>{
<a name="l00092"></a>00092         <span class="keywordflow">return</span> fAttrib;
<a name="l00093"></a>00093     }
<a name="l00094"></a>00094 
<a name="l00096"></a><a class="code" href="classPilotRecordBase.html#87ab375e84bf95f3998fbd4a942f5ce8">00096</a>     <span class="keyword">inline</span> <span class="keywordtype">void</span>  setAttributes(<span class="keywordtype">int</span> attrib)
<a name="l00097"></a>00097     {
<a name="l00098"></a>00098         fAttrib = attrib;
<a name="l00099"></a>00099     }
<a name="l00100"></a>00100 
<a name="l00104"></a><a class="code" href="classPilotRecordBase.html#d8019eb48bfc7016c0c909adbb7ce296">00104</a>     <span class="keyword">inline</span> <span class="keywordtype">int</span>   category()<span class="keyword"> const</span>
<a name="l00105"></a>00105 <span class="keyword">    </span>{
<a name="l00106"></a>00106         <span class="keywordflow">return</span> fCat;
<a name="l00107"></a>00107     }
<a name="l00108"></a>00108 
<a name="l00114"></a><a class="code" href="classPilotRecordBase.html#3c653d14917338eea22551a1c8a47ce1">00114</a>     <span class="keyword">inline</span> <span class="keywordtype">void</span>  setCategory(<span class="keywordtype">int</span> cat)
<a name="l00115"></a>00115     {
<a name="l00116"></a>00116         <span class="keywordflow">if</span> ( (cat&lt;0) || (cat&gt;=(<span class="keywordtype">int</span>)<a class="code" href="namespacePilot.html#9a9cc19ceb012416519a533ec4829a44" title="Maximum number of categories the handheld has.">Pilot::CATEGORY_COUNT</a>))
<a name="l00117"></a>00117         {
<a name="l00118"></a>00118             cat=0;
<a name="l00119"></a>00119         }
<a name="l00120"></a>00120         fCat = cat;
<a name="l00121"></a>00121     }
<a name="l00122"></a>00122 
<a name="l00133"></a><a class="code" href="classPilotRecordBase.html#958ab21fedd75ec1efd6ea44e79cafb9">00133</a>     <span class="keywordtype">bool</span> setCategory(<span class="keyword">const</span> <span class="keyword">struct</span> CategoryAppInfo *info, <span class="keyword">const</span> QString &amp;label)
<a name="l00134"></a>00134     {
<a name="l00135"></a>00135         <span class="keywordflow">if</span> (!info)
<a name="l00136"></a>00136         {
<a name="l00137"></a>00137             <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00138"></a>00138         }
<a name="l00139"></a>00139 
<a name="l00140"></a>00140         <span class="keywordtype">int</span> cat = <a class="code" href="namespacePilot.html#272ddda9b1cb1774eb3a6874ad55c1bd" title="Search for the given category name in the list of categories; returns the category...">Pilot::findCategory</a>( info, label, <span class="keyword">false</span> );
<a name="l00141"></a>00141         <span class="keywordflow">if</span> ( (cat&lt;0) || (cat&gt;=(<span class="keywordtype">int</span>)<a class="code" href="namespacePilot.html#9a9cc19ceb012416519a533ec4829a44" title="Maximum number of categories the handheld has.">Pilot::CATEGORY_COUNT</a>) )
<a name="l00142"></a>00142         {
<a name="l00143"></a>00143             <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00144"></a>00144         }
<a name="l00145"></a>00145         <span class="keywordflow">else</span>
<a name="l00146"></a>00146         {
<a name="l00147"></a>00147             setCategory( cat );
<a name="l00148"></a>00148             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00149"></a>00149         }
<a name="l00150"></a>00150     }
<a name="l00151"></a>00151 
<a name="l00155"></a><a class="code" href="classPilotRecordBase.html#cda8a86f61e1b991071e0a6f9acc3fe7">00155</a>     <span class="keyword">inline</span> recordid_t id()<span class="keyword"> const</span>
<a name="l00156"></a>00156 <span class="keyword">    </span>{
<a name="l00157"></a>00157         <span class="keywordflow">return</span> fID;
<a name="l00158"></a>00158     }
<a name="l00159"></a>00159 
<a name="l00163"></a><a class="code" href="classPilotRecordBase.html#d268e4407c12e1f4a595e11d7a922d39">00163</a>     <span class="keywordtype">void</span> setID(recordid_t <span class="keywordtype">id</span>)
<a name="l00164"></a>00164     {
<a name="l00165"></a>00165         fID = id;
<a name="l00166"></a>00166     }
<a name="l00167"></a>00167 
<a name="l00173"></a><a class="code" href="classPilotRecordBase.html#cdfa961703f7e1b764ad09969e8aa475">00173</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> isDeleted()<span class="keyword"> const</span>
<a name="l00174"></a>00174 <span class="keyword">    </span>{
<a name="l00175"></a>00175         <span class="keywordflow">return</span> fAttrib &amp; dlpRecAttrDeleted;
<a name="l00176"></a>00176     }
<a name="l00177"></a>00177 
<a name="l00181"></a><a class="code" href="classPilotRecordBase.html#0f59d2c94c00d1e88df074029379c6cd">00181</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> isSecret()<span class="keyword"> const</span>
<a name="l00182"></a>00182 <span class="keyword">    </span>{
<a name="l00183"></a>00183         <span class="keywordflow">return</span> fAttrib &amp; dlpRecAttrSecret;
<a name="l00184"></a>00184     }
<a name="l00185"></a>00185 
<a name="l00192"></a><a class="code" href="classPilotRecordBase.html#3affd6b811284c4420b21e8c67b96c5e">00192</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> isArchived()<span class="keyword"> const</span>
<a name="l00193"></a>00193 <span class="keyword">    </span>{
<a name="l00194"></a>00194         <span class="keywordflow">return</span> fAttrib &amp; dlpRecAttrArchived;
<a name="l00195"></a>00195     }
<a name="l00196"></a>00196 
<a name="l00200"></a><a class="code" href="classPilotRecordBase.html#704c75a5e63ba9cdb2d178c774b902c2">00200</a>     <span class="keyword">inline</span> <span class="keywordtype">bool</span> isModified()<span class="keyword"> const</span>
<a name="l00201"></a>00201 <span class="keyword">    </span>{
<a name="l00202"></a>00202         <span class="keywordflow">return</span> fAttrib &amp; dlpRecAttrDirty;
<a name="l00203"></a>00203     }
<a name="l00204"></a>00204 
<a name="l00205"></a>00205 <span class="preprocessor">#define SETTER(a) {\</span>
<a name="l00206"></a>00206 <span class="preprocessor">        if (d) { fAttrib |= a; } \</span>
<a name="l00207"></a>00207 <span class="preprocessor">        else   { fAttrib &amp;= ~a; } }</span>
<a name="l00208"></a>00208 <span class="preprocessor"></span>
<a name="l00210"></a>00210     <span class="keyword">inline</span> <span class="keywordtype">void</span> setDeleted(<span class="keywordtype">bool</span> d=<span class="keyword">true</span>) SETTER(dlpRecAttrDeleted)
<a name="l00211"></a>00211 
<a name="l00213"></a>00213     inline <span class="keywordtype">void</span> setSecret(<span class="keywordtype">bool</span> d=true) SETTER(dlpRecAttrSecret)
<a name="l00214"></a>00214 
<a name="l00216"></a>00216     inline <span class="keywordtype">void</span> setArchived(<span class="keywordtype">bool</span> d=true) SETTER(dlpRecAttrArchived)
<a name="l00217"></a>00217 
<a name="l00219"></a>00219     inline <span class="keywordtype">void</span> setModified(<span class="keywordtype">bool</span> d=true) SETTER(dlpRecAttrDirty)
<a name="l00220"></a>00220 
<a name="l00221"></a>00221 <span class="preprocessor">#undef SETTER</span>
<a name="l00222"></a>00222 <span class="preprocessor"></span>
<a name="l00224"></a>00224     <span class="keyword">virtual</span> QString textRepresentation() <span class="keyword">const</span>;
<a name="l00225"></a>00225 
<a name="l00226"></a>00226 <span class="keyword">private</span>:
<a name="l00227"></a>00227     <span class="keywordtype">int</span> fAttrib, fCat;
<a name="l00228"></a>00228     recordid_t fID;
<a name="l00229"></a>00229 } ;
<a name="l00230"></a>00230 
<a name="l00235"></a><a class="code" href="classPilotRecord.html">00235</a> <span class="keyword">class </span>KDE_EXPORT <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a> : <span class="keyword">public</span> <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>
<a name="l00236"></a>00236 {
<a name="l00237"></a>00237 <span class="keyword">public</span>:
<a name="l00244"></a>00244     <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>(<span class="keywordtype">void</span>* data, <span class="keywordtype">int</span> length, <span class="keywordtype">int</span> attrib, <span class="keywordtype">int</span> cat, recordid_t uid) KDE_DEPRECATED;
<a name="l00245"></a>00245 
<a name="l00252"></a><a class="code" href="classPilotRecord.html#f803d9e8b2bc0fd93ca1c3b91859bd96">00252</a>     <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>(pi_buffer_t *buf, <span class="keywordtype">int</span> attrib, <span class="keywordtype">int</span> cat, recordid_t uid) :
<a name="l00253"></a>00253         <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>(attrib,cat,uid),
<a name="l00254"></a>00254         fData((char *)buf-&gt;data),
<a name="l00255"></a>00255         fLen(buf-&gt;used),
<a name="l00256"></a>00256         fBuffer(buf)
<a name="l00257"></a>00257     {
<a name="l00258"></a>00258         fAllocated++;
<a name="l00259"></a>00259     }
<a name="l00260"></a>00260 
<a name="l00264"></a><a class="code" href="classPilotRecord.html#da27ac2ce364d2cae91d0e4e169a2c09">00264</a>     <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>( pi_buffer_t *buf, <span class="keyword">const</span> <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a> *entry ) :
<a name="l00265"></a>00265         <a class="code" href="classPilotRecordBase.html" title="All entries in the Handheld -- whether interpreted or binary blobs -- have some common...">PilotRecordBase</a>( entry ),
<a name="l00266"></a>00266         fData((char *)buf-&gt;data),
<a name="l00267"></a>00267         fLen(buf-&gt;used),
<a name="l00268"></a>00268         fBuffer(buf)
<a name="l00269"></a>00269     {
<a name="l00270"></a>00270         fAllocated++;
<a name="l00271"></a>00271     }
<a name="l00272"></a>00272 
<a name="l00274"></a><a class="code" href="classPilotRecord.html#b25da965de91aad52a1e9971372dd601">00274</a>     <span class="keyword">virtual</span> ~<a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>()
<a name="l00275"></a>00275     {
<a name="l00276"></a>00276         <span class="keywordflow">if</span> (fBuffer)
<a name="l00277"></a>00277         {
<a name="l00278"></a>00278             pi_buffer_free(fBuffer);
<a name="l00279"></a>00279         }
<a name="l00280"></a>00280         <span class="keywordflow">else</span>
<a name="l00281"></a>00281         {
<a name="l00282"></a>00282             <span class="keyword">delete</span> [] fData;
<a name="l00283"></a>00283         }
<a name="l00284"></a>00284         fDeleted++;
<a name="l00285"></a>00285     }
<a name="l00286"></a>00286 
<a name="l00288"></a>00288     <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>(<a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>* orig);
<a name="l00289"></a>00289 
<a name="l00296"></a><a class="code" href="classPilotRecord.html#68dae73714ae61b53911e5edfafca55f">00296</a>     <span class="keywordtype">char</span> *data()<span class="keyword"> const</span>
<a name="l00297"></a>00297 <span class="keyword">    </span>{
<a name="l00298"></a>00298         <span class="keywordflow">if</span> (fBuffer)
<a name="l00299"></a>00299         {
<a name="l00300"></a>00300             <span class="keywordflow">return</span> (<span class="keywordtype">char</span> *)(fBuffer-&gt;data);
<a name="l00301"></a>00301         }
<a name="l00302"></a>00302         <span class="keywordflow">else</span>
<a name="l00303"></a>00303         {
<a name="l00304"></a>00304             <span class="keywordflow">return</span> fData;
<a name="l00305"></a>00305         }
<a name="l00306"></a>00306     }
<a name="l00307"></a>00307 
<a name="l00309"></a><a class="code" href="classPilotRecord.html#d0a9127ffe29f224220ca44f3d4ad95e">00309</a>     <span class="keywordtype">int</span> size()<span class="keyword"> const</span>
<a name="l00310"></a>00310 <span class="keyword">    </span>{
<a name="l00311"></a>00311         <span class="keywordflow">if</span> (fBuffer) <span class="keywordflow">return</span> fBuffer-&gt;used; <span class="keywordflow">else</span>
<a name="l00312"></a>00312         <span class="keywordflow">return</span> fLen;
<a name="l00313"></a>00313     }
<a name="l00314"></a>00314 
<a name="l00316"></a><a class="code" href="classPilotRecord.html#a781e2185892bd7e0f86865a059596f8">00316</a>     <span class="keyword">const</span> pi_buffer_t *buffer()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> fBuffer; }
<a name="l00317"></a>00317 
<a name="l00321"></a><a class="code" href="classPilotRecord.html#b9c01a1fa3d09b29395b750dd9df744f">00321</a>     <span class="keywordtype">void</span> setData(pi_buffer_t *b)
<a name="l00322"></a>00322     {
<a name="l00323"></a>00323         <span class="keywordflow">if</span> (fBuffer) { pi_buffer_free(fBuffer); }
<a name="l00324"></a>00324         <span class="keywordflow">else</span> { <span class="keyword">delete</span>[] fData; } ;
<a name="l00325"></a>00325         fData = (<span class="keywordtype">char</span> *)b-&gt;data;
<a name="l00326"></a>00326         fLen = b-&gt;used;
<a name="l00327"></a>00327         fBuffer = b;
<a name="l00328"></a>00328     }
<a name="l00329"></a>00329 
<a name="l00331"></a>00331     <a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>&amp; operator=(<a class="code" href="classPilotRecord.html" title="An &amp;quot;uninterpreted&amp;quot; representation of the bits comprising a HH record.">PilotRecord</a>&amp; orig);
<a name="l00332"></a>00332 
<a name="l00334"></a>00334     <span class="keywordtype">void</span> setData(<span class="keyword">const</span> <span class="keywordtype">char</span>* data, <span class="keywordtype">int</span> len);
<a name="l00335"></a>00335 
<a name="l00337"></a>00337     <span class="keyword">virtual</span> QString textRepresentation() <span class="keyword">const</span>;
<a name="l00338"></a>00338 
<a name="l00339"></a>00339 <span class="keyword">private</span>:
<a name="l00340"></a>00340     <span class="keywordtype">char</span>* fData;
<a name="l00341"></a>00341     <span class="keywordtype">int</span>   fLen;
<a name="l00342"></a>00342     pi_buffer_t *fBuffer;
<a name="l00343"></a>00343 
<a name="l00344"></a>00344 <span class="keyword">public</span>:
<a name="l00350"></a>00350     <span class="keyword">static</span> <span class="keywordtype">void</span> allocationInfo();
<a name="l00351"></a>00351 <span class="keyword">private</span>:
<a name="l00352"></a>00352     <span class="keyword">static</span> <span class="keywordtype">int</span> fAllocated,fDeleted;
<a name="l00353"></a>00353 };
<a name="l00354"></a>00354 
<a name="l00355"></a>00355 <span class="preprocessor">#endif</span>
</pre></div></div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kpilot/lib</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classActionQueue.html">actionqueue</option>,  <option value="classCleanupAction.html">cleanupaction</option>,  <option value="classConduitAction.html">conduitaction</option>,  <option value="classConduitConfigBase.html">conduitconfigbase</option>,  <option value="classConduitFactory.html">conduitfactory</option>,  <option value="classConduitProxy.html">conduitproxy</option>,  <option value="classCUDCounter.html">cudcounter</option>,  <option value="classDatabaseInterpreter.html">databaseinterpreter</option>,  <option value="classDeviceCommThread.html">devicecommthread</option>,  <option value="classIDMapper.html">idmapper</option>,  <option value="classKPilotDeviceLink.html">kpilotdevicelink</option>,  <option value="classKPilotLink.html">kpilotlink</option>,  <option value="classKPilotLocalLink.html">kpilotlocallink</option>,  <option value="classNullMapper.html">nullmapper</option>,  <option value="classPhoneSlot.html">phoneslot</option>,  <option value="classPilotAddress.html">pilotaddress</option>,  <option value="classPilotAppInfo.html">pilotappinfo</option>,  <option value="classPilotAppInfoBase.html">pilotappinfobase</option>,  <option value="classPilotDatabase.html">pilotdatabase</option>,  <option value="classPilotDateEntry.html">pilotdateentry</option>,  <option value="classPilotLocalDatabase.html">pilotlocaldatabase</option>,  <option value="classPilotRecord.html">pilotrecord</option>,  <option value="classPilotRecordBase.html">pilotrecordbase</option>,  <option value="classPilotSerialDatabase.html">pilotserialdatabase</option>,  <option value="classPilotTodoEntry.html">pilottodoentry</option>,  <option value="classRecordConduitBase.html">recordconduitbase</option>,  <option value="classSorryAction.html">sorryaction</option>,  <option value="classSyncAction_1_1SyncMode.html">syncaction::syncmode</option>,  <option value="classTestLink.html">testlink</option>,  <option value="classWelcomeAction.html">welcomeaction</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../../kandy/html/index.html">kandy</a></li><li><a href="../../../karm/html/index.html">karm</a></li><li><a href="../../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../../kgantt/html/index.html">kgantt</a></li><li><a href="../../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../../kmail/html/index.html">kmail</a></li><li><a href="../../../knotes/html/index.html">knotes</a></li><li><a href="../../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../../kontact/html/index.html">kontact</a></li><li><a href="../../../korganizer/html/index.html">korganizer</a></li><li><a href="../../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../../libkcal/html/index.html">libkcal</a></li><li><a href="../../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../../libkmime/html/index.html">libkmime</a></li><li><a href="../../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../../libkpimidentities/html/index.html">libkpimidentities</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>