Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eebc325dc36bd6e3b09b9b45133e42f8 > files > 1464

HippoDraw-devel-docs-1.21.1-10.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_d71d549033b3d00bbeb107001643b90a.html">xml</a>
  </div>
</div>
<div class="contents">
<h1>NTupleXML.h</h1><a href="NTupleXML_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++ -*- */</span>
<a name="l00002"></a>00002 
<a name="l00015"></a>00015 <span class="preprocessor">#ifndef _NTupleXML_H_</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span><span class="preprocessor">#define _NTupleXML_H_</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &quot;<a class="code" href="BaseXML_8h.html" title="BaseXML class interface.">BaseXML.h</a>&quot;</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="keyword">namespace </span>hippodraw {
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="keyword">class </span>DataSource;
<a name="l00025"></a>00025 
<a name="l00034"></a><a class="code" href="classhippodraw_1_1NTupleXML.html">00034</a> <span class="keyword">class </span><a class="code" href="libhippo_8h.html#a480024fd54849c743866874550153711">MDL_HIPPOPLOT_API</a> <a class="code" href="classhippodraw_1_1NTupleXML.html" title="A singleton class that is does XML serialization and deserialization of derived classes...">NTupleXML</a> : <span class="keyword">virtual</span> <span class="keyword">public</span> <a class="code" href="classhippodraw_1_1BaseXML.html" title="A base class of XML element controllers.">BaseXML</a>
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="keyword">private</span>:
<a name="l00038"></a>00038 
<a name="l00040"></a>00040   <a class="code" href="classhippodraw_1_1NTupleXML.html" title="A singleton class that is does XML serialization and deserialization of derived classes...">NTupleXML</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1NTupleXML.html" title="A singleton class that is does XML serialization and deserialization of derived classes...">NTupleXML</a> &amp; );
<a name="l00041"></a>00041 
<a name="l00043"></a><a class="code" href="classhippodraw_1_1NTupleXML.html#adb41893ba19e889e56c559f25fc1a68a">00043</a>   std::string m_name;
<a name="l00044"></a>00044 
<a name="l00047"></a><a class="code" href="classhippodraw_1_1NTupleXML.html#ae1ada3f7c8ff5efe97dac05e8230c07c">00047</a>   std::string m_col_name;
<a name="l00048"></a>00048 
<a name="l00051"></a><a class="code" href="classhippodraw_1_1NTupleXML.html#a6e6cc1cd153b820691bc949c53360c76">00051</a>   std::string m_data;
<a name="l00052"></a>00052 
<a name="l00055"></a><a class="code" href="classhippodraw_1_1NTupleXML.html#ab7e76ef9dc06dddfd04299b034b6e076">00055</a>   std::string m_label;
<a name="l00056"></a>00056 
<a name="l00059"></a>00059   <span class="keywordtype">void</span> setAttributes ( <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> * tag, <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; ntuple );
<a name="l00060"></a>00060 
<a name="l00063"></a>00063   <span class="keywordtype">void</span> createChildren ( <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> * tag, <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; ntuple );
<a name="l00064"></a>00064 
<a name="l00067"></a>00067   <span class="keywordtype">void</span> createChildren2D ( <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> * tag, <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; ntuple );
<a name="l00068"></a>00068 
<a name="l00071"></a>00071   <span class="keywordtype">void</span> createChildren3D ( <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> * tag, <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; ntuple );
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keyword">public</span>:
<a name="l00074"></a>00074 
<a name="l00076"></a>00076   <a class="code" href="classhippodraw_1_1NTupleXML.html" title="A singleton class that is does XML serialization and deserialization of derived classes...">NTupleXML</a> ( <a class="code" href="classhippodraw_1_1XmlController.html" title="A base class that is the interface between GUI and the XML serialization and deserialization...">XmlController</a> * );
<a name="l00077"></a>00077 
<a name="l00080"></a>00080   <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> * createElement ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; ntuple );
<a name="l00081"></a>00081 
<a name="l00084"></a>00084   <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> * getObject ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> &amp; tag );
<a name="l00085"></a>00085 
<a name="l00088"></a>00088   std::string getName ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper.">XmlElement</a> &amp; tag ) <span class="keyword">const</span>;
<a name="l00089"></a>00089 
<a name="l00090"></a>00090 };
<a name="l00091"></a>00091 
<a name="l00092"></a>00092 } <span class="comment">// namespace hippodraw</span>
<a name="l00093"></a>00093 
<a name="l00094"></a>00094 <span class="preprocessor">#endif // _NTupleXML_H_</span>
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>