Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 110492f5122731329f0db69a1df590c3 > files > 5170

kdepimlibs-apidocs-4.10.5-1.fc18.noarch.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" xml:lang="en">
<head>
  <title>lzfu.cpp File Reference</title>
<style type="text/css">
  .cp-doNotDisplay { display: none; }
  @media aural, braille, handheld, tty { .cp-doNotDisplay { display: inline; speak: normal; }}
  .cp-edit { text-align: right; }
  @media print, embossed { .cp-edit { display: none; }}
</style>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <link rel="meta" href="http://www.kde.org/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
  <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" />
  <meta name="no-email-collection" content="http://www.unspam.com/noemailcollection" />
  <script type="text/javascript" src="jquery.js"></script>
  <script type="text/javascript" src="dynsections.js"></script>
  <link rel="shortcut icon" href="../../favicon.ico" /><link rel="icon" href="../../favicon.ico" />
  <link rel="stylesheet" media="screen" type="text/css" title="KDE Colors" href="../../kde.css" />
  <link rel="stylesheet" media="print, embossed" type="text/css" href="../../print.css" />
  <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="../../flat.css" />
  <link rel="stylesheet" type="text/css" href="../../doxygen.css" />
  <link rel="stylesheet" type="text/css" href="../../tabs.css" />
</head>
<body>
<ul class="cp-doNotDisplay">
  <li><a href="#cp-content" accesskey="2">Skip to content</a></li>
  <li><a href="#cp-menu" accesskey="5">Skip to link menu</a></li>
</ul>
<div id="container">
<div id="header">
  <div id="header_top"><div><div>
    <img alt ="" src="../../top-kde.jpg"/>
    </div></div></div>
  <div id="header_bottom">
    <div id="location">
      <ul>
        <li><a href="http://api.kde.org">KDE API Reference</a></li>
        <li><a href="../../index.html">kdepimlibs-4.10.5 API Reference</a></li>
      </ul>
    </div>
    <div id="menu">
<ul>
<li><a href="http://www.kde.org/">KDE Home</a></li>
<li><a href="http://kde.org/contact/">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<!-- End page header -->
    <div id="body_wrapper">
      <div id="body">
        <!-- begin main content -->
        <div id="right">
          <div class="content">
          <div id="main">
            <div class="clearer">&nbsp;</div>
<h2><a name="content"></a>KTNEF Library</h2>
<!-- BC -->
<div id="top">
<!-- Generated by Doxygen 1.8.3.1 -->
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_cb172554195e4c8e81ea3f3928c32163.html">ktnef</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#define-members">Macros</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">lzfu.cpp File Reference</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="lzfu_8h_source.html">lzfu.h</a>&quot;</code><br/>
<code>#include &lt;QtCore/QIODevice&gt;</code><br/>
<code>#include &lt;sys/types.h&gt;</code><br/>
<code>#include &lt;string.h&gt;</code><br/>
<code>#include &lt;stdio.h&gt;</code><br/>
</div>
<p><a href="lzfu_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a851c0223ca136c9786fd782562a3198c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a851c0223ca136c9786fd782562a3198c"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>FLAG</b>(f, n)&#160;&#160;&#160;(f&gt;&gt;n)&amp;0x1</td></tr>
<tr class="separator:a851c0223ca136c9786fd782562a3198c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad5bc800bdc491ff03ddc938e778c5694"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad5bc800bdc491ff03ddc938e778c5694"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>LENGTH</b>(b)&#160;&#160;&#160;((b&amp;0xF)+2)</td></tr>
<tr class="separator:ad5bc800bdc491ff03ddc938e778c5694"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af418fd9436a135b4b71e4f218d3735b3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af418fd9436a135b4b71e4f218d3735b3"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>LZFU_COMPRESSED</b>&#160;&#160;&#160;0x75465a4c</td></tr>
<tr class="separator:af418fd9436a135b4b71e4f218d3735b3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a194bf7d5f259677a93c10ee75125f824"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><b>LZFU_INITDICT</b></td></tr>
<tr class="separator:a194bf7d5f259677a93c10ee75125f824"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec03dab615c42dcf554c32fcf16642b3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec03dab615c42dcf554c32fcf16642b3"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>LZFU_INITLENGTH</b>&#160;&#160;&#160;207</td></tr>
<tr class="separator:aec03dab615c42dcf554c32fcf16642b3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af2f5b18c49cd225c2ccacab341ad044e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af2f5b18c49cd225c2ccacab341ad044e"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>LZFU_UNCOMPRESSED</b>&#160;&#160;&#160;0x414c454d</td></tr>
<tr class="separator:af2f5b18c49cd225c2ccacab341ad044e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af305730f14f31e3af283ff83937b7914"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af305730f14f31e3af283ff83937b7914"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>OFFSET</b>(b)&#160;&#160;&#160;(b&gt;&gt;4)&amp;0xFFF</td></tr>
<tr class="separator:af305730f14f31e3af283ff83937b7914"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a6afde5357c02fb7549294d2497e7ccc4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="lzfu_8cpp.html#a6afde5357c02fb7549294d2497e7ccc4">lzfu_decompress</a> (QIODevice *input, QIODevice *output)</td></tr>
<tr class="separator:a6afde5357c02fb7549294d2497e7ccc4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This file is part of the API for handling TNEF data and provides the <b>LZFU</b> decompression functionality. </p>
<dl class="section author"><dt>Author</dt><dd>Michael Goffioul </dd></dl>

<p>Definition in file <a class="el" href="lzfu_8cpp_source.html">lzfu.cpp</a>.</p>
</div><h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="a194bf7d5f259677a93c10ee75125f824"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define LZFU_INITDICT</td>
        </tr>
      </table>
</div><div class="memdoc">
<b>Value:</b><div class="fragment"><div class="line"><span class="stringliteral">&quot;{\\rtf1\\ansi\\mac\\deff0\\deftab720{\\fonttbl;}&quot;</span> \</div>
<div class="line">                        <span class="stringliteral">&quot;{\\f0\\fnil \\froman \\fswiss \\fmodern \\fscrip&quot;</span> \</div>
<div class="line">                        <span class="stringliteral">&quot;t \\fdecor MS Sans SerifSymbolArialTimes Ne&quot;</span> \</div>
<div class="line">                        <span class="stringliteral">&quot;w RomanCourier{\\colortbl\\red0\\green0\\blue0&quot;</span> \</div>
<div class="line">                        <span class="stringliteral">&quot;\r\n\\par \\pard\\plain\\f0\\fs20\\b\\i\\u\\tab&quot;</span> \</div>
<div class="line">                        <span class="stringliteral">&quot;\\tx&quot;</span></div>
</div><!-- fragment -->
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a6afde5357c02fb7549294d2497e7ccc4"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int lzfu_decompress </td>
          <td>(</td>
          <td class="paramtype">QIODevice *&#160;</td>
          <td class="paramname"><em>input</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QIODevice *&#160;</td>
          <td class="paramname"><em>output</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p><b>LZFU</b> decompress data in compressed Rich Text Format (<b>RTF</b>). </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">input</td><td>compressed input data. </td></tr>
    <tr><td class="paramname">output</td><td>decompressed output data. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="lzfu_8cpp_source.html#l00076">76</a> of file <a class="el" href="lzfu_8cpp_source.html">lzfu.cpp</a>.</p>

</div>
</div>
</div><!-- contents -->
<div class="copyrights">
This file is part of the KDE documentation.<br/>
Documentation copyright &copy; 1996-2013 The KDE developers.<br/>
Generated on Fri Jul 12 2013 16:49:47 by
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.3.1 written
by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, &copy;&nbsp;1997-2006
<p>
KDE's <a href="http://techbase.kde.org/Policies/Library_Documentation_Policy">Doxygen guidelines</a> are available online.
</p>
</div>
            </div>
          </div>
        </div>
        <div id="left">
          <div class="menu_box">
<a name="cp-menu" /><div class="menutitle"><div>
<h2 id="cp-menu-project">KTNEF Library</h2>
<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "KTNEF Library"</a>
</div></div>
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="functions.html">Class Members</a></li><li><a href="files.html">File List</a></li><li><a href="globals.html">File Members</a></li><li><a href="pages.html">Related Pages</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="classKTnef_1_1KTNEFAttach.html">ktnef::ktnefattach</option>,  <option value="classKTnef_1_1KTNEFMessage.html">ktnef::ktnefmessage</option>,  <option value="classKTnef_1_1KTNEFParser.html">ktnef::ktnefparser</option>,  <option value="classKTnef_1_1KTNEFProperty.html">ktnef::ktnefproperty</option>,  <option value="classKTnef_1_1KTNEFPropertySet.html">ktnef::ktnefpropertyset</option>,  <option value="classKTnef_1_1KTNEFWriter.html">ktnef::ktnefwriter</option>,
</select>
</form>
</div>
-->
<div class="menu_box">
<a name="cp-menu" /><div class="menutitle"><div>
<h2 id="cp-menu-project">kdepimlibs-4.10.5 API Reference</h2>
<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "kdepimlibs-4.10.5 API Reference"</a>
</div></div>
<div class="nav_list">
<ul>
<li><a href="../../akonadi/html/index.html">akonadi</a></li><li>&nbsp;&nbsp;<a href="../../akonadi/contact/html/index.html">contact</a></li><li>&nbsp;&nbsp;<a href="../../akonadi/kmime/html/index.html">kmime</a></li><li>&nbsp;&nbsp;<a href="../../akonadi/socialutils/html/index.html">socialutils</a></li><li><a href="../../kabc/html/index.html">kabc</a></li><li><a href="../../kalarmcal/html/index.html">kalarmcal</a></li><li><a href="../../kblog/html/index.html">kblog</a></li><li><a href="../../kcal/html/index.html">kcal</a></li><li><a href="../../kcalcore/html/index.html">kcalcore</a></li><li><a href="../../kcalutils/html/index.html">kcalutils</a></li><li><a href="../../kholidays/html/index.html">kholidays</a></li><li><a href="../../kimap/html/index.html">kimap</a></li><li><a href="../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/mbox/html/index.html">mbox</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/nntp/html/index.html">nntp</a></li><li><a href="../../kldap/html/index.html">kldap</a></li><li><a href="../../kmbox/html/index.html">kmbox</a></li><li><a href="../../kmime/html/index.html">kmime</a></li><li><a href="../../kontactinterface/html/index.html">kontactinterface</a></li><li><a href="../../kpimidentities/html/index.html">kpimidentities</a></li><li><a href="../../kpimtextedit/html/index.html">kpimtextedit</a></li><li><a href="../../kpimutils/html/index.html">kpimutils</a></li><li><a href="../../kresources/html/index.html">kresources</a></li><li><a href="../../ktnef/html/index.html">ktnef</a></li><li><a href="../../kxmlrpcclient/html/index.html">kxmlrpcclient</a></li><li><a href="../../mailtransport/html/index.html">mailtransport</a></li><li><a href="../../microblog/html/index.html">microblog</a></li><li><a href="../../qgpgme/html/index.html">qgpgme</a></li><li><a href="../../syndication/html/index.html">syndication</a></li><li>&nbsp;&nbsp;<a href="../../syndication/atom/html/index.html">atom</a></li><li>&nbsp;&nbsp;<a href="../../syndication/rdf/html/index.html">rdf</a></li><li>&nbsp;&nbsp;<a href="../../syndication/rss2/html/index.html">rss2</a></li>
</ul></div></div>
<!-- api_searchbox -->
          </div>
        </div>
        <div class="clearer"></div>
      </div>
      <div class="clearer"></div>
    </div>
    <div id="end_body"></div>
    <div id="footer"><div id="footer_text">
    Report problems with this website to <a href="https://bugs.kde.org/enter_sysadmin_request.cgi?component=api.kde.org">our bug tracking system</a>.<br>
    Contact the specific authors with questions and comments about the page contents.<p>
    KDE<sup>&#174;</sup> and <a href="/media/images/kde_gear_black.png">the K Desktop Environment<sup>&#174;</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
        <a href="http://www.kde.org/contact/impressum.php">Legal</a></p>
    </div></div>
  </div>
<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-45abe0e0c3bebc77@kde.org">Block me</a>
WARNING END
-->
</body>
</html>