Sophie

Sophie

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

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>RVNGPropertyListVector.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('RVNGPropertyListVector_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RVNGPropertyListVector.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RVNGPropertyListVector_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"> * Major Contributor(s):</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * Copyright (C) 2005 William Lachance (wrlach@gmail.com)</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * For minor contributions see the git repository.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * Alternatively, the contents of this file may be used under the terms</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * of the GNU Lesser General Public License Version 2.1 or later</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * applicable instead of those above.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> */</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="preprocessor">#ifndef RVNGPROPERTYLISTVECTOR_H</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define RVNGPROPERTYLISTVECTOR_H</span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="librevenge-api_8h.html">librevenge-api.h</a>&quot;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</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="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">namespace </span>librevenge</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;{</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="keyword">class </span>RVNGPropertyListVectorImpl;</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span>RVNGPropertyListVectorIterImpl;</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"><a class="line" href="classlibrevenge_1_1RVNGPropertyListVector.html">   34</a></span>&#160;<span class="keyword">class </span><a class="code" href="librevenge-api_8h.html#a07d3c024b5d5f44042212adc5ed51fed">REVENGE_API</a> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a> : <span class="keyword">public</span> <a class="code" href="classlibrevenge_1_1RVNGProperty.html">RVNGProperty</a></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;{</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a> &amp;);</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a>();</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;        <span class="keyword">virtual</span> ~<a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a>();</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;        <span class="comment">// RVNGProperty methods</span></div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;        <span class="keywordtype">int</span> getInt() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;        <span class="keywordtype">double</span> getDouble() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;        <a class="code" href="namespacelibrevenge.html#a0d1fc4fc8b0fc1c9b4343639be33bd78">RVNGUnit</a> getUnit() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGString.html">RVNGString</a> getStr() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGProperty.html">RVNGProperty</a> *clone() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        <span class="keywordtype">void</span> append(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;elem);</div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;        <span class="keywordtype">void</span> append(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a> &amp;vec);</div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;        <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> count() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;        <span class="keywordtype">bool</span> empty() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;        <span class="keywordtype">void</span> clear();</div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;        <span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;operator[](<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> index) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a> &amp;operator=(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a> &amp;vect);</div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGString.html">RVNGString</a> getPropString() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">   58</a></span>&#160;        <span class="keyword">class </span><a class="code" href="librevenge-api_8h.html#a07d3c024b5d5f44042212adc5ed51fed">REVENGE_API</a> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a></div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;        {</div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;        <span class="keyword">public</span>:</div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;                <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html">RVNGPropertyListVector</a> &amp;vect);</div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;                <span class="keyword">virtual</span> ~<a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a>();</div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;                <span class="keywordtype">void</span> rewind();</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;                <span class="keywordtype">bool</span> next();</div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;                <span class="keywordtype">bool</span> last();</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;                <span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;operator()() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;        <span class="keyword">private</span>:</div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html#a5ddb5cf90430e28b26dcf80a373f325f">   69</a></span>&#160;                <a class="code" href="classlibrevenge_1_1RVNGPropertyListVectorIterImpl.html">RVNGPropertyListVectorIterImpl</a> *<a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html#a5ddb5cf90430e28b26dcf80a373f325f">m_iterImpl</a>;</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;                <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a> &amp;);</div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;                <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a> &amp;operator=(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">Iter</a> &amp;);</div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;        };</div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGPropertyListVector.html#a9390e365db6b1d660922cd16663306ef">   74</a></span>&#160;        <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">RVNGPropertyListVector::Iter</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGPropertyListVector.html#af70563c9e506522e5712b79a2311a4c7">   77</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGPropertyListVectorImpl.html">RVNGPropertyListVectorImpl</a> *<a class="code" href="classlibrevenge_1_1RVNGPropertyListVector.html#af70563c9e506522e5712b79a2311a4c7">m_impl</a>;</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;};</div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;}</div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* RVNGPROPERTYLISTVECTOR_H */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="preprocessor"></span><span class="comment">/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */</span></div>
<div class="ttc" id="namespacelibrevenge_html_a0d1fc4fc8b0fc1c9b4343639be33bd78"><div class="ttname"><a href="namespacelibrevenge.html#a0d1fc4fc8b0fc1c9b4343639be33bd78">librevenge::RVNGUnit</a></div><div class="ttdeci">RVNGUnit</div><div class="ttdef"><b>Definition:</b> RVNGProperty.h:30</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html">librevenge::RVNGPropertyListVector::Iter</a></div><div class="ttdef"><b>Definition:</b> RVNGPropertyListVector.h:58</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPropertyListVectorIterImpl_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyListVectorIterImpl.html">librevenge::RVNGPropertyListVectorIterImpl</a></div><div class="ttdef"><b>Definition:</b> RVNGPropertyListVector.cpp:56</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_1RVNGPropertyListVectorImpl_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyListVectorImpl.html">librevenge::RVNGPropertyListVectorImpl</a></div><div class="ttdef"><b>Definition:</b> RVNGPropertyListVector.cpp:28</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPropertyListVector_html_af70563c9e506522e5712b79a2311a4c7"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyListVector.html#af70563c9e506522e5712b79a2311a4c7">librevenge::RVNGPropertyListVector::m_impl</a></div><div class="ttdeci">RVNGPropertyListVectorImpl * m_impl</div><div class="ttdef"><b>Definition:</b> RVNGPropertyListVector.h:77</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGProperty_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGProperty.html">librevenge::RVNGProperty</a></div><div class="ttdef"><b>Definition:</b> RVNGProperty.h:32</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPropertyListVector_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyListVector.html">librevenge::RVNGPropertyListVector</a></div><div class="ttdef"><b>Definition:</b> RVNGPropertyListVector.h:34</div></div>
<div class="ttc" id="librevenge-api_8h_html_a07d3c024b5d5f44042212adc5ed51fed"><div class="ttname"><a href="librevenge-api_8h.html#a07d3c024b5d5f44042212adc5ed51fed">REVENGE_API</a></div><div class="ttdeci">#define REVENGE_API</div><div class="ttdef"><b>Definition:</b> librevenge-api.h:34</div></div>
<div class="ttc" id="librevenge-api_8h_html"><div class="ttname"><a href="librevenge-api_8h.html">librevenge-api.h</a></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_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_1RVNGPropertyListVector_1_1Iter_html_a5ddb5cf90430e28b26dcf80a373f325f"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyListVector_1_1Iter.html#a5ddb5cf90430e28b26dcf80a373f325f">librevenge::RVNGPropertyListVector::Iter::m_iterImpl</a></div><div class="ttdeci">RVNGPropertyListVectorIterImpl * m_iterImpl</div><div class="ttdef"><b>Definition:</b> RVNGPropertyListVector.h:69</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>