Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 8f441dce3ea21e2a248e5169b7463abd > files > 1258

libmwaw-doc-0.3.4-1.mga4.noarch.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>libmwaw_applepict1::PictParser Class Reference documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classlibmwaw__applepict1_1_1PictParser.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a> &#124;
<a href="classlibmwaw__applepict1_1_1PictParser-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">libmwaw_applepict1::PictParser Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>internal and low level: map opcode id -&gt; <a class="el" href="structlibmwaw__applepict1_1_1OpCode.html" title="Internal and low level: a class to define each opcode and their arguments and read their data...">OpCode</a>  
 <a href="classlibmwaw__applepict1_1_1PictParser.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aee285e5760ab92b052e4868d725b835c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#aee285e5760ab92b052e4868d725b835c">PictParser</a> ()</td></tr>
<tr class="memdesc:aee285e5760ab92b052e4868d725b835c"><td class="mdescLeft">&#160;</td><td class="mdescRight">the constructor  <a href="#aee285e5760ab92b052e4868d725b835c">More...</a><br/></td></tr>
<tr class="separator:aee285e5760ab92b052e4868d725b835c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a26a4822be372b7b33a3cb3ed328c377e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#a26a4822be372b7b33a3cb3ed328c377e">parse</a> (<a class="el" href="libmwaw__internal_8hxx.html#a6140ff7a26ea6906512ceea25188a918">MWAWInputStreamPtr</a> input, <a class="el" href="classlibmwaw_1_1DebugFile.html">libmwaw::DebugFile</a> &amp;dFile)</td></tr>
<tr class="memdesc:a26a4822be372b7b33a3cb3ed328c377e"><td class="mdescLeft">&#160;</td><td class="mdescRight">internal and low level: parses a picture and stores the parsing in dFile  <a href="#a26a4822be372b7b33a3cb3ed328c377e">More...</a><br/></td></tr>
<tr class="separator:a26a4822be372b7b33a3cb3ed328c377e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab56083b74b930a8186299e2fee0f91f1"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#ab56083b74b930a8186299e2fee0f91f1">convertToPict2</a> (librevenge::RVNGBinaryData const &amp;orig, librevenge::RVNGBinaryData &amp;result)</td></tr>
<tr class="memdesc:ab56083b74b930a8186299e2fee0f91f1"><td class="mdescLeft">&#160;</td><td class="mdescRight">internal and low level: tries to convert a Pict1.0 picture stored in <em>orig</em> in a Pict2.0 picture  <a href="#ab56083b74b930a8186299e2fee0f91f1">More...</a><br/></td></tr>
<tr class="separator:ab56083b74b930a8186299e2fee0f91f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:ae0c1028b6ea0e9a990d94ab184443d03"><td class="memItemLeft" align="right" valign="top">std::map&lt; int, <a class="el" href="structlibmwaw__applepict1_1_1OpCode.html">OpCode</a> const * &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#ae0c1028b6ea0e9a990d94ab184443d03">m_mapIdOp</a></td></tr>
<tr class="memdesc:ae0c1028b6ea0e9a990d94ab184443d03"><td class="mdescLeft">&#160;</td><td class="mdescRight">the map  <a href="#ae0c1028b6ea0e9a990d94ab184443d03">More...</a><br/></td></tr>
<tr class="separator:ae0c1028b6ea0e9a990d94ab184443d03"><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>internal and low level: map opcode id -&gt; <a class="el" href="structlibmwaw__applepict1_1_1OpCode.html" title="Internal and low level: a class to define each opcode and their arguments and read their data...">OpCode</a> </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aee285e5760ab92b052e4868d725b835c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">libmwaw_applepict1::PictParser::PictParser </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>the constructor </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ab56083b74b930a8186299e2fee0f91f1"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool libmwaw_applepict1::PictParser::convertToPict2 </td>
          <td>(</td>
          <td class="paramtype">librevenge::RVNGBinaryData const &amp;&#160;</td>
          <td class="paramname"><em>orig</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">librevenge::RVNGBinaryData &amp;&#160;</td>
          <td class="paramname"><em>result</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>internal and low level: tries to convert a Pict1.0 picture stored in <em>orig</em> in a Pict2.0 picture </p>

<p>Referenced by <a class="el" href="classMWAWPictMac.html#abb36dbc2d65bcf188452ddc59a03cd9e">MWAWPictMac::convertPict1To2()</a>.</p>

</div>
</div>
<a class="anchor" id="a26a4822be372b7b33a3cb3ed328c377e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void libmwaw_applepict2::PictParser::parse </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="libmwaw__internal_8hxx.html#a6140ff7a26ea6906512ceea25188a918">MWAWInputStreamPtr</a>&#160;</td>
          <td class="paramname"><em>input</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classlibmwaw_1_1DebugFile.html">libmwaw::DebugFile</a> &amp;&#160;</td>
          <td class="paramname"><em>dFile</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>internal and low level: parses a picture and stores the parsing in dFile </p>
<dl class="section note"><dt>Note</dt><dd>this is mainly a debugging function but this function can probably serve as model if we want to convert a Pict1.0 in another format </dd></dl>

<p>Referenced by <a class="el" href="classMWAWPictMac.html#a3e7933f32d090133a99866581ee73123">MWAWPictMac::parsePict1()</a>, and <a class="el" href="classMWAWPictMac.html#aac83b284e56a11b881cf81592f0ed5f5">MWAWPictMac::parsePict2()</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="ae0c1028b6ea0e9a990d94ab184443d03"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::map&lt;int,<a class="el" href="structlibmwaw__applepict1_1_1OpCode.html">OpCode</a> const *&gt; libmwaw_applepict1::PictParser::m_mapIdOp</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>the map </p>

<p>Referenced by <a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#ab56083b74b930a8186299e2fee0f91f1">convertToPict2()</a>, <a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#a26a4822be372b7b33a3cb3ed328c377e">parse()</a>, <a class="el" href="classlibmwaw__applepict1_1_1PictParser.html#aee285e5760ab92b052e4868d725b835c">PictParser()</a>, and <a class="el" href="classlibmwaw__applepict2_1_1PictParser.html#a836eef0590ebdd4487c188cecedb0722">libmwaw_applepict2::PictParser::PictParser()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="MWAWPictMac_8cxx.html">MWAWPictMac.cxx</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated on Sun Feb 1 2015 20:58:14 for libmwaw by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.5</small></address>
</body>
</html>