Sophie

Sophie

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

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_6dcc65b7c74f97460af44109581e51d3.html">reps</a>
  </div>
</div>
<div class="contents">
<h1>TotalTextRep.cxx</h1><a href="TotalTextRep_8cxx.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00012"></a>00012 <span class="preprocessor">#include &quot;<a class="code" href="TotalTextRep_8h.html" title="TotalTextRep class interface.">TotalTextRep.h</a>&quot;</span>
<a name="l00013"></a>00013 
<a name="l00014"></a>00014 <span class="preprocessor">#include &quot;<a class="code" href="ViewBase_8h.html" title="hippodraw::ViewBase class interface">graphics/ViewBase.h</a>&quot;</span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &quot;<a class="code" href="string__convert_8h.html" title="The namespace for conversion to string.">pattern/string_convert.h</a>&quot;</span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &quot;<a class="code" href="NTupleProjector_8h.html" title="hippodraw::NTupleProjector class interface">projectors/NTupleProjector.h</a>&quot;</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="keyword">using</span> std::string;
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="keyword">using namespace </span>hippodraw;
<a name="l00021"></a>00021 
<a name="l00022"></a><a class="code" href="classhippodraw_1_1TotalTextRep.html#a245c2061ed07b7dd8ece382b579a8db0">00022</a> TotalTextRep::TotalTextRep ( )
<a name="l00023"></a>00023   : <a class="code" href="classhippodraw_1_1TextRepBase.html" title="A base class for representations that draws a value as text.">TextRepBase</a> ( <span class="stringliteral">&quot;Total Entries&quot;</span> )
<a name="l00024"></a>00024 {
<a name="l00025"></a>00025 }
<a name="l00026"></a>00026 
<a name="l00027"></a><a class="code" href="classhippodraw_1_1TotalTextRep.html#a4d41e17c1781abab953e7386a3aa572d">00027</a> <a class="code" href="classhippodraw_1_1TotalTextRep.html#a245c2061ed07b7dd8ece382b579a8db0" title="The default constructor.">TotalTextRep::TotalTextRep</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1TotalTextRep.html" title="A TextRepBase class that draws projected values as a total.">TotalTextRep</a> &amp; rep )
<a name="l00028"></a>00028   : <a class="code" href="classhippodraw_1_1TextRepBase.html" title="A base class for representations that draws a value as text.">TextRepBase</a>( rep )
<a name="l00029"></a>00029 {
<a name="l00030"></a>00030 }
<a name="l00031"></a>00031 
<a name="l00032"></a><a class="code" href="classhippodraw_1_1TotalTextRep.html#ab2b96fa7b2189b29a67f432912d081c2">00032</a> <a class="code" href="classhippodraw_1_1RepBase.html" title="The base class for the point representation hierarchy.">RepBase</a> * <a class="code" href="classhippodraw_1_1TotalTextRep.html#ab2b96fa7b2189b29a67f432912d081c2" title="Returns a copy of the object.">TotalTextRep::clone</a> ()
<a name="l00033"></a>00033 {
<a name="l00034"></a>00034   <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1TotalTextRep.html#a245c2061ed07b7dd8ece382b579a8db0" title="The default constructor.">TotalTextRep</a> ( *<span class="keyword">this</span> );
<a name="l00035"></a>00035 }
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="keywordtype">void</span>
<a name="l00038"></a>00038 <a class="code" href="classhippodraw_1_1TotalTextRep.html#a4cc64b6a532e957ddfe09425f919c3bd" title="Draws the values from the projector to the view.">TotalTextRep::</a>
<a name="l00039"></a><a class="code" href="classhippodraw_1_1TotalTextRep.html#a4cc64b6a532e957ddfe09425f919c3bd">00039</a> <a class="code" href="classhippodraw_1_1TotalTextRep.html#a4cc64b6a532e957ddfe09425f919c3bd" title="Draws the values from the projector to the view.">drawProjectedValues</a> ( <a class="code" href="classhippodraw_1_1ProjectorBase.html" title="The base class for the Projector hierarchy.">ProjectorBase</a> &amp; proj,
<a name="l00040"></a>00040                       <a class="code" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views.">ViewBase</a> &amp; view )
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042   <span class="keywordtype">int</span> total = proj.<a class="code" href="classhippodraw_1_1ProjectorBase.html#a7e9ef52c4e3c9510b6818de2adf8b45f" title="Returns the total number of entries that went into creating the projected values...">getNumberOfEntries</a> ();
<a name="l00043"></a>00043   <span class="keywordtype">string</span> text ( <span class="stringliteral">&quot;Total_entries = &quot;</span> );
<a name="l00044"></a>00044   <span class="keywordflow">if</span> ( total &lt; 0 ) {
<a name="l00045"></a>00045     text += <span class="stringliteral">&quot;meaningless&quot;</span>;
<a name="l00046"></a>00046   }
<a name="l00047"></a>00047   <span class="keywordflow">else</span> {
<a name="l00048"></a>00048     text += <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">String::convert</a> ( total );
<a name="l00049"></a>00049   }
<a name="l00050"></a>00050 
<a name="l00051"></a>00051   view.<a class="code" href="classhippodraw_1_1ViewBase.html#a22a47195eeee5c3564b9cb9389460ff5" title="Draws a text string at a point in the view&amp;#39;s coordinate system.">drawText</a> ( text, 5, 10, <a class="code" href="classhippodraw_1_1RepBase.html#a62b5da1fc596e97288d8b46245437ade" title="The size of the representation.">m_size</a>, 0, <span class="charliteral">&#39;l&#39;</span>, <span class="charliteral">&#39;t&#39;</span>, <span class="keyword">true</span>, 0, &amp; <a class="code" href="classhippodraw_1_1RepBase.html#a84fab7a272aa627b0cdac824474d3a17" title="The color of the representation.">m_color</a> );
<a name="l00052"></a>00052 }
</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>