Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 449803c2ef3315f9afd215efa4c6c5dc > files > 34

librevenge-doc-0.0.2-2.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>RVNGPresentationInterface.h Source File 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><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#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('RVNGPresentationInterface_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RVNGPresentationInterface.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RVNGPresentationInterface_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">/* librevenge</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Version: MPL 2.0 / LGPLv2.1+</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * This Source Code Form is subject to the terms of the Mozilla Public</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * License, v. 2.0. If a copy of the MPL was not distributed with this</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * file, You can obtain one at http://mozilla.org/MPL/2.0/.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * Alternatively, the contents of this file may be used under the terms</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * of the GNU Lesser General Public License Version 2.1 or later</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * applicable instead of those above.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#ifndef RVNGPRESENTATIONINTERFACE_H</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define RVNGPRESENTATIONINTERFACE_H</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RVNGPropertyList_8h.html">RVNGPropertyList.h</a>&quot;</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RVNGPropertyListVector_8h.html">RVNGPropertyListVector.h</a>&quot;</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="keyword">namespace </span>librevenge</div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;{</div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div>
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGPresentationInterface.html">   26</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html">RVNGPresentationInterface</a></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;{</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab65374fc4124a761c9d705d33c8e3ab2">   29</a></span>&#160;        <span class="keyword">virtual</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab65374fc4124a761c9d705d33c8e3ab2">~RVNGPresentationInterface</a>() {}</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;        <span class="comment">// none of the other callback functions will be called before this function is called</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a31e985f5e5f5e7dd04c00ebcecd65503">startDocument</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;        <span class="comment">// none of the other callback functions will be called after this function is called</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a9ac457d20680d5115fc8985ea10cf812">endDocument</a>() = 0;</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a531c0b981523ee75ffdcf83e3eaa69d8">setDocumentMetaData</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a090ff67fc46bd4f49e5910d7eed8cdb4">defineEmbeddedFont</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;</div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a72f6605b56b61a252d8947db7c01463f">startSlide</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a8740c9ea04fd6d89deed4c463e80316b">endSlide</a>() = 0;</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a9f4a100afa17dd1aa106f2010668541f">startMasterSlide</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;</div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a9d5f2f300712e18ae41b080a221e3a2e">endMasterSlide</a>() = 0;</div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a1d3e68dec586edfd12dc5692e6d9d4f7">setStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aaadb87c8862846388bd97267dab524d5">setSlideTransition</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;</div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a0b07d17c77f85c84654f2639918b5e79">startLayer</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;</div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a3e9e7cacaf3566e6d4bcf09f157cb4ac">endLayer</a>() = 0;</div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a4626c2be6f9f8b48863da6bf344c9bc9">startEmbeddedGraphics</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a29caf7409705661c3480477b36e82f12">endEmbeddedGraphics</a>() = 0;</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a529e30e2aab4b50936ed510c64cfd2f3">openGroup</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;</div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a0214967d5ebb3aac13079a24b1fbd6ad">closeGroup</a>() = 0;</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;</div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;        <span class="comment">// Different primitive shapes</span></div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a48e1e6136a20db211189a992e2401b4c">drawRectangle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a81ae046d9c8306ccdeca41c36cfff539">drawEllipse</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ac63b6c71e00e3ac7ca3cacd1b61f9648">drawPolygon</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a0760322fa561fc85e6c2937bf1b9d294">drawPolyline</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;</div>
<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a2842217d4b97f11e33a6baeba233d0f3">drawPath</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div>
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a97c4a2cacaf89415e385cc1b058e0e80">drawGraphicObject</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div>
<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a4eca48f340a556404809af65cbd81c98">drawConnector</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;</div>
<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a1c14affb2da870f5dd9a94f137d02bb9">startTextObject</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;</div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a662af1d631b9112d4cd710f51aeb680a">endTextObject</a>() = 0;</div>
<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ad29b8463469c07fd1be4d7a62a704578">insertTab</a>() = 0;</div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ade3ea3b9047bd266d6187556401a7eae">insertSpace</a>() = 0;</div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a8625e3eaf374dfe664e0f66de8d24282">insertText</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGString.html">RVNGString</a> &amp;text) = 0;</div>
<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;</div>
<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a2dc1234ee3d47bb4accf292e0881802b">insertLineBreak</a>() = 0;</div>
<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aa8bc9fa55fddf96f351e850ea7bda8c3">insertField</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;</div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ac54e8c364e27bd967281ed8335a1d06a">openOrderedListLevel</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;</div>
<div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a516c61930f1932cc8199272862f82c52">openUnorderedListLevel</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;</div>
<div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aa353efc1320dd09875437596a4ff1b2b">closeOrderedListLevel</a>() = 0;</div>
<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;</div>
<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ad4236730bd6f033c0b7e77fa925ac35d">closeUnorderedListLevel</a>() = 0;</div>
<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;</div>
<div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a6225a2d66667bbcdc406f4ccc6910ee2">openListElement</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;</div>
<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a33aaa50822c65f47807b4d5ec4f900f4">closeListElement</a>() = 0;</div>
<div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;</div>
<div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a642c631f51d8ca56f4d379bda7a6e132">defineParagraphStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;</div>
<div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ad8d1e5978feec41b334cce9838f3c5eb">openParagraph</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;</div>
<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab6963254460ab0381c7f13e18a5a27e9">closeParagraph</a>() = 0;</div>
<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;</div>
<div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab99b8433b465e4d0141a9523305c9773">defineCharacterStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;</div>
<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a82fe5a9fec9df464543c02bc4aee534c">openSpan</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;</div>
<div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a7364ea000dfc66285b61fa1e10a42226">closeSpan</a>() = 0;</div>
<div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;</div>
<div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ae6c6a8bc6c690f9f869de296f33f3bdd">openLink</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;</div>
<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a655a18eecb69a2b04a0c08ab78f23f96">closeLink</a>() = 0;</div>
<div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;</div>
<div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a491670830ac02ce0e1f8cc3f79973f29">startTableObject</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab7a2c8106bd3b0e101f143ce3e58d9b9">openTableRow</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a08d77134f701d43cf738aa3547c75ea2">closeTableRow</a>() = 0;</div>
<div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a68cb699b28cbb33cc4695b7502057177">openTableCell</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab980c222b41edf6388e85910d71aa74b">closeTableCell</a>() = 0;</div>
<div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a2fd715b35a791367721d3fd929402cea">insertCoveredTableCell</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ab49b443226e0f26749d6eaa675af4aa9">endTableObject</a>() = 0;</div>
<div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;</div>
<div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a558d55e11aee0638069a1363a607352c">startComment</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;</div>
<div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a3a10049f3614d0083cfe408fadee7fee">endComment</a>() = 0;</div>
<div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;</div>
<div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a6a8e34dc19154a9ebc47e7fd34fa06cf">startNotes</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;</div>
<div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a211c0cfcdf44de7e276b1aeaa142c689">endNotes</a>() = 0;</div>
<div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;</div>
<div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;        <span class="comment">// Charts</span></div>
<div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;</div>
<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a2d617947b92760fa39d020f5f2551e7e">defineChartStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;</div>
<div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a95ce5b27a097ca68d7c2518c37ec5adc">openChart</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a811f59e0220b8f17c0163b990deeda5c">closeChart</a>() = 0;</div>
<div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;</div>
<div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#abd829e259fc51f7d7e001a567a68579b">openChartTextObject</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a62a41baf86405ddf690a2ebde3f4db57">closeChartTextObject</a>() = 0;</div>
<div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;</div>
<div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aea6cdd8c6dc90ae4fa6f0a41c97d09a6">openChartPlotArea</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#acdd3d1cf5f42b90a73b6b860dcef269f">closeChartPlotArea</a>() = 0;</div>
<div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aeb44e1a16e12068ac7138014e2837155">insertChartAxis</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a4c37759e4a7ed7a08d126350e0105a20">openChartSeries</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">librevenge::RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a3a0687ffd9734b57ad358ad2126c1fd4">closeChartSeries</a>() = 0;</div>
<div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;</div>
<div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;        <span class="comment">// Animations</span></div>
<div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;</div>
<div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aee2a22d7c307e05de7c3ac38df2b08bc">openAnimationSequence</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a1acf908b579e7de4e893d847c6c765da">closeAnimationSequence</a>() = 0;</div>
<div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;</div>
<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a3e79e829fe3d4ee4208594693f3dc879">openAnimationGroup</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aa47a2b0b4260f6fd5a215cea84708bb3">closeAnimationGroup</a>() = 0;</div>
<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;</div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a88c76ec5feff9c6262751f49bd4635f6">openAnimationIteration</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a549fb555c73bf82b719b0e000154b44f">closeAnimationIteration</a>() = 0;</div>
<div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;</div>
<div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a857c201db83d83ef234e1ed53dcfca7b">insertMotionAnimation</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#ac29c644589feefdeea57b05cbde82bde">insertColorAnimation</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#a37fb842a99b7c5d3c0593b405b94d8da">insertAnimation</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGPresentationInterface.html#aed12370f86b3f49987eb6dc7b8eb61c9">insertEffect</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;};</div>
<div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;</div>
<div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;}</div>
<div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;</div>
<div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;<span class="preprocessor">#endif // RVNGPRESENTATIONINTERFACE_H</span></div>
<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;<span class="comment">/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */</span></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a9f4a100afa17dd1aa106f2010668541f"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a9f4a100afa17dd1aa106f2010668541f">librevenge::RVNGPresentationInterface::startMasterSlide</a></div><div class="ttdeci">virtual void startMasterSlide(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a33aaa50822c65f47807b4d5ec4f900f4"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a33aaa50822c65f47807b4d5ec4f900f4">librevenge::RVNGPresentationInterface::closeListElement</a></div><div class="ttdeci">virtual void closeListElement()=0</div><div class="ttdoc">Called when a list element should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a655a18eecb69a2b04a0c08ab78f23f96"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a655a18eecb69a2b04a0c08ab78f23f96">librevenge::RVNGPresentationInterface::closeLink</a></div><div class="ttdeci">virtual void closeLink()=0</div><div class="ttdoc">Called when the current link is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a516c61930f1932cc8199272862f82c52"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a516c61930f1932cc8199272862f82c52">librevenge::RVNGPresentationInterface::openUnorderedListLevel</a></div><div class="ttdeci">virtual void openUnorderedListLevel(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new unordered list level should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a88c76ec5feff9c6262751f49bd4635f6"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a88c76ec5feff9c6262751f49bd4635f6">librevenge::RVNGPresentationInterface::openAnimationIteration</a></div><div class="ttdeci">virtual void openAnimationIteration(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a3e79e829fe3d4ee4208594693f3dc879"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a3e79e829fe3d4ee4208594693f3dc879">librevenge::RVNGPresentationInterface::openAnimationGroup</a></div><div class="ttdeci">virtual void openAnimationGroup(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a set of animations should be applied in parallel. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a3a10049f3614d0083cfe408fadee7fee"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a3a10049f3614d0083cfe408fadee7fee">librevenge::RVNGPresentationInterface::endComment</a></div><div class="ttdeci">virtual void endComment()=0</div><div class="ttdoc">End a comment. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a81ae046d9c8306ccdeca41c36cfff539"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a81ae046d9c8306ccdeca41c36cfff539">librevenge::RVNGPresentationInterface::drawEllipse</a></div><div class="ttdeci">virtual void drawEllipse(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ab99b8433b465e4d0141a9523305c9773"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ab99b8433b465e4d0141a9523305c9773">librevenge::RVNGPresentationInterface::defineCharacterStyle</a></div><div class="ttdeci">virtual void defineCharacterStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a48e1e6136a20db211189a992e2401b4c"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a48e1e6136a20db211189a992e2401b4c">librevenge::RVNGPresentationInterface::drawRectangle</a></div><div class="ttdeci">virtual void drawRectangle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a2842217d4b97f11e33a6baeba233d0f3"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a2842217d4b97f11e33a6baeba233d0f3">librevenge::RVNGPresentationInterface::drawPath</a></div><div class="ttdeci">virtual void drawPath(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ac63b6c71e00e3ac7ca3cacd1b61f9648"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ac63b6c71e00e3ac7ca3cacd1b61f9648">librevenge::RVNGPresentationInterface::drawPolygon</a></div><div class="ttdeci">virtual void drawPolygon(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ad4236730bd6f033c0b7e77fa925ac35d"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ad4236730bd6f033c0b7e77fa925ac35d">librevenge::RVNGPresentationInterface::closeUnorderedListLevel</a></div><div class="ttdeci">virtual void closeUnorderedListLevel()=0</div><div class="ttdoc">Called when an ununordered list level should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ab49b443226e0f26749d6eaa675af4aa9"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ab49b443226e0f26749d6eaa675af4aa9">librevenge::RVNGPresentationInterface::endTableObject</a></div><div class="ttdeci">virtual void endTableObject()=0</div><div class="ttdoc">Called when the current table is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a31e985f5e5f5e7dd04c00ebcecd65503"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a31e985f5e5f5e7dd04c00ebcecd65503">librevenge::RVNGPresentationInterface::startDocument</a></div><div class="ttdeci">virtual void startDocument(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a4626c2be6f9f8b48863da6bf344c9bc9"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a4626c2be6f9f8b48863da6bf344c9bc9">librevenge::RVNGPresentationInterface::startEmbeddedGraphics</a></div><div class="ttdeci">virtual void startEmbeddedGraphics(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a7364ea000dfc66285b61fa1e10a42226"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a7364ea000dfc66285b61fa1e10a42226">librevenge::RVNGPresentationInterface::closeSpan</a></div><div class="ttdeci">virtual void closeSpan()=0</div><div class="ttdoc">Called when a text span is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a857c201db83d83ef234e1ed53dcfca7b"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a857c201db83d83ef234e1ed53dcfca7b">librevenge::RVNGPresentationInterface::insertMotionAnimation</a></div><div class="ttdeci">virtual void insertMotionAnimation(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Insert an animation that moves the target object along a specified path. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a2d617947b92760fa39d020f5f2551e7e"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a2d617947b92760fa39d020f5f2551e7e">librevenge::RVNGPresentationInterface::defineChartStyle</a></div><div class="ttdeci">virtual void defineChartStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a3a0687ffd9734b57ad358ad2126c1fd4"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a3a0687ffd9734b57ad358ad2126c1fd4">librevenge::RVNGPresentationInterface::closeChartSeries</a></div><div class="ttdeci">virtual void closeChartSeries()=0</div><div class="ttdoc">Called when a serie should be closed (in a plot area) </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a3e9e7cacaf3566e6d4bcf09f157cb4ac"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a3e9e7cacaf3566e6d4bcf09f157cb4ac">librevenge::RVNGPresentationInterface::endLayer</a></div><div class="ttdeci">virtual void endLayer()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a8625e3eaf374dfe664e0f66de8d24282"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a8625e3eaf374dfe664e0f66de8d24282">librevenge::RVNGPresentationInterface::insertText</a></div><div class="ttdeci">virtual void insertText(const RVNGString &amp;text)=0</div><div class="ttdoc">Called when a string of text should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aee2a22d7c307e05de7c3ac38df2b08bc"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aee2a22d7c307e05de7c3ac38df2b08bc">librevenge::RVNGPresentationInterface::openAnimationSequence</a></div><div class="ttdeci">virtual void openAnimationSequence(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a set of animations should be applied one after another. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a6225a2d66667bbcdc406f4ccc6910ee2"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a6225a2d66667bbcdc406f4ccc6910ee2">librevenge::RVNGPresentationInterface::openListElement</a></div><div class="ttdeci">virtual void openListElement(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a list element should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a0b07d17c77f85c84654f2639918b5e79"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a0b07d17c77f85c84654f2639918b5e79">librevenge::RVNGPresentationInterface::startLayer</a></div><div class="ttdeci">virtual void startLayer(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ab7a2c8106bd3b0e101f143ce3e58d9b9"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ab7a2c8106bd3b0e101f143ce3e58d9b9">librevenge::RVNGPresentationInterface::openTableRow</a></div><div class="ttdeci">virtual void openTableRow(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new table row is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ab6963254460ab0381c7f13e18a5a27e9"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ab6963254460ab0381c7f13e18a5a27e9">librevenge::RVNGPresentationInterface::closeParagraph</a></div><div class="ttdeci">virtual void closeParagraph()=0</div><div class="ttdoc">Called when a paragraph is closed. </div></div>
<div class="ttc" id="RVNGPropertyListVector_8h_html"><div class="ttname"><a href="RVNGPropertyListVector_8h.html">RVNGPropertyListVector.h</a></div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a29caf7409705661c3480477b36e82f12"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a29caf7409705661c3480477b36e82f12">librevenge::RVNGPresentationInterface::endEmbeddedGraphics</a></div><div class="ttdeci">virtual void endEmbeddedGraphics()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a811f59e0220b8f17c0163b990deeda5c"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a811f59e0220b8f17c0163b990deeda5c">librevenge::RVNGPresentationInterface::closeChart</a></div><div class="ttdeci">virtual void closeChart()=0</div><div class="ttdoc">Called when a chart should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a2dc1234ee3d47bb4accf292e0881802b"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a2dc1234ee3d47bb4accf292e0881802b">librevenge::RVNGPresentationInterface::insertLineBreak</a></div><div class="ttdeci">virtual void insertLineBreak()=0</div><div class="ttdoc">Called when a line break should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a549fb555c73bf82b719b0e000154b44f"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a549fb555c73bf82b719b0e000154b44f">librevenge::RVNGPresentationInterface::closeAnimationIteration</a></div><div class="ttdeci">virtual void closeAnimationIteration()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a37fb842a99b7c5d3c0593b405b94d8da"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a37fb842a99b7c5d3c0593b405b94d8da">librevenge::RVNGPresentationInterface::insertAnimation</a></div><div class="ttdeci">virtual void insertAnimation(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Insert a generic animation. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a531c0b981523ee75ffdcf83e3eaa69d8"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a531c0b981523ee75ffdcf83e3eaa69d8">librevenge::RVNGPresentationInterface::setDocumentMetaData</a></div><div class="ttdeci">virtual void setDocumentMetaData(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when all document metadata should be set. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a1acf908b579e7de4e893d847c6c765da"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a1acf908b579e7de4e893d847c6c765da">librevenge::RVNGPresentationInterface::closeAnimationSequence</a></div><div class="ttdeci">virtual void closeAnimationSequence()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aeb44e1a16e12068ac7138014e2837155"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aeb44e1a16e12068ac7138014e2837155">librevenge::RVNGPresentationInterface::insertChartAxis</a></div><div class="ttdeci">virtual void insertChartAxis(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a axis should be add in a plot area. </div></div>
<div class="ttc" id="RVNGPropertyList_8h_html"><div class="ttname"><a href="RVNGPropertyList_8h.html">RVNGPropertyList.h</a></div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a95ce5b27a097ca68d7c2518c37ec5adc"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a95ce5b27a097ca68d7c2518c37ec5adc">librevenge::RVNGPresentationInterface::openChart</a></div><div class="ttdeci">virtual void openChart(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a chart should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ab980c222b41edf6388e85910d71aa74b"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ab980c222b41edf6388e85910d71aa74b">librevenge::RVNGPresentationInterface::closeTableCell</a></div><div class="ttdeci">virtual void closeTableCell()=0</div><div class="ttdoc">Called when the current table cell is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a72f6605b56b61a252d8947db7c01463f"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a72f6605b56b61a252d8947db7c01463f">librevenge::RVNGPresentationInterface::startSlide</a></div><div class="ttdeci">virtual void startSlide(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aea6cdd8c6dc90ae4fa6f0a41c97d09a6"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aea6cdd8c6dc90ae4fa6f0a41c97d09a6">librevenge::RVNGPresentationInterface::openChartPlotArea</a></div><div class="ttdeci">virtual void openChartPlotArea(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a chart plot area should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aa8bc9fa55fddf96f351e850ea7bda8c3"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aa8bc9fa55fddf96f351e850ea7bda8c3">librevenge::RVNGPresentationInterface::insertField</a></div><div class="ttdeci">virtual void insertField(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a field should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a62a41baf86405ddf690a2ebde3f4db57"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a62a41baf86405ddf690a2ebde3f4db57">librevenge::RVNGPresentationInterface::closeChartTextObject</a></div><div class="ttdeci">virtual void closeChartTextObject()=0</div><div class="ttdoc">Called when a chart text zone:legend/title/subtitle/footer should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ab65374fc4124a761c9d705d33c8e3ab2"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ab65374fc4124a761c9d705d33c8e3ab2">librevenge::RVNGPresentationInterface::~RVNGPresentationInterface</a></div><div class="ttdeci">virtual ~RVNGPresentationInterface()</div><div class="ttdef"><b>Definition:</b> RVNGPresentationInterface.h:29</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ac54e8c364e27bd967281ed8335a1d06a"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ac54e8c364e27bd967281ed8335a1d06a">librevenge::RVNGPresentationInterface::openOrderedListLevel</a></div><div class="ttdeci">virtual void openOrderedListLevel(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new ordered list level should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a642c631f51d8ca56f4d379bda7a6e132"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a642c631f51d8ca56f4d379bda7a6e132">librevenge::RVNGPresentationInterface::defineParagraphStyle</a></div><div class="ttdeci">virtual void defineParagraphStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_abd829e259fc51f7d7e001a567a68579b"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#abd829e259fc51f7d7e001a567a68579b">librevenge::RVNGPresentationInterface::openChartTextObject</a></div><div class="ttdeci">virtual void openChartTextObject(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a chart text zone:label/legend/title/subtitle/footer should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ade3ea3b9047bd266d6187556401a7eae"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ade3ea3b9047bd266d6187556401a7eae">librevenge::RVNGPresentationInterface::insertSpace</a></div><div class="ttdeci">virtual void insertSpace()=0</div><div class="ttdoc">Called when an explicit space should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a0760322fa561fc85e6c2937bf1b9d294"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a0760322fa561fc85e6c2937bf1b9d294">librevenge::RVNGPresentationInterface::drawPolyline</a></div><div class="ttdeci">virtual void drawPolyline(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aa353efc1320dd09875437596a4ff1b2b"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aa353efc1320dd09875437596a4ff1b2b">librevenge::RVNGPresentationInterface::closeOrderedListLevel</a></div><div class="ttdeci">virtual void closeOrderedListLevel()=0</div><div class="ttdoc">Called when an unordered list level should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a9d5f2f300712e18ae41b080a221e3a2e"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a9d5f2f300712e18ae41b080a221e3a2e">librevenge::RVNGPresentationInterface::endMasterSlide</a></div><div class="ttdeci">virtual void endMasterSlide()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a211c0cfcdf44de7e276b1aeaa142c689"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a211c0cfcdf44de7e276b1aeaa142c689">librevenge::RVNGPresentationInterface::endNotes</a></div><div class="ttdeci">virtual void endNotes()=0</div><div class="ttdoc">End slide notes. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aa47a2b0b4260f6fd5a215cea84708bb3"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aa47a2b0b4260f6fd5a215cea84708bb3">librevenge::RVNGPresentationInterface::closeAnimationGroup</a></div><div class="ttdeci">virtual void closeAnimationGroup()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a090ff67fc46bd4f49e5910d7eed8cdb4"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a090ff67fc46bd4f49e5910d7eed8cdb4">librevenge::RVNGPresentationInterface::defineEmbeddedFont</a></div><div class="ttdeci">virtual void defineEmbeddedFont(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when an embedded font should be defined. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a529e30e2aab4b50936ed510c64cfd2f3"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a529e30e2aab4b50936ed510c64cfd2f3">librevenge::RVNGPresentationInterface::openGroup</a></div><div class="ttdeci">virtual void openGroup(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a6a8e34dc19154a9ebc47e7fd34fa06cf"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a6a8e34dc19154a9ebc47e7fd34fa06cf">librevenge::RVNGPresentationInterface::startNotes</a></div><div class="ttdeci">virtual void startNotes(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Start slide notes. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a82fe5a9fec9df464543c02bc4aee534c"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a82fe5a9fec9df464543c02bc4aee534c">librevenge::RVNGPresentationInterface::openSpan</a></div><div class="ttdeci">virtual void openSpan(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a text span is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a08d77134f701d43cf738aa3547c75ea2"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a08d77134f701d43cf738aa3547c75ea2">librevenge::RVNGPresentationInterface::closeTableRow</a></div><div class="ttdeci">virtual void closeTableRow()=0</div><div class="ttdoc">Called when the current table row is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aaadb87c8862846388bd97267dab524d5"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aaadb87c8862846388bd97267dab524d5">librevenge::RVNGPresentationInterface::setSlideTransition</a></div><div class="ttdeci">virtual void setSlideTransition(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a transition should be added to the current slide. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a662af1d631b9112d4cd710f51aeb680a"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a662af1d631b9112d4cd710f51aeb680a">librevenge::RVNGPresentationInterface::endTextObject</a></div><div class="ttdeci">virtual void endTextObject()=0</div><div class="ttdoc">End a text object. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_aed12370f86b3f49987eb6dc7b8eb61c9"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#aed12370f86b3f49987eb6dc7b8eb61c9">librevenge::RVNGPresentationInterface::insertEffect</a></div><div class="ttdeci">virtual void insertEffect(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Set one-time animation effect on the target object. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a68cb699b28cbb33cc4695b7502057177"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a68cb699b28cbb33cc4695b7502057177">librevenge::RVNGPresentationInterface::openTableCell</a></div><div class="ttdeci">virtual void openTableCell(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new table cell is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_acdd3d1cf5f42b90a73b6b860dcef269f"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#acdd3d1cf5f42b90a73b6b860dcef269f">librevenge::RVNGPresentationInterface::closeChartPlotArea</a></div><div class="ttdeci">virtual void closeChartPlotArea()=0</div><div class="ttdoc">Called when a chart plot arre should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a8740c9ea04fd6d89deed4c463e80316b"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a8740c9ea04fd6d89deed4c463e80316b">librevenge::RVNGPresentationInterface::endSlide</a></div><div class="ttdeci">virtual void endSlide()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html">librevenge::RVNGPresentationInterface</a></div><div class="ttdoc">Interface for import of presentations. </div><div class="ttdef"><b>Definition:</b> RVNGPresentationInterface.h:26</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ae6c6a8bc6c690f9f869de296f33f3bdd"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ae6c6a8bc6c690f9f869de296f33f3bdd">librevenge::RVNGPresentationInterface::openLink</a></div><div class="ttdeci">virtual void openLink(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a link should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ac29c644589feefdeea57b05cbde82bde"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ac29c644589feefdeea57b05cbde82bde">librevenge::RVNGPresentationInterface::insertColorAnimation</a></div><div class="ttdeci">virtual void insertColorAnimation(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Insert an animation that changes color of the target object. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a9ac457d20680d5115fc8985ea10cf812"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a9ac457d20680d5115fc8985ea10cf812">librevenge::RVNGPresentationInterface::endDocument</a></div><div class="ttdeci">virtual void endDocument()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ad8d1e5978feec41b334cce9838f3c5eb"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ad8d1e5978feec41b334cce9838f3c5eb">librevenge::RVNGPresentationInterface::openParagraph</a></div><div class="ttdeci">virtual void openParagraph(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new paragraph is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a97c4a2cacaf89415e385cc1b058e0e80"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a97c4a2cacaf89415e385cc1b058e0e80">librevenge::RVNGPresentationInterface::drawGraphicObject</a></div><div class="ttdeci">virtual void drawGraphicObject(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a binary/raster object should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_ad29b8463469c07fd1be4d7a62a704578"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#ad29b8463469c07fd1be4d7a62a704578">librevenge::RVNGPresentationInterface::insertTab</a></div><div class="ttdeci">virtual void insertTab()=0</div><div class="ttdoc">Called when a TAB character should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a558d55e11aee0638069a1363a607352c"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a558d55e11aee0638069a1363a607352c">librevenge::RVNGPresentationInterface::startComment</a></div><div class="ttdeci">virtual void startComment(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Start a comment. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a4eca48f340a556404809af65cbd81c98"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a4eca48f340a556404809af65cbd81c98">librevenge::RVNGPresentationInterface::drawConnector</a></div><div class="ttdeci">virtual void drawConnector(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Draw a connector. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a2fd715b35a791367721d3fd929402cea"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a2fd715b35a791367721d3fd929402cea">librevenge::RVNGPresentationInterface::insertCoveredTableCell</a></div><div class="ttdeci">virtual void insertCoveredTableCell(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a covered (spanned by another cell in the table) table cell is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPropertyList_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyList.html">librevenge::RVNGPropertyList</a></div><div class="ttdef"><b>Definition:</b> RVNGPropertyList.h:38</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a1d3e68dec586edfd12dc5692e6d9d4f7"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a1d3e68dec586edfd12dc5692e6d9d4f7">librevenge::RVNGPresentationInterface::setStyle</a></div><div class="ttdeci">virtual void setStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a491670830ac02ce0e1f8cc3f79973f29"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a491670830ac02ce0e1f8cc3f79973f29">librevenge::RVNGPresentationInterface::startTableObject</a></div><div class="ttdeci">virtual void startTableObject(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a table should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGString_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGString.html">librevenge::RVNGString</a></div><div class="ttdef"><b>Definition:</b> RVNGString.h:31</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a1c14affb2da870f5dd9a94f137d02bb9"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a1c14affb2da870f5dd9a94f137d02bb9">librevenge::RVNGPresentationInterface::startTextObject</a></div><div class="ttdeci">virtual void startTextObject(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Start a text object. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a4c37759e4a7ed7a08d126350e0105a20"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a4c37759e4a7ed7a08d126350e0105a20">librevenge::RVNGPresentationInterface::openChartSeries</a></div><div class="ttdeci">virtual void openChartSeries(const librevenge::RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a serie should be opened (in a plot area) </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPresentationInterface_html_a0214967d5ebb3aac13079a24b1fbd6ad"><div class="ttname"><a href="classlibrevenge_1_1RVNGPresentationInterface.html#a0214967d5ebb3aac13079a24b1fbd6ad">librevenge::RVNGPresentationInterface::closeGroup</a></div><div class="ttdeci">virtual void closeGroup()=0</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated for librevenge by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.5</small></address>
</body>
</html>