Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 65e6e1b191a9d9e597aae37db97cec79 > files > 36

libvisio-doc-0.0.16-3m.mo8.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>VSDXOutputElementList.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.7.6.1 -->
  <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>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('VSDXOutputElementList_8h.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">VSDXOutputElementList.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="VSDXOutputElementList_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */</span>
<a name="l00002"></a>00002 <span class="comment">/* libvisio</span>
<a name="l00003"></a>00003 <span class="comment"> * Version: MPL 1.1 / GPLv2+ / LGPLv2+</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * The contents of this file are subject to the Mozilla Public License Version</span>
<a name="l00006"></a>00006 <span class="comment"> * 1.1 (the &quot;License&quot;); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License or as specified alternatively below. You may obtain a copy of</span>
<a name="l00008"></a>00008 <span class="comment"> * the License at http://www.mozilla.org/MPL/</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * Software distributed under the License is distributed on an &quot;AS IS&quot; basis,</span>
<a name="l00011"></a>00011 <span class="comment"> * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License</span>
<a name="l00012"></a>00012 <span class="comment"> * for the specific language governing rights and limitations under the</span>
<a name="l00013"></a>00013 <span class="comment"> * License.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * Major Contributor(s):</span>
<a name="l00016"></a>00016 <span class="comment"> * Copyright (C) 2011 Fridrich Strba &lt;fridrich.strba@bluewin.ch&gt;</span>
<a name="l00017"></a>00017 <span class="comment"> * Copyright (C) 2011 Eilidh McAdam &lt;tibbylickle@gmail.com&gt;</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> * All Rights Reserved.</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> * For minor contributions see the git repository.</span>
<a name="l00023"></a>00023 <span class="comment"> *</span>
<a name="l00024"></a>00024 <span class="comment"> * Alternatively, the contents of this file may be used under the terms of</span>
<a name="l00025"></a>00025 <span class="comment"> * either the GNU General Public License Version 2 or later (the &quot;GPLv2+&quot;), or</span>
<a name="l00026"></a>00026 <span class="comment"> * the GNU Lesser General Public License Version 2 or later (the &quot;LGPLv2+&quot;),</span>
<a name="l00027"></a>00027 <span class="comment"> * in which case the provisions of the GPLv2+ or the LGPLv2+ are applicable</span>
<a name="l00028"></a>00028 <span class="comment"> * instead of those above.</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#ifndef __VSDXOUTPUTELEMENTLIST_H__</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define __VSDXOUTPUTELEMENTLIST_H__</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;map&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;list&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;libwpd/libwpd.h&gt;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;libwpg/libwpg.h&gt;</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">namespace </span>libvisio
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042 
<a name="l00043"></a>00043 <span class="keyword">class </span>VSDXOutputElement;
<a name="l00044"></a>00044 
<a name="l00045"></a><a class="code" href="classlibvisio_1_1VSDXOutputElementList.html">00045</a> <span class="keyword">class </span><a class="code" href="classlibvisio_1_1VSDXOutputElementList.html">VSDXOutputElementList</a>
<a name="l00046"></a>00046 {
<a name="l00047"></a>00047 <span class="keyword">public</span>:
<a name="l00048"></a>00048   <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a21c37ebc43e387571b6047d7effefc76">VSDXOutputElementList</a>();
<a name="l00049"></a>00049   <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a21c37ebc43e387571b6047d7effefc76">VSDXOutputElementList</a>(<span class="keyword">const</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html">VSDXOutputElementList</a> &amp;elementList);
<a name="l00050"></a>00050   <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html">VSDXOutputElementList</a> &amp;<a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a31c5392b9b07ef201744cae8926ec091">operator=</a>(<span class="keyword">const</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html">VSDXOutputElementList</a> &amp;elementList);
<a name="l00051"></a>00051   <span class="keyword">virtual</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a4363f7d27ad27180c8095f2144e61411">~VSDXOutputElementList</a>();
<a name="l00052"></a>00052   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a44742b052ad44a8e912f0250c47ed9c3">append</a>(<span class="keyword">const</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html">VSDXOutputElementList</a> &amp;elementList);
<a name="l00053"></a>00053   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#acbf0244e7f1564f555f381fe86d086ad">draw</a>(libwpg::WPGPaintInterface *painter) <span class="keyword">const</span>;
<a name="l00054"></a>00054   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#ae534e9537e72c3176f0d463d98b8b7b4">addStyle</a>(<span class="keyword">const</span> WPXPropertyList &amp;propList, <span class="keyword">const</span> WPXPropertyListVector &amp;propListVec);
<a name="l00055"></a>00055   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a62414ede8301906d80b2c67fb65a899d">addPath</a>(<span class="keyword">const</span> WPXPropertyListVector &amp;propListVec);
<a name="l00056"></a>00056   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a62fc7e3ad19796f292a943f1bac37a3d">addGraphicObject</a>(<span class="keyword">const</span> WPXPropertyList &amp;propList, const ::WPXBinaryData &amp;binaryData);
<a name="l00057"></a>00057   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#aaecac9c768e04bc66bba1c8318d8beea">addStartTextObject</a>(<span class="keyword">const</span> WPXPropertyList &amp;propList, <span class="keyword">const</span> WPXPropertyListVector &amp;propListVec);
<a name="l00058"></a>00058   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a8d5d7da2fb62be589f9af249df0a3c9f">addStartTextLine</a>(<span class="keyword">const</span> WPXPropertyList &amp;propList);
<a name="l00059"></a>00059   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#adbd31df68fc916e6e340d8bea98a395f">addStartTextSpan</a>(<span class="keyword">const</span> WPXPropertyList &amp;propList);
<a name="l00060"></a>00060   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a1978b1564dc603612e2c63f51b8c266d">addInsertText</a>(<span class="keyword">const</span> WPXString &amp;text);
<a name="l00061"></a>00061   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a4e82ac25c17822fbc11a4225c7ac5114">addEndTextSpan</a>();
<a name="l00062"></a>00062   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a21803b8a1efe9601e2a764a93977a3cc">addEndTextLine</a>();
<a name="l00063"></a>00063   <span class="keywordtype">void</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#aa5cd56e6d9ee8017e7c59e44c0a26a52">addEndTextObject</a>();
<a name="l00064"></a><a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a8247edd5ccc8b2e9466c82497959514d">00064</a>   <span class="keywordtype">bool</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a8247edd5ccc8b2e9466c82497959514d">empty</a>()<span class="keyword"> const</span>
<a name="l00065"></a>00065 <span class="keyword">  </span>{
<a name="l00066"></a>00066     <span class="keywordflow">return</span> <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a7fa337efea63c4c6c282f811572e8eab">m_elements</a>.empty();
<a name="l00067"></a>00067   }
<a name="l00068"></a>00068 <span class="keyword">private</span>:
<a name="l00069"></a><a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a7fa337efea63c4c6c282f811572e8eab">00069</a>   std::vector&lt;VSDXOutputElement *&gt; <a class="code" href="classlibvisio_1_1VSDXOutputElementList.html#a7fa337efea63c4c6c282f811572e8eab">m_elements</a>;
<a name="l00070"></a>00070 };
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 } <span class="comment">// namespace libvisio</span>
<a name="l00074"></a>00074 
<a name="l00075"></a>00075 <span class="preprocessor">#endif // __VSDXOUTPUTELEMENTLIST_H__</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="comment">/* vim:set shiftwidth=2 softtabstop=2 expandtab: */</span>
</pre></div></div><!-- contents -->
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="VSDXOutputElementList_8h.html">VSDXOutputElementList.h</a>      </li>
<hr size="1"><address style="align: right;"><small>
Generated for libvisio by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.7.6.1</small></address>
</body>
</html>