Sophie

Sophie

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

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_bd46360b4c6a7cd846adf95fa79d46e4.html">python</a>
  </div>
</div>
<div class="contents">
<h1>QtDisplay.cxx</h1><a href="QtDisplay_8cxx.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00013"></a>00013 <span class="preprocessor">#ifdef HAVE_CONFIG_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#include &quot;config.h&quot;</span> <span class="comment">// for have_root and have_numarray</span>
<a name="l00015"></a>00015 <span class="preprocessor">#endif</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 <span class="comment">// include first to avoid _POSIX_C_SOURCE warning.</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;boost/python.hpp&gt;</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="comment">// For truncation warning</span>
<a name="l00021"></a>00021 <span class="preprocessor">#ifdef _MSC_VER</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#include &quot;msdevstudio/MSconfig.h&quot;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#endif</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="QtDisplay_8h.html" title="hippodraw::QtDisplay class interface.">QtDisplay.h</a>&quot;</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="ListTuple_8h.html" title="hippodraw::ListTuple class interface.">ListTuple.h</a>&quot;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;<a class="code" href="PyFunctionRep_8h.html" title="hippodraw::PyFunctionRep class interface.">PyFunctionRep.h</a>&quot;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &quot;<a class="code" href="PyApp_8h.html" title="hippodraw::PyApp class interface.">PyApp.h</a>&quot;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &quot;<a class="code" href="PyDataRep_8h.html" title="hippodraw::PyDataRep class interface">PyDataRep.h</a>&quot;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="PyDataSource_8h.html" title="hippodraw::PyDataSource class interface">PyDataSource.h</a>&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &quot;<a class="code" href="PyNTuple_8h.html" title="hippodraw::PyNTuple class interface.">PyNTuple.h</a>&quot;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="FunctionWrap_8h.html" title="hippodraw::FunctionWrap class interface.">FunctionWrap.h</a>&quot;</span>
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="preprocessor">#include &quot;<a class="code" href="CutController_8h.html" title="hippodraw::CutController class interface">controllers/CutController.h</a>&quot;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &quot;<a class="code" href="DisplayController_8h.html" title="DisplayController class interface declaration.">controllers/DisplayController.h</a>&quot;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &quot;<a class="code" href="FunctionController_8h.html" title="hippodraw::FunctionController class interface">controllers/FunctionController.h</a>&quot;</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 <span class="preprocessor">#include &quot;<a class="code" href="FactoryException_8h.html" title="FactoryException class interface.">pattern/FactoryException.h</a>&quot;</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include &quot;<a class="code" href="PlotterBase_8h.html" title="hippodraw::PlotterBase class interface.">plotters/PlotterBase.h</a>&quot;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &quot;<a class="code" href="PlotterException_8h.html" title="PlotterException class interface.">plotters/PlotterException.h</a>&quot;</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include &quot;<a class="code" href="ProjectorBase_8h.html" title="hippodraw::ProjectorBase class interface.">projectors/ProjectorBase.h</a>&quot;</span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="preprocessor">#include &quot;<a class="code" href="DataRepException_8h.html">datareps/DataRepException.h</a>&quot;</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include &quot;<a class="code" href="DataRep_8h.html" title="hippodraw::DataRep class interface.">datareps/DataRep.h</a>&quot;</span>
<a name="l00046"></a>00046 
<a name="l00047"></a>00047 <span class="preprocessor">#include &quot;<a class="code" href="DataSourceController_8h.html" title="DataSourceController class interface.">datasrcs/DataSourceController.h</a>&quot;</span>
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="preprocessor">#include &quot;<a class="code" href="RepBase_8h.html" title="hippodraw::RepBase class interface">reps/RepBase.h</a>&quot;</span>
<a name="l00050"></a>00050 <span class="preprocessor">#include &quot;<a class="code" href="ContourPointRep_8h.html" title="hippodraw::ContourPointRep class interface">reps/ContourPointRep.h</a>&quot;</span>
<a name="l00051"></a>00051 <span class="preprocessor">#include &quot;<a class="code" href="BinToColorFactory_8h.html" title="BinToColorFactory class interface.">colorreps/BinToColorFactory.h</a>&quot;</span>
<a name="l00052"></a>00052 <span class="preprocessor">#include &quot;<a class="code" href="BinToColor_8h.html" title="hippodraw::BinToColor class interface">colorreps/BinToColor.h</a>&quot;</span>
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <span class="preprocessor">#ifdef HAVE_ROOT</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="QtRootNTuple_8h.html" title="hippodraw::QtRootNTuple class interface.">root/QtRootNTuple.h</a>&quot;</span>
<a name="l00056"></a>00056 <span class="preprocessor">#endif</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span>
<a name="l00058"></a>00058 <span class="preprocessor">#include &lt;algorithm&gt;</span>
<a name="l00059"></a>00059 <span class="preprocessor">#include &lt;sstream&gt;</span>
<a name="l00060"></a>00060 <span class="preprocessor">#include &lt;utility&gt;</span>
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="keyword">using</span> std::runtime_error;
<a name="l00064"></a>00064 <span class="keyword">using</span> std::string;
<a name="l00065"></a>00065 <span class="keyword">using</span> std::vector;
<a name="l00066"></a>00066 
<a name="l00067"></a>00067 <span class="keyword">using namespace </span>boost::python;
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 <span class="keyword">namespace </span>hippodraw {
<a name="l00070"></a>00070 <span class="keyword">namespace </span>Python {
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 <span class="keywordtype">void</span>
<a name="l00073"></a><a class="code" href="namespacehippodraw_1_1Python.html#acb6a82401b3de289d788c018aabdd0f4">00073</a> <a class="code" href="namespacehippodraw_1_1Python.html#acb6a82401b3de289d788c018aabdd0f4" title="Exports the QtDisplay class to Python.">export_QtDisplay</a>()
<a name="l00074"></a>00074 {
<a name="l00075"></a>00075   class_&lt; QtDisplay &gt; 
<a name="l00076"></a>00076     ( <span class="stringliteral">&quot;Display&quot;</span>,
<a name="l00077"></a>00077       <span class="stringliteral">&quot;A wrapper for the HippoDraw PlotterBase C++ class.\n &quot;</span>
<a name="l00078"></a>00078       <span class="stringliteral">&quot;  See HippoDraw&#39;s QtDisplay documentation for more details.&quot;</span>,
<a name="l00079"></a>00079       init &lt; const std::string &amp; &gt;
<a name="l00080"></a>00080       (
<a name="l00081"></a>00081 <span class="preprocessor">#if __GNUC__ &lt; 3</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>       <span class="stringliteral">&quot;Display ( string, DataSource, tuple ) -&gt; Display\n&quot;</span>
<a name="l00083"></a>00083        <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00084"></a>00084        <span class="stringliteral">&quot;Constructor for a Display.&quot;</span>
<a name="l00085"></a>00085 <span class="preprocessor">#else // gcc 2.95.3 crashes on the following...</span>
<a name="l00086"></a>00086 <span class="preprocessor"></span>       <span class="stringliteral">&quot;Display ( string ) -&gt; Display\n&quot;</span>
<a name="l00087"></a>00087        <span class="stringliteral">&quot;Display ( string, DataSource, tuple ) -&gt; Display\n&quot;</span>
<a name="l00088"></a>00088        <span class="stringliteral">&quot;Display ( string, DataArray, tuple ) - &gt; Display\n&quot;</span>
<a name="l00089"></a>00089        <span class="stringliteral">&quot;Display ( string, tuple, tuple ) -&gt; Display\n&quot;</span>
<a name="l00090"></a>00090        <span class="stringliteral">&quot;Display ( string, list, tuple ) -&gt; Display\n&quot;</span>
<a name="l00091"></a>00091        <span class="stringliteral">&quot;Display ( string, RootNTuple, tuple ) -&gt; Display\n&quot;</span>
<a name="l00092"></a>00092        <span class="stringliteral">&quot;Display ( string, RootNTuple, tuple, tuple ) -&gt; Display\n&quot;</span>
<a name="l00093"></a>00093        <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00094"></a>00094        <span class="stringliteral">&quot;This method is used to create a Display object.\n&quot;</span>
<a name="l00095"></a>00095        <span class="stringliteral">&quot;The first method is used for creating static version of\n&quot;</span>
<a name="l00096"></a>00096        <span class="stringliteral">&quot;Histogram, etc., where the string is the type of DataRep.\n&quot;</span>
<a name="l00097"></a>00097        <span class="stringliteral">&quot;The remaining methods are for dynamic versions.\n&quot;</span>
<a name="l00098"></a>00098        <span class="stringliteral">&quot;The string argument is the type.   The second argument\n&quot;</span>
<a name="l00099"></a>00099        <span class="stringliteral">&quot;is the DataSource and the third argument is tuple of\n&quot;</span>
<a name="l00100"></a>00100        <span class="stringliteral">&quot;string for the binding to the DataSource.\n&quot;</span>
<a name="l00101"></a>00101        <span class="stringliteral">&quot;For the last method, the fourth argument is a tuple\n&quot;</span>
<a name="l00102"></a>00102        <span class="stringliteral">&quot;of integers to access a RootNTuple array variable.\n\n&quot;</span>
<a name="l00103"></a>00103        <span class="stringliteral">&quot;For the names of the types of DataRep classes available\n&quot;</span>
<a name="l00104"></a>00104        <span class="stringliteral">&quot;call DataRep.names().&quot;</span>
<a name="l00105"></a>00105 <span class="preprocessor">#endif</span>
<a name="l00106"></a>00106 <span class="preprocessor"></span>        ) )
<a name="l00107"></a>00107 
<a name="l00108"></a>00108     .def ( init &lt; PyFunctionRep * &gt; () )
<a name="l00109"></a>00109 
<a name="l00110"></a>00110     .def ( init &lt; <span class="keyword">const</span> std::string &amp;,
<a name="l00111"></a>00111            <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp;,
<a name="l00112"></a>00112            <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; &gt; () )
<a name="l00113"></a>00113 
<a name="l00114"></a>00114     .def ( init &lt; <span class="keyword">const</span> std::string &amp;,
<a name="l00115"></a>00115            <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1PyDataSource.html" title="This class is the public interface to a DataSource object that the user sees as the...">PyDataSource</a> &amp;,
<a name="l00116"></a>00116            <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; &gt; () )
<a name="l00117"></a>00117 
<a name="l00118"></a>00118     .def ( init &lt; <span class="keyword">const</span> std::string &amp;,
<a name="l00119"></a>00119            <a class="code" href="classboost_1_1python_1_1tuple.html" title="A wrapper class for Python tuple objects.">boost::python::tuple</a>,
<a name="l00120"></a>00120            <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; &gt; () )
<a name="l00121"></a>00121 
<a name="l00122"></a>00122     .def ( init &lt; <span class="keyword">const</span> std::string &amp;,
<a name="l00123"></a>00123             <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a>,
<a name="l00124"></a>00124            <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; &gt; () )
<a name="l00125"></a>00125 
<a name="l00126"></a>00126 <span class="preprocessor">#ifdef HAVE_ROOT</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span>    .def ( init &lt; <span class="keyword">const</span> std::string &amp;,
<a name="l00128"></a>00128             <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1QtRootNTuple.html" title="A wrapper for RootNTuple, so that when RootNTuple is used in Qt based application...">QtRootNTuple</a> &amp;,
<a name="l00129"></a>00129            <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; &gt; () )
<a name="l00130"></a>00130 
<a name="l00131"></a>00131     .def ( init &lt; <span class="keyword">const</span> std::string &amp;,
<a name="l00132"></a>00132            <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1QtRootNTuple.html" title="A wrapper for RootNTuple, so that when RootNTuple is used in Qt based application...">QtRootNTuple</a> &amp;,
<a name="l00133"></a>00133            <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp;,
<a name="l00134"></a>00134            <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a> &gt; () )
<a name="l00135"></a>00135 <span class="preprocessor">#endif</span>
<a name="l00136"></a>00136 <span class="preprocessor"></span>
<a name="l00137"></a>00137     .def ( <span class="stringliteral">&quot;applyCut&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a14072c9493589f536949a84bb2d7b0c5" title="Applies a cut to the wrapped PlotterBase.">QtDisplay::applyCut</a>,
<a name="l00138"></a>00138            <span class="stringliteral">&quot;applyCut ( Cut ) -&gt; None\n&quot;</span>
<a name="l00139"></a>00139            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00140"></a>00140            <span class="stringliteral">&quot;Apply a Cut to the Display&quot;</span> )
<a name="l00141"></a>00141 
<a name="l00142"></a>00142     .def ( <span class="stringliteral">&quot;applyCuts&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a78a0bac98d66215ff3cc2c0547164915" title="Applies a cuts to the wrapped PlotterBase.">QtDisplay::applyCuts</a>,
<a name="l00143"></a>00143            <span class="stringliteral">&quot;applyCuts ( sequence ) -&gt; None\n&quot;</span>
<a name="l00144"></a>00144            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00145"></a>00145            <span class="stringliteral">&quot;Apply each Cut in the sequence to the Display&quot;</span> )
<a name="l00146"></a>00146 
<a name="l00147"></a>00147     .def ( <span class="stringliteral">&quot;createNTuple&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a6cbd006f5158348ac6dde45606695a69" title="Creates and returns an PyNTuple representing the display.">QtDisplay::createNTuple</a>,
<a name="l00148"></a>00148            return_value_policy &lt; manage_new_object &gt; (),
<a name="l00149"></a>00149            <span class="stringliteral">&quot;createNTuple ( ) -&gt; NTuple\n&quot;</span>
<a name="l00150"></a>00150            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00151"></a>00151            <span class="stringliteral">&quot;Returns a NTuple representation of the Display&#39;s contents.&quot;</span> )
<a name="l00152"></a>00152 
<a name="l00153"></a>00153     .def ( <span class="stringliteral">&quot;createDataArray&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#ac39763201d503b9910421d50089f6b29" title="Creates a data array wrapper for the contents of the display.">QtDisplay::createDataArray</a>,
<a name="l00154"></a>00154            return_value_policy &lt; manage_new_object &gt; (),
<a name="l00155"></a>00155            <span class="stringliteral">&quot;createDataArray ( ) -&gt; DataArray\n&quot;</span>
<a name="l00156"></a>00156            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00157"></a>00157            <span class="stringliteral">&quot;Returns a DataArray representation of the Display&#39;s contents\n&quot;</span>
<a name="l00158"></a>00158            <span class="stringliteral">&quot;(This method available if configured with numarray)&quot;</span> )
<a name="l00159"></a>00159 
<a name="l00160"></a>00160     .def ( <span class="stringliteral">&quot;setNumberOfBins&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a24d8021a5bbc6b17da11300df02d2b70" title="Sets the number of bins.">QtDisplay::setNumberOfBins</a>,
<a name="l00161"></a>00161            <span class="stringliteral">&quot;setNumberOfBins ( string, value ) -&gt; None\n&quot;</span>
<a name="l00162"></a>00162            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00163"></a>00163            <span class="stringliteral">&quot;Sets the number of bins on named axis, e.g. &#39;x&#39; to the given \n&quot;</span>
<a name="l00164"></a>00164            <span class="stringliteral">&quot;value.&quot;</span> )
<a name="l00165"></a>00165           
<a name="l00166"></a>00166     .def ( <span class="stringliteral">&quot;setBinWidth&quot;</span>, 
<a name="l00167"></a>00167            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) ( <span class="keyword">const</span> std::string &amp;,
<a name="l00168"></a>00168                                    <span class="keywordtype">double</span>, 
<a name="l00169"></a>00169                                    <span class="keywordtype">bool</span> ) )
<a name="l00170"></a>00170             &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a1d1ad1a6c05da156c3b83a6652507574" title="Sets the bin width on the specified axis.">QtDisplay::setBinWidth</a>,
<a name="l00171"></a>00171             <span class="stringliteral">&quot;Set the bin width, explicitly saving the value or not.&quot;</span> )
<a name="l00172"></a>00172 
<a name="l00173"></a>00173     .def ( <span class="stringliteral">&quot;getBinWidth&quot;</span>, 
<a name="l00174"></a>00174            ( <span class="keywordtype">double</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) ( <span class="keyword">const</span> std::string &amp; ) )
<a name="l00175"></a>00175             &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a0e0c9b9d4035feb7f745f01aad85a920" title="Returns the bin width on the specified axis.">QtDisplay::getBinWidth</a>,
<a name="l00176"></a>00176            <span class="stringliteral">&quot;getBinWidth ( string ) -&gt; value\n&quot;</span>
<a name="l00177"></a>00177            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00178"></a>00178            <span class="stringliteral">&quot;Returns the bin width on axis specified as a string,\n&quot;</span>
<a name="l00179"></a>00179            <span class="stringliteral">&quot;e.g., &#39;x&#39;.&quot;</span> )
<a name="l00180"></a>00180 
<a name="l00181"></a>00181     .def ( <span class="stringliteral">&quot;setBinWidth&quot;</span>, 
<a name="l00182"></a>00182            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) ( <span class="keyword">const</span> std::string &amp;,
<a name="l00183"></a>00183                                    <span class="keywordtype">double</span> ) )
<a name="l00184"></a>00184             &amp;QtDisplay::setBinWidth,
<a name="l00185"></a>00185            <span class="stringliteral">&quot;setBinWidth ( string, value ) -&gt; None\n&quot;</span>
<a name="l00186"></a>00186            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00187"></a>00187             <span class="stringliteral">&quot;Set the bin width to value  on axis specified as a string,\n&quot;</span>
<a name="l00188"></a>00188            <span class="stringliteral">&quot;e.g., &#39;x&#39;.&quot;</span> )
<a name="l00189"></a>00189 
<a name="l00190"></a>00190     .def ( <span class="stringliteral">&quot;reset&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#ad20897c5c8bd47f5d4005989bead0e55" title="Resets all bins.">QtDisplay::reset</a>,
<a name="l00191"></a>00191            <span class="stringliteral">&quot;reset () -&gt; None\n&quot;</span>
<a name="l00192"></a>00192            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00193"></a>00193            <span class="stringliteral">&quot;Resets the contents of all bins.   Only applicable to static\n&quot;</span>
<a name="l00194"></a>00194            <span class="stringliteral">&quot;histograms.&quot;</span> )
<a name="l00195"></a>00195 
<a name="l00196"></a>00196     .def ( <span class="stringliteral">&quot;setOffset&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a560d5fdd7b05de74e5e1d7d931ad64f6" title="Sets the offset of the bins on the specified axis.">QtDisplay::setOffset</a>,
<a name="l00197"></a>00197            <span class="stringliteral">&quot;setOffset ( string, value ) -&gt; None\n&quot;</span>
<a name="l00198"></a>00198            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00199"></a>00199            <span class="stringliteral">&quot;Sets the offset of the bins relative to their current width on\n&quot;</span>
<a name="l00200"></a>00200            <span class="stringliteral">&quot;specified axis.&quot;</span> )
<a name="l00201"></a>00201           
<a name="l00202"></a>00202     .def ( <span class="stringliteral">&quot;setRange&quot;</span>, 
<a name="l00203"></a>00203            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<span class="keyword">const</span> std::string &amp;, 
<a name="l00204"></a>00204                                   <span class="keywordtype">double</span>, <span class="keywordtype">double</span>) )
<a name="l00205"></a>00205            &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5" title="Sets the Range on the specified axis.">QtDisplay::setRange</a> )
<a name="l00206"></a>00206 
<a name="l00207"></a>00207     .def ( <span class="stringliteral">&quot;setRange&quot;</span>, 
<a name="l00208"></a>00208            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<span class="keyword">const</span> std::string &amp;, 
<a name="l00209"></a>00209                                   <span class="keywordtype">double</span>, <span class="keywordtype">double</span>, <span class="keywordtype">bool</span>) )
<a name="l00210"></a>00210            &amp;QtDisplay::setRange,
<a name="l00211"></a>00211            <span class="stringliteral">&quot;setRange ( string, value, value ) -&gt; None\n&quot;</span>
<a name="l00212"></a>00212            <span class="stringliteral">&quot;setRange ( string, value, value, Boolean ) -&gt; None\n&quot;</span>
<a name="l00213"></a>00213            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00214"></a>00214            <span class="stringliteral">&quot;Set the upper and lower bounds for the specified axis.  For the\n&quot;</span>
<a name="l00215"></a>00215            <span class="stringliteral">&quot;second form, also save them if the Boolean argument is true.&quot;</span> )
<a name="l00216"></a>00216 
<a name="l00217"></a>00217 
<a name="l00218"></a>00218     .def ( <span class="stringliteral">&quot;getRange&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a24896edac9a28b7dde37782967094ac3" title="Get the Range of the specified axis.">QtDisplay::getRange</a>,
<a name="l00219"></a>00219            <span class="stringliteral">&quot;getRange ( string ) -&gt; tuple\n&quot;</span>
<a name="l00220"></a>00220            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00221"></a>00221            <span class="stringliteral">&quot;Returns the tuple representing the range for the axis specified\n&quot;</span>
<a name="l00222"></a>00222            <span class="stringliteral">&quot;as a string, e.g., &#39;x&#39;.&quot;</span> )
<a name="l00223"></a>00223 
<a name="l00224"></a>00224      .def ( <span class="stringliteral">&quot;saveView&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a1b0ae9df73cfb70a90d968c1105488fc" title="Save the current set of plot ranges which define a &amp;quot;view&amp;quot; for this plot...">QtDisplay::saveView</a>,
<a name="l00225"></a>00225             <span class="stringliteral">&quot;saveView ( ) -&gt; int\n&quot;</span>
<a name="l00226"></a>00226             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00227"></a>00227             <span class="stringliteral">&quot;Saves the current set of x and y ranges and &quot;</span>
<a name="l00228"></a>00228             <span class="stringliteral">&quot;returns the index of the saved view.&quot;</span> )
<a name="l00229"></a>00229 
<a name="l00230"></a>00230      .def ( <span class="stringliteral">&quot;setView&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a78fdc75b764a7d8a31831a359f2e957f" title="Set the view by index.">QtDisplay::setView</a>,
<a name="l00231"></a>00231             <span class="stringliteral">&quot;setView ( int ) -&gt; None\n&quot;</span>
<a name="l00232"></a>00232             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00233"></a>00233             <span class="stringliteral">&quot;Set the view by its index.&quot;</span> )
<a name="l00234"></a>00234 
<a name="l00235"></a>00235      .def ( <span class="stringliteral">&quot;nextView&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a9416d1ea5c6d36a14b309c7d3b019563" title="Cycle through each set of plot ranges, thereby changing the view with each call.">QtDisplay::nextView</a>,
<a name="l00236"></a>00236             <span class="stringliteral">&quot;nextView ( bool ) -&gt; int\n&quot;</span>
<a name="l00237"></a>00237             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00238"></a>00238             <span class="stringliteral">&quot;Cycle to the next view in the view buffer. &quot;</span>
<a name="l00239"></a>00239             <span class="stringliteral">&quot;Set the argument to True to cycle for wards, &quot;</span>
<a name="l00240"></a>00240             <span class="stringliteral">&quot;False to cycle back wards.\n&quot;</span>
<a name="l00241"></a>00241             <span class="stringliteral">&quot;Returns the index of the new view.&quot;</span> )
<a name="l00242"></a>00242 
<a name="l00243"></a>00243      .def ( <span class="stringliteral">&quot;numViews&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#ace8f19c07271d357d2e84e2efd9f8882" title="Return the number of stored views.">QtDisplay::numViews</a>,
<a name="l00244"></a>00244             <span class="stringliteral">&quot;numViews ( ) -&gt; int\n&quot;</span>
<a name="l00245"></a>00245             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00246"></a>00246             <span class="stringliteral">&quot;Return the number of stored views.&quot;</span> )
<a name="l00247"></a>00247 
<a name="l00248"></a>00248      .def ( <span class="stringliteral">&quot;deleteView&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a95164ccc47a88a17a207f3e01a8d67dc" title="Delete a view by index.">QtDisplay::deleteView</a>,
<a name="l00249"></a>00249             <span class="stringliteral">&quot;deleteView ( int ) -&gt; None\n&quot;</span>
<a name="l00250"></a>00250             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00251"></a>00251             <span class="stringliteral">&quot;Delete a view by index.&quot;</span> )
<a name="l00252"></a>00252 
<a name="l00253"></a>00253      .def ( <span class="stringliteral">&quot;currentView&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a0602c0cbfb9ca87af2ebe6550771be95" title="Return the current view index.">QtDisplay::currentView</a>,
<a name="l00254"></a>00254             <span class="stringliteral">&quot;currentView ( ) -&gt; int\n&quot;</span>
<a name="l00255"></a>00255             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00256"></a>00256             <span class="stringliteral">&quot;Index of the current view.&quot;</span> )
<a name="l00257"></a>00257 
<a name="l00258"></a>00258     .def ( <span class="stringliteral">&quot;setTitle&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#abc79cf0667bbb5c93fca3f01b52c7b57" title="Sets the title of the display.">QtDisplay::setTitle</a>,
<a name="l00259"></a>00259            <span class="stringliteral">&quot;setTitle ( string ) -&gt; None\n&quot;</span>
<a name="l00260"></a>00260            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00261"></a>00261            <span class="stringliteral">&quot;Sets the title of the display.&quot;</span> )
<a name="l00262"></a>00262 
<a name="l00263"></a>00263     .def ( <span class="stringliteral">&quot;getTitle&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a98de8e590ee20cbb6aa9c564d79c71ee" title="Returns the title of the display.">QtDisplay::getTitle</a>,
<a name="l00264"></a>00264             return_value_policy &lt; copy_const_reference &gt; (),
<a name="l00265"></a>00265            <span class="stringliteral">&quot;getTitle () -&gt; string\n&quot;</span>
<a name="l00266"></a>00266            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00267"></a>00267            <span class="stringliteral">&quot;Returns the current title.   The title will be the title of\n&quot;</span>
<a name="l00268"></a>00268            <span class="stringliteral">&quot;the DataSource unless it has been explicitly changed.&quot;</span> )
<a name="l00269"></a>00269 
<a name="l00270"></a>00270     .def ( <span class="stringliteral">&quot;setLabel&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#accb02499b420a8e24a8a8db8d7f8a506" title="Sets the label on the corresponding axis.">QtDisplay::setLabel</a>,
<a name="l00271"></a>00271            <span class="stringliteral">&quot;setLabel ( string, string ) -&gt; None\n&quot;</span>
<a name="l00272"></a>00272            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00273"></a>00273            <span class="stringliteral">&quot;Sets the label for the axis specified by first argument to value\n&quot;</span>
<a name="l00274"></a>00274            <span class="stringliteral">&quot;of the second argument.&quot;</span> )
<a name="l00275"></a>00275 
<a name="l00276"></a>00276     .def ( <span class="stringliteral">&quot;getLabel&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a7858b5eae48f067ce58c0e9175ef528b" title="Returns the label on the specified axis.">QtDisplay::getLabel</a>,
<a name="l00277"></a>00277             return_value_policy&lt; copy_const_reference &gt; (),
<a name="l00278"></a>00278            <span class="stringliteral">&quot;getLabel ( string ) -&gt; string\n&quot;</span>
<a name="l00279"></a>00279            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00280"></a>00280             <span class="stringliteral">&quot;Returns the label of the axis specified as a string,\n&quot;</span>
<a name="l00281"></a>00281            <span class="stringliteral">&quot;e.g., &#39;x&#39;.&quot;</span> )
<a name="l00282"></a>00282 
<a name="l00283"></a>00283     .def ( <span class="stringliteral">&quot;getDataRep&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a4a03466c14d090cb14ef129af3508015" title="Returns the selected DataRep in the plotter.">QtDisplay::getDataRep</a>,
<a name="l00284"></a>00284            return_value_policy &lt; manage_new_object &gt; (),
<a name="l00285"></a>00285            <span class="stringliteral">&quot;getDataRep ( ) -&gt; DataRep\n&quot;</span>
<a name="l00286"></a>00286            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00287"></a>00287            <span class="stringliteral">&quot;Returns a reference to the active DataRep or if all DataRep objects are\n&quot;</span>
<a name="l00288"></a>00288            <span class="stringliteral">&quot;active, returns a reference to the first one.&quot;</span> )
<a name="l00289"></a>00289 
<a name="l00290"></a>00290     .def ( <span class="stringliteral">&quot;getDataReps&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#ac4ee537ad229a507ce5bdea2a890079f" title="Returns a vector of all DataReps in the plotter.">QtDisplay::getDataReps</a>,
<a name="l00291"></a>00291             return_value_policy &lt; copy_const_reference &gt; (),
<a name="l00292"></a>00292            <span class="stringliteral">&quot;getDataReps ( ) -&gt; list\n&quot;</span>
<a name="l00293"></a>00293            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00294"></a>00294            <span class="stringliteral">&quot;Returns a list of DataRep objects contained by the Display..&quot;</span> )
<a name="l00295"></a>00295     
<a name="l00296"></a>00296     .def ( <span class="stringliteral">&quot;addDataRep&quot;</span>, 
<a name="l00297"></a>00297            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<a class="code" href="classhippodraw_1_1PyDataRep.html" title="This class is the public interface the what the user sees as the DataRep object from...">PyDataRep</a> *) )
<a name="l00298"></a>00298            &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a84a44a548b90f6f4afbdc5893e62d22d" title="Creates and adds a DataRep to the display.">QtDisplay::addDataRep</a>,
<a name="l00299"></a>00299            <span class="stringliteral">&quot;addDataRep ( DataRep ) -&gt; Display\n&quot;</span>
<a name="l00300"></a>00300            <span class="stringliteral">&quot;addDataRep ( Function ) -&gt; Display\n&quot;</span>
<a name="l00301"></a>00301            <span class="stringliteral">&quot;addDataRep ( string, DataSource, tuple ) -&gt; Display\n&quot;</span>
<a name="l00302"></a>00302            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00303"></a>00303            <span class="stringliteral">&quot;Adds a DataRep to the display sharing the same Y axis range\n&quot;</span>
<a name="l00304"></a>00304            <span class="stringliteral">&quot;The first two methods adds existing DataRep or Function to the\n&quot;</span>
<a name="l00305"></a>00305            <span class="stringliteral">&quot;Display.  The third method creates and adds DataRep to the\n&quot;</span>
<a name="l00306"></a>00306            <span class="stringliteral">&quot;Display.  Arguments are same as Display constructor.&quot;</span> )
<a name="l00307"></a>00307 
<a name="l00308"></a>00308     .def ( <span class="stringliteral">&quot;addDataRep&quot;</span>, 
<a name="l00309"></a>00309            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<span class="keyword">const</span> std::string &amp;, 
<a name="l00310"></a>00310                                   <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> *,
<a name="l00311"></a>00311                                   <span class="keyword">const</span> std::vector &lt;std::string &gt; &amp;) )
<a name="l00312"></a>00312            &amp;QtDisplay::addDataRep )
<a name="l00313"></a>00313 
<a name="l00314"></a>00314     .def ( <span class="stringliteral">&quot;addDataRep&quot;</span>, 
<a name="l00315"></a>00315            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<a class="code" href="classhippodraw_1_1PyFunctionRep.html" title="This class is the public Python interface wrap for the FunctionRep class.">PyFunctionRep</a> *) )
<a name="l00316"></a>00316            &amp;QtDisplay::addDataRep )
<a name="l00317"></a>00317 
<a name="l00318"></a>00318     .def ( <span class="stringliteral">&quot;addDataRepStacked&quot;</span>, 
<a name="l00319"></a>00319            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<span class="keyword">const</span> std::string &amp;, 
<a name="l00320"></a>00320                                   <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> *,
<a name="l00321"></a>00321                                   <span class="keyword">const</span> std::vector &lt;std::string &gt; &amp;) )
<a name="l00322"></a>00322            &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a60b1fb1308551718f74c2073f26af99e" title="Adds a DataRep to the display by stacking, i.e.">QtDisplay::addDataRepStacked</a>,
<a name="l00323"></a>00323            <span class="stringliteral">&quot;addDataRepStacked ( string, DataSource, tuple ) -&gt; Display\n&quot;</span>
<a name="l00324"></a>00324            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00325"></a>00325            <span class="stringliteral">&quot;Creates and adds a DataRep with independent Y axis ranges.\n&quot;</span>
<a name="l00326"></a>00326            <span class="stringliteral">&quot;The arguments are the same as Display constructor.&quot;</span> ) 
<a name="l00327"></a>00327 
<a name="l00328"></a>00328 <span class="preprocessor">#ifndef BOOST_DEFECT</span>
<a name="l00329"></a>00329 <span class="preprocessor"></span>    .def ( <span class="stringliteral">&quot;addFunction&quot;</span>, 
<a name="l00330"></a>00330            ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<a class="code" href="classhippodraw_1_1FunctionBase.html" title="A function that can be added to a DataRep and used in a fitter.">FunctionBase</a> *) )
<a name="l00331"></a>00331            &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#aec178a4b9f76bb563b938c0b4a4305de" title="Adds a Function (as a FunctionBase object).">QtDisplay::addFunction</a>,
<a name="l00332"></a>00332            <span class="stringliteral">&quot;addFunction ( FunctionBase ) -&gt; None\n&quot;</span>
<a name="l00333"></a>00333            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00334"></a>00334            <span class="stringliteral">&quot;Adds a FunctionBase object to the display by appropriately\n&quot;</span>
<a name="l00335"></a>00335            <span class="stringliteral">&quot;wrapping it with a Function.&quot;</span> )
<a name="l00336"></a>00336 <span class="preprocessor">#endif // BOOST_DEFECT</span>
<a name="l00337"></a>00337 <span class="preprocessor"></span>
<a name="l00338"></a>00338     .def ( <span class="stringliteral">&quot;setAutoRanging&quot;</span>,
<a name="l00339"></a>00339             ( <span class="keywordtype">void</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a>::*) (<span class="keyword">const</span> std::string &amp;,
<a name="l00340"></a>00340                                    <span class="keywordtype">bool</span> flag ) )
<a name="l00341"></a>00341             &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a352144bce77f0f9cadfb18097f50898c" title="Sets the auto ranging flag on specified axis.">QtDisplay::setAutoRanging</a>,
<a name="l00342"></a>00342            <span class="stringliteral">&quot;setAutoRanging ( string, Boolean ) -&gt; None\n&quot;</span>
<a name="l00343"></a>00343            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00344"></a>00344            <span class="stringliteral">&quot;Sets auto-ranging on axis specified as a string, e.g. &#39;x&#39;,n&quot;</span>
<a name="l00345"></a>00345            <span class="stringliteral">&quot;on or off.&quot;</span> )
<a name="l00346"></a>00346 
<a name="l00347"></a>00347     .def ( <span class="stringliteral">&quot;setLog&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">QtDisplay::setLog</a>,
<a name="l00348"></a>00348            <span class="stringliteral">&quot;setLog ( string, Boolean ) -&gt; None\n&quot;</span>
<a name="l00349"></a>00349            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00350"></a>00350            <span class="stringliteral">&quot;Sets the axis specified by the first argument on log scale.&quot;</span> )
<a name="l00351"></a>00351 
<a name="l00352"></a>00352     .def ( <span class="stringliteral">&quot;getLog&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a152bdfec390320e3417a2ba7a18d4a07" title="Return 1 if the specified axis is logarithmically scaled.">QtDisplay::getLog</a>,
<a name="l00353"></a>00353            <span class="stringliteral">&quot;getLog ( string ) -&gt; value\n&quot;</span>
<a name="l00354"></a>00354            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00355"></a>00355            <span class="stringliteral">&quot;Returns True if axis specified as a string, e.g. &#39;x&#39;, is being\n&quot;</span>
<a name="l00356"></a>00356            <span class="stringliteral">&quot;displayed on a logarithmic scale.&quot;</span> )
<a name="l00357"></a>00357 
<a name="l00358"></a>00358     .def ( <span class="stringliteral">&quot;setTransform&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a1051ee3cd0ba94d7d3b368374cd29cbf" title="Sets the Transform.">QtDisplay::setTransform</a>,
<a name="l00359"></a>00359            <span class="stringliteral">&quot;setTransform ( string ) -&gt; None\n&quot;</span>
<a name="l00360"></a>00360            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00361"></a>00361            <span class="stringliteral">&quot;Sets the transform object.&quot;</span> )
<a name="l00362"></a>00362 
<a name="l00363"></a>00363     .def ( <span class="stringliteral">&quot;addValues&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a73127ff94c2b867a57f5ab0635f7e892" title="Adds the values to the display.">QtDisplay::addValues</a>,
<a name="l00364"></a>00364            <span class="stringliteral">&quot;addValue ( tuple ) -&gt; None\n&quot;</span>
<a name="l00365"></a>00365            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00366"></a>00366            <span class="stringliteral">&quot;For static histograms, adds a value to the accumulation.\n&quot;</span>
<a name="l00367"></a>00367            <span class="stringliteral">&quot;For 1D histogram, the tuple should contain one or two values,\n&quot;</span>
<a name="l00368"></a>00368            <span class="stringliteral">&quot;the second used as a weight.  For 2D histogram, the tuple should\n&quot;</span>
<a name="l00369"></a>00369            <span class="stringliteral">&quot;contain two or three elements, the third being the weight.\n&quot;</span>
<a name="l00370"></a>00370            <span class="stringliteral">&quot;non static Displays do nothing.&quot;</span> )
<a name="l00371"></a>00371 
<a name="l00372"></a>00372     .def ( <span class="stringliteral">&quot;setPointRep&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#acb70a731a91ac2d8cfd8ed5ab38787f5" title="Sets the PointRep for the display.">QtDisplay::setPointRep</a>,
<a name="l00373"></a>00373            <span class="stringliteral">&quot;setPointRep ( RepBase ) -&gt; None\n&quot;</span>
<a name="l00374"></a>00374            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00375"></a>00375            <span class="stringliteral">&quot;Sets the point representation to be used.&quot;</span> )
<a name="l00376"></a>00376 
<a name="l00377"></a>00377     .def ( <span class="stringliteral">&quot;setContourLevels&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a4d5adf7c9e2f007578ed5af2368b19e3" title="Set the contour levels if a ContourPointRep.">QtDisplay::setContourLevels</a>,
<a name="l00378"></a>00378            <span class="stringliteral">&quot;setContourLevels ( sequence ) -&gt; None\n&quot;</span>
<a name="l00379"></a>00379            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00380"></a>00380            <span class="stringliteral">&quot;Sets the contour levels if the Display is using contour point\n&quot;</span>
<a name="l00381"></a>00381            <span class="stringliteral">&quot;representation from the values in the sequence.&quot;</span> )
<a name="l00382"></a>00382 
<a name="l00383"></a>00383     .def ( <span class="stringliteral">&quot;setAspectRatio&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a2702277fba29397e6d437872a381dd21" title="Sets the aspect ratio.">QtDisplay::setAspectRatio</a>,
<a name="l00384"></a>00384            <span class="stringliteral">&quot;setAspectRatio ( value ) -&gt; None\n&quot;</span>
<a name="l00385"></a>00385            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00386"></a>00386            <span class="stringliteral">&quot;Sets the required aspect ratio of the Display to value, the\n&quot;</span>
<a name="l00387"></a>00387            <span class="stringliteral">&quot;ratio of the width to the height.&quot;</span> )
<a name="l00388"></a>00388 
<a name="l00389"></a>00389      .def ( <span class="stringliteral">&quot;numberOfEntries&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#acb199f49cb52cee2a3aa72d35f0508fc" title="Return the number of entries in the display.">QtDisplay::numberOfEntries</a>,
<a name="l00390"></a>00390             <span class="stringliteral">&quot;numberOfEntries ( ) -&gt; value\n&quot;</span>
<a name="l00391"></a>00391             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00392"></a>00392             <span class="stringliteral">&quot;Returns the number of entries in the Display.&quot;</span> )
<a name="l00393"></a>00393 
<a name="l00394"></a>00394      .def ( <span class="stringliteral">&quot;resize&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a0fc3d585aa53859602ac79c9c421f2a9" title="Restore the X and Y dimensions of the display to their saved values.">QtDisplay::resize</a>,
<a name="l00395"></a>00395             <span class="stringliteral">&quot;resize () -&gt; None\n&quot;</span>
<a name="l00396"></a>00396             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00397"></a>00397             <span class="stringliteral">&quot;Resizes the Display to its saved values.&quot;</span> )
<a name="l00398"></a>00398 
<a name="l00399"></a>00399      .def ( <span class="stringliteral">&quot;plotterId&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#af55ba4a3f14904cfacb77986a8a3bfdb" title="Return the Id to the plotter object.">QtDisplay::plotterId</a>,
<a name="l00400"></a>00400             <span class="stringliteral">&quot;plotterId () -&gt; value\n&quot;</span>
<a name="l00401"></a>00401             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00402"></a>00402             <span class="stringliteral">&quot;Returns a unique identifier for the Display.&quot;</span> )
<a name="l00403"></a>00403 
<a name="l00404"></a>00404      .def ( <span class="stringliteral">&quot;setColorMap&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#ad1ae7a5b55345f7021a69fa2475d9338" title="Set the color map by name.">QtDisplay::setColorMap</a>,
<a name="l00405"></a>00405             <span class="stringliteral">&quot;setColorMap ( string ) -&gt; None\n&quot;</span>
<a name="l00406"></a>00406             <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00407"></a>00407             <span class="stringliteral">&quot;Set the value-to-color map to one named by the argument.&quot;</span>)
<a name="l00408"></a>00408 
<a name="l00409"></a>00409     .def ( <span class="stringliteral">&quot;update&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#ac5c54df7ed3b930268c8d7752c101725" title="Updates the display.">QtDisplay::update</a>,
<a name="l00410"></a>00410            <span class="stringliteral">&quot;update () -&gt; None\n&quot;</span>
<a name="l00411"></a>00411            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00412"></a>00412            <span class="stringliteral">&quot;Updates the display.&quot;</span> )
<a name="l00413"></a>00413 
<a name="l00414"></a>00414     .def ( <span class="stringliteral">&quot;addObserver&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a382aa8cdbc3f91b36e67bd4b589c13ac" title="Adds an observer to PlotterBase object.">QtDisplay::addObserver</a>,
<a name="l00415"></a>00415            <span class="stringliteral">&quot;addObserver ( Observer ) -&gt; None\n&quot;</span>
<a name="l00416"></a>00416            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00417"></a>00417            <span class="stringliteral">&quot;Adds an Observer to the Display object.&quot;</span> )
<a name="l00418"></a>00418 
<a name="l00419"></a>00419     .def ( <span class="stringliteral">&quot;setAutoTicks&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#abf3e8005b08a3ca0160922ddc8199246" title="Sets the ticks to be automatic or manual.">QtDisplay::setAutoTicks</a>,
<a name="l00420"></a>00420            <span class="stringliteral">&quot;setAutoTicks ( Boolean ) -&gt; None\n&quot;</span>
<a name="l00421"></a>00421            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00422"></a>00422            <span class="stringliteral">&quot;Set the ticks generation to be automatic (the default) or\n&quot;</span>
<a name="l00423"></a>00423            <span class="stringliteral">&quot;manually.&quot;</span> )
<a name="l00424"></a>00424 
<a name="l00425"></a>00425     .def ( <span class="stringliteral">&quot;setTicks&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a90bcc074161171203d305304c7d05b9b" title="Sets the axis ticks to specified points and values.">QtDisplay::setTicks</a>,
<a name="l00426"></a>00426            <span class="stringliteral">&quot;setTicks ( string, sequence, sequence ) -&gt; None\n&quot;</span>
<a name="l00427"></a>00427            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00428"></a>00428            <span class="stringliteral">&quot;Sets the tick locations and labels.   The first argument is the\n&quot;</span>
<a name="l00429"></a>00429            <span class="stringliteral">&quot; axis, the second argument is a sequence containing the\n&quot;</span>
<a name="l00430"></a>00430            <span class="stringliteral">&quot;locations, and the third argument is a sequence of tick labels.&quot;</span> )
<a name="l00431"></a>00431 
<a name="l00432"></a>00432     .def ( <span class="stringliteral">&quot;unlock&quot;</span>, &amp;<a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">QtDisplay::unlock</a>,
<a name="l00433"></a>00433            <span class="stringliteral">&quot;unlock () -&gt; None\n&quot;</span>
<a name="l00434"></a>00434            <span class="stringliteral">&quot;\n&quot;</span>
<a name="l00435"></a>00435            <span class="stringliteral">&quot;Unlock the application thread.&quot;</span> )
<a name="l00436"></a>00436 
<a name="l00437"></a>00437     ;
<a name="l00438"></a>00438 }
<a name="l00439"></a>00439 
<a name="l00440"></a>00440 } <span class="comment">// namespace Python</span>
<a name="l00441"></a>00441 } <span class="comment">// namespace hippodraw</span>
<a name="l00442"></a>00442 
<a name="l00443"></a>00443 <span class="keyword">using namespace </span>hippodraw;
<a name="l00444"></a>00444 
<a name="l00447"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1">00447</a> <span class="keywordtype">void</span> QtDisplay::createDisplay ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>, 
<a name="l00448"></a>00448                                 <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; nt, 
<a name="l00449"></a>00449                                 <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; bindings )
<a name="l00450"></a>00450 {
<a name="l00451"></a>00451   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00452"></a>00452   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00453"></a>00453   <span class="keywordflow">try</span> {
<a name="l00454"></a>00454     <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> = controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a7213939a823f535735653e951e612073" title="Creates a display object.">createDisplay</a> ( type, nt, bindings );
<a name="l00455"></a>00455     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00456"></a>00456   }
<a name="l00457"></a>00457   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1FactoryException.html" title="An exception class that is thrown when the factory fails to find the request class...">FactoryException</a> &amp; e ) {
<a name="l00458"></a>00458     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00459"></a>00459     <span class="keywordflow">throw</span> e;
<a name="l00460"></a>00460   }
<a name="l00461"></a>00461   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataRepException.html" title="An xception class that is thrown when attempting to bind a DataRep to a NTuple with...">DataRepException</a> &amp; e ) {
<a name="l00462"></a>00462     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00463"></a>00463     <span class="keywordflow">throw</span> e;
<a name="l00464"></a>00464   }
<a name="l00465"></a>00465   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> runtime_error &amp; e ) {
<a name="l00466"></a>00466     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00467"></a>00467     <span class="keywordflow">throw</span> e;
<a name="l00468"></a>00468   }
<a name="l00469"></a>00469 }
<a name="l00470"></a>00470 
<a name="l00471"></a>00471 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00472"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a61f052620fae3a55b741828d194a7e86">00472</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>,
<a name="l00473"></a>00473             <a class="code" href="classboost_1_1python_1_1tuple.html" title="A wrapper class for Python tuple objects.">boost::python::tuple</a> seq,
<a name="l00474"></a>00474             <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; labels )
<a name="l00475"></a>00475 {
<a name="l00476"></a>00476   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00477"></a>00477 
<a name="l00478"></a>00478   <span class="keywordtype">object</span> obj = seq.attr ( <span class="stringliteral">&quot;__len__&quot;</span> ) ();
<a name="l00479"></a>00479 
<a name="l00480"></a>00480   <a class="code" href="classhippodraw_1_1ListTuple.html" title="A DataSource class implemented with a Python list to store the column data.">ListTuple</a> * ntuple = <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1ListTuple.html" title="A DataSource class implemented with a Python list to store the column data.">ListTuple</a> ( );
<a name="l00481"></a>00481 
<a name="l00482"></a>00482   <span class="keywordflow">try</span> {
<a name="l00483"></a>00483     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespacenum__util.html#a137f48a49d12a7dae8ba7c86db2a0c01">size</a> = extract &lt; unsigned int &gt; ( obj );
<a name="l00484"></a>00484 
<a name="l00485"></a>00485     <span class="keywordflow">if</span> ( size &gt; labels.size () ) {
<a name="l00486"></a>00486       <span class="keywordtype">string</span> what ( <span class="stringliteral">&quot;Display: Too few labels&quot;</span> );
<a name="l00487"></a>00487       <span class="keywordflow">throw</span> runtime_error ( what );
<a name="l00488"></a>00488     }
<a name="l00489"></a>00489       
<a name="l00490"></a>00490     <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0, j = 0; i &lt; size; i++, j++ ) {
<a name="l00491"></a>00491       <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a> l = extract &lt; boost::python::list &gt; ( seq[i] );
<a name="l00492"></a>00492 
<a name="l00493"></a>00493       <span class="keywordflow">while</span> ( labels[j] == <span class="stringliteral">&quot;nil&quot;</span> ) {
<a name="l00494"></a>00494         j++; <span class="comment">// skip such labels</span>
<a name="l00495"></a>00495         <span class="keywordflow">if</span> ( ! ( j &lt; labels.size () ) ) {
<a name="l00496"></a>00496           <span class="keywordtype">string</span> what ( <span class="stringliteral">&quot;Display: Too few non &#39;nil&#39; labels&quot;</span> );
<a name="l00497"></a>00497           <span class="keywordflow">throw</span> runtime_error ( what );
<a name="l00498"></a>00498         }
<a name="l00499"></a>00499 
<a name="l00500"></a>00500       }
<a name="l00501"></a>00501       ntuple -&gt; addColumn ( labels[j], l );
<a name="l00502"></a>00502     }
<a name="l00503"></a>00503   }
<a name="l00504"></a>00504   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> runtime_error &amp; e ) {
<a name="l00505"></a>00505     <span class="keyword">delete</span> ntuple;
<a name="l00506"></a>00506     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00507"></a>00507     <span class="keywordflow">throw</span> e;
<a name="l00508"></a>00508   }
<a name="l00509"></a>00509 
<a name="l00510"></a>00510   <span class="comment">// Do not call createDisplay() as exceptions wouldn&#39;t print nicely</span>
<a name="l00511"></a>00511   <span class="keywordflow">try</span> { 
<a name="l00512"></a>00512     <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * dc = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00513"></a>00513     <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> = dc -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type, *ntuple, labels );
<a name="l00514"></a>00514   }
<a name="l00515"></a>00515   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1FactoryException.html" title="An exception class that is thrown when the factory fails to find the request class...">FactoryException</a> &amp; e ) {
<a name="l00516"></a>00516     <span class="keyword">delete</span> ntuple;
<a name="l00517"></a>00517     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00518"></a>00518     <span class="keywordflow">throw</span> e;
<a name="l00519"></a>00519   }
<a name="l00520"></a>00520   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataRepException.html" title="An xception class that is thrown when attempting to bind a DataRep to a NTuple with...">DataRepException</a> &amp; e ) {
<a name="l00521"></a>00521     <span class="keyword">delete</span> ntuple;
<a name="l00522"></a>00522     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00523"></a>00523     <span class="keywordflow">throw</span> e;
<a name="l00524"></a>00524   }
<a name="l00525"></a>00525   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> runtime_error &amp; e ) {
<a name="l00526"></a>00526     <span class="keyword">delete</span> ntuple;
<a name="l00527"></a>00527     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00528"></a>00528     <span class="keywordflow">throw</span> e;
<a name="l00529"></a>00529   }
<a name="l00530"></a>00530 
<a name="l00531"></a>00531   <span class="comment">// No use telling controller about it until we are sure to accept it.</span>
<a name="l00532"></a>00532   <a class="code" href="classhippodraw_1_1DataSourceController.html" title="A singleton class that is the interface between GUI and the DataSource objects.">DataSourceController</a> * dsc = <a class="code" href="classhippodraw_1_1DataSourceController.html#a4d152e42bfc604fb12ca5656a68017a9" title="Returns the pointer to the singleton instance.">DataSourceController::instance</a> ();
<a name="l00533"></a>00533   dsc -&gt; registerNTuple ( ntuple );
<a name="l00534"></a>00534 
<a name="l00535"></a>00535   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00536"></a>00536 }
<a name="l00537"></a>00537 
<a name="l00538"></a>00538 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00539"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aaee85c76a138e181fbba784a48d4226d">00539</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>,
<a name="l00540"></a>00540             <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a> seq,
<a name="l00541"></a>00541             <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; labels )
<a name="l00542"></a>00542 {
<a name="l00543"></a>00543   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00544"></a>00544 
<a name="l00545"></a>00545   <span class="keywordtype">object</span> obj = seq.attr ( <span class="stringliteral">&quot;__len__&quot;</span> ) ();
<a name="l00546"></a>00546 
<a name="l00547"></a>00547   <a class="code" href="classhippodraw_1_1ListTuple.html" title="A DataSource class implemented with a Python list to store the column data.">ListTuple</a> * ntuple = <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1ListTuple.html" title="A DataSource class implemented with a Python list to store the column data.">ListTuple</a> ( );
<a name="l00548"></a>00548 
<a name="l00549"></a>00549   <span class="keywordflow">try</span> {
<a name="l00550"></a>00550     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespacenum__util.html#a137f48a49d12a7dae8ba7c86db2a0c01">size</a> = extract &lt; unsigned int &gt; ( obj );
<a name="l00551"></a>00551 
<a name="l00552"></a>00552     <span class="keywordflow">if</span> ( size &gt; labels.size () ) {
<a name="l00553"></a>00553       <span class="keywordtype">string</span> what ( <span class="stringliteral">&quot;Display: Too few labels&quot;</span> );
<a name="l00554"></a>00554       <span class="keywordflow">throw</span> runtime_error ( what );
<a name="l00555"></a>00555     }
<a name="l00556"></a>00556       
<a name="l00557"></a>00557     <span class="comment">// gcc 2.95.3 needs full scoping</span>
<a name="l00558"></a>00558     <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0, j = 0; i &lt; size; i++, j++ ) {
<a name="l00559"></a>00559       <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a> l = extract &lt; boost::python::list &gt; ( seq[i] );
<a name="l00560"></a>00560 
<a name="l00561"></a>00561       <span class="keywordflow">while</span> ( labels[j] == <span class="stringliteral">&quot;nil&quot;</span> ) {
<a name="l00562"></a>00562         j++; <span class="comment">// skip such labels</span>
<a name="l00563"></a>00563         <span class="keywordflow">if</span> ( ! ( j &lt; labels.size () ) ) {
<a name="l00564"></a>00564           <span class="keywordtype">string</span> what ( <span class="stringliteral">&quot;Display: Too few non &#39;nil&#39; labels&quot;</span> );
<a name="l00565"></a>00565           <span class="keywordflow">throw</span> runtime_error ( what );
<a name="l00566"></a>00566         }
<a name="l00567"></a>00567 
<a name="l00568"></a>00568       }
<a name="l00569"></a>00569       ntuple -&gt; addColumn ( labels[j], l );
<a name="l00570"></a>00570     }
<a name="l00571"></a>00571   }
<a name="l00572"></a>00572   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> runtime_error &amp; e ) {
<a name="l00573"></a>00573     <span class="keyword">delete</span> ntuple;
<a name="l00574"></a>00574     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00575"></a>00575     <span class="keywordflow">throw</span> e;
<a name="l00576"></a>00576   }
<a name="l00577"></a>00577 
<a name="l00578"></a>00578   <span class="comment">// Do not call createDisplay() as exceptions wouldn&#39;t print nicely</span>
<a name="l00579"></a>00579   <span class="keywordflow">try</span> { 
<a name="l00580"></a>00580     <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * dc = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00581"></a>00581     <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> = dc -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type, *ntuple, labels );
<a name="l00582"></a>00582   }
<a name="l00583"></a>00583   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1FactoryException.html" title="An exception class that is thrown when the factory fails to find the request class...">FactoryException</a> &amp; e ) {
<a name="l00584"></a>00584     <span class="keyword">delete</span> ntuple;
<a name="l00585"></a>00585     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00586"></a>00586     <span class="keywordflow">throw</span> e;
<a name="l00587"></a>00587   }
<a name="l00588"></a>00588   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataRepException.html" title="An xception class that is thrown when attempting to bind a DataRep to a NTuple with...">DataRepException</a> &amp; e ) {
<a name="l00589"></a>00589     <span class="keyword">delete</span> ntuple;
<a name="l00590"></a>00590     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00591"></a>00591     <span class="keywordflow">throw</span> e;
<a name="l00592"></a>00592   }
<a name="l00593"></a>00593   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> runtime_error &amp; e ) {
<a name="l00594"></a>00594     <span class="keyword">delete</span> ntuple;
<a name="l00595"></a>00595     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00596"></a>00596     <span class="keywordflow">throw</span> e;
<a name="l00597"></a>00597   }
<a name="l00598"></a>00598 
<a name="l00599"></a>00599   <span class="comment">// No use telling controller about it until we are sure to accept it.</span>
<a name="l00600"></a>00600   <a class="code" href="classhippodraw_1_1DataSourceController.html" title="A singleton class that is the interface between GUI and the DataSource objects.">DataSourceController</a> * dsc = <a class="code" href="classhippodraw_1_1DataSourceController.html#a4d152e42bfc604fb12ca5656a68017a9" title="Returns the pointer to the singleton instance.">DataSourceController::instance</a> ();
<a name="l00601"></a>00601   dsc -&gt; registerNTuple ( ntuple );
<a name="l00602"></a>00602 
<a name="l00603"></a>00603   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00604"></a>00604 }
<a name="l00605"></a>00605 
<a name="l00606"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab">00606</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::QtDisplay</a> ()
<a name="l00607"></a>00607   : m_plotter ( 0 )
<a name="l00608"></a>00608 {
<a name="l00609"></a>00609 }
<a name="l00610"></a>00610 
<a name="l00611"></a>00611 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00612"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a404d6698ebd6aebdd37da02222709659">00612</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <a class="code" href="classhippodraw_1_1PyFunctionRep.html" title="This class is the public Python interface wrap for the FunctionRep class.">PyFunctionRep</a> * rep )
<a name="l00613"></a>00613 {
<a name="l00614"></a>00614   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00615"></a>00615   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00616"></a>00616   <span class="keywordflow">try</span> {
<a name="l00617"></a>00617     <a class="code" href="classhippodraw_1_1DataRep.html" title="The base class for data representations.">DataRep</a> * dr = rep -&gt; getRep ();
<a name="l00618"></a>00618     <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> = controller -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( dr );
<a name="l00619"></a>00619     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00620"></a>00620   }
<a name="l00621"></a>00621   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1FactoryException.html" title="An exception class that is thrown when the factory fails to find the request class...">FactoryException</a> &amp; e ) {
<a name="l00622"></a>00622     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00623"></a>00623     <span class="keywordflow">throw</span> e;
<a name="l00624"></a>00624   }
<a name="l00625"></a>00625   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataRepException.html" title="An xception class that is thrown when attempting to bind a DataRep to a NTuple with...">DataRepException</a> &amp; e ) {
<a name="l00626"></a>00626     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00627"></a>00627     <span class="keywordflow">throw</span> e;
<a name="l00628"></a>00628   }
<a name="l00629"></a>00629 }
<a name="l00630"></a>00630 
<a name="l00631"></a>00631 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00632"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aecf38e38e984c58f218e88c3bc482fbc">00632</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a> )
<a name="l00633"></a>00633 {
<a name="l00634"></a>00634 <span class="comment">//   PyApp::lock();</span>
<a name="l00635"></a>00635   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00636"></a>00636   <span class="keywordflow">try</span> {
<a name="l00637"></a>00637     <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> = controller -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type );
<a name="l00638"></a>00638     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00639"></a>00639   }
<a name="l00640"></a>00640   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1FactoryException.html" title="An exception class that is thrown when the factory fails to find the request class...">FactoryException</a> &amp; e ) {
<a name="l00641"></a>00641     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00642"></a>00642     <span class="keywordflow">throw</span> e;
<a name="l00643"></a>00643   }
<a name="l00644"></a>00644   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataRepException.html" title="An xception class that is thrown when attempting to bind a DataRep to a NTuple with...">DataRepException</a> &amp; e ) {
<a name="l00645"></a>00645     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00646"></a>00646     <span class="keywordflow">throw</span> e;
<a name="l00647"></a>00647   }
<a name="l00648"></a>00648 <span class="comment">//   PyApp::unlock ();</span>
<a name="l00649"></a>00649 }
<a name="l00650"></a>00650 
<a name="l00651"></a>00651 
<a name="l00652"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a9587c502be9de0fe7a6657c7c5858821">00652</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::QtDisplay</a>( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>,
<a name="l00653"></a>00653                       <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> &amp; nt,
<a name="l00654"></a>00654                       <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; bindings )
<a name="l00655"></a>00655 {
<a name="l00656"></a>00656    <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type, nt, bindings );
<a name="l00657"></a>00657 }
<a name="l00658"></a>00658 
<a name="l00659"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a2a1ecbea16922e35c16771de606dc377">00659</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::QtDisplay</a>( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>,
<a name="l00660"></a>00660                       <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1PyDataSource.html" title="This class is the public interface to a DataSource object that the user sees as the...">PyDataSource</a> &amp; nt,
<a name="l00661"></a>00661                       <span class="keyword">const</span> std::vector&lt; std::string &gt; &amp; bindings )
<a name="l00662"></a>00662 {
<a name="l00663"></a>00663    <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type, nt.<a class="code" href="classhippodraw_1_1PyDataSource.html#a5e1620dad6d32635469440fb2c902499" title="Return a reference to the underlying DataSource.">dataSource</a>(), bindings );
<a name="l00664"></a>00664 }
<a name="l00665"></a>00665 
<a name="l00666"></a>00666 <span class="preprocessor">#ifdef HAVE_ROOT</span>
<a name="l00667"></a>00667 <span class="preprocessor"></span><a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00668"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#acde48db5f5fe42c96081e2fb957ff98c">00668</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>,
<a name="l00669"></a>00669             <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1QtRootNTuple.html" title="A wrapper for RootNTuple, so that when RootNTuple is used in Qt based application...">QtRootNTuple</a> &amp; nt,
<a name="l00670"></a>00670             <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; bindings )
<a name="l00671"></a>00671 {
<a name="l00672"></a>00672   <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type, nt, bindings );
<a name="l00673"></a>00673 }
<a name="l00674"></a>00674 
<a name="l00675"></a>00675 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00676"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a44014ada15d4b1ec4f273c9aaf185a1d">00676</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>,
<a name="l00677"></a>00677             <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1QtRootNTuple.html" title="A wrapper for RootNTuple, so that when RootNTuple is used in Qt based application...">QtRootNTuple</a> &amp; nt,
<a name="l00678"></a>00678             <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; variables,
<a name="l00679"></a>00679             <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a> indices )
<a name="l00680"></a>00680 {
<a name="l00681"></a>00681   <span class="keywordtype">object</span> obj = indices.attr ( <span class="stringliteral">&quot;__len__&quot;</span> ) ();
<a name="l00682"></a>00682   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespacenum__util.html#a137f48a49d12a7dae8ba7c86db2a0c01">size</a> = extract &lt; unsigned int &gt; ( obj );
<a name="l00683"></a>00683 
<a name="l00684"></a>00684   <span class="keywordflow">if</span> ( size != variables.size() ) {
<a name="l00685"></a>00685     <span class="keyword">const</span> <span class="keywordtype">string</span> what ( <span class="stringliteral">&quot;Display: bindings and indexes not the same size.&quot;</span> );
<a name="l00686"></a>00686     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00687"></a>00687     <span class="keywordflow">throw</span> runtime_error ( what );
<a name="l00688"></a>00688   }
<a name="l00689"></a>00689 
<a name="l00690"></a>00690   vector &lt; vector &lt; int &gt; &gt; <a class="codeRef" doxygen="Minuit.tag:http://seal.web.cern.ch/seal/MathLibs/Minuit/html/" href="http://seal.web.cern.ch/seal/MathLibs/Minuit/html/classvec.html">vec</a> ( size );
<a name="l00691"></a>00691   <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; size; i++ ) {
<a name="l00692"></a>00692     <a class="code" href="classboost_1_1python_1_1list.html" title="A wrapper class for Python list objects.">boost::python::list</a> l = extract &lt; boost::python::list &gt; ( indices[i] );
<a name="l00693"></a>00693     <span class="keywordtype">object</span> o = l.attr ( <span class="stringliteral">&quot;__len__&quot;</span> ) ();
<a name="l00694"></a>00694     <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> len = extract &lt; unsigned int &gt; ( o );
<a name="l00695"></a>00695     <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> j = 0; j &lt; len; j++ ) {
<a name="l00696"></a>00696       <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> k = extract &lt; unsigned int &gt; ( l[j] );
<a name="l00697"></a>00697       vec[i].push_back ( k );
<a name="l00698"></a>00698     }
<a name="l00699"></a>00699   }
<a name="l00700"></a>00700 
<a name="l00701"></a>00701   vector &lt; string &gt; bindings ( size );
<a name="l00702"></a>00702 
<a name="l00703"></a>00703   <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; size; i++ ) {
<a name="l00704"></a>00704     <span class="keyword">const</span> <span class="keywordtype">string</span> &amp; label = variables [ i ];
<a name="l00705"></a>00705     <span class="keyword">const</span> vector &lt; int &gt; &amp; indexes = vec [ i ];
<a name="l00706"></a>00706     <span class="keyword">const</span> <span class="keywordtype">string</span> name = nt.<a class="code" href="classhippodraw_1_1QtRootNTuple.html#a03edeedb92319fb599261f198252299a" title="Creates complete binding string from the array variable name and indexes.">createBinding</a> ( label, indexes );
<a name="l00707"></a>00707     bindings [ i ] = name;
<a name="l00708"></a>00708   }
<a name="l00709"></a>00709 
<a name="l00710"></a>00710   <a class="code" href="classhippodraw_1_1QtDisplay.html#aad14988eafd55a9251d39545ab7bcda1" title="Create a QtDisplay.">createDisplay</a> ( type, nt, bindings );
<a name="l00711"></a>00711 }
<a name="l00712"></a>00712 
<a name="l00713"></a>00713 <span class="preprocessor">#endif // have_root</span>
<a name="l00714"></a>00714 <span class="preprocessor"></span>
<a name="l00715"></a>00715 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay::</a>
<a name="l00716"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a685b3a1f1ccb73121b2926459da17841">00716</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad5c3fb88631bb0a417b61566df079aab" title="A default constructor for derived classes.">QtDisplay</a> ( <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * plotter) : m_plotter(plotter) {}
<a name="l00717"></a>00717 
<a name="l00718"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a22c40ffd23b5bccee8f1027be7632932">00718</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a22c40ffd23b5bccee8f1027be7632932">QtDisplay::~QtDisplay</a> () 
<a name="l00719"></a>00719 { 
<a name="l00720"></a>00720 <span class="comment">//     delete m_plotter; </span>
<a name="l00721"></a>00721 }
<a name="l00722"></a>00722 
<a name="l00723"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aea050d6d675376d2ee2899c07fda4c4f">00723</a> <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * <a class="code" href="classhippodraw_1_1QtDisplay.html#aea050d6d675376d2ee2899c07fda4c4f" title="Returns the wrapped display object.">QtDisplay::display</a>()
<a name="l00724"></a>00724 {
<a name="l00725"></a>00725   <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>;
<a name="l00726"></a>00726 }
<a name="l00727"></a>00727 
<a name="l00730"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a84a44a548b90f6f4afbdc5893e62d22d">00730</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a84a44a548b90f6f4afbdc5893e62d22d" title="Creates and adds a DataRep to the display.">QtDisplay::addDataRep</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>, 
<a name="l00731"></a>00731                              <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> * ntuple,
<a name="l00732"></a>00732                              <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; bindings )
<a name="l00733"></a>00733 {
<a name="l00734"></a>00734   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00735"></a>00735 
<a name="l00736"></a>00736   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00737"></a>00737   controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a352fcd32484d5e1a2d8c75fb98a5cdea" title="Adds the DataRep to the PlotterBase object by including it.">addDataRep</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, type, ntuple, bindings );
<a name="l00738"></a>00738 
<a name="l00739"></a>00739   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00740"></a>00740 }
<a name="l00741"></a>00741 
<a name="l00742"></a>00742 <span class="keywordtype">void</span>
<a name="l00743"></a>00743 <a class="code" href="classhippodraw_1_1QtDisplay.html#a60b1fb1308551718f74c2073f26af99e" title="Adds a DataRep to the display by stacking, i.e.">QtDisplay::</a>
<a name="l00744"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a60b1fb1308551718f74c2073f26af99e">00744</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a60b1fb1308551718f74c2073f26af99e" title="Adds a DataRep to the display by stacking, i.e.">addDataRepStacked</a> ( <span class="keyword">const</span> std::string &amp; <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a>, 
<a name="l00745"></a>00745                   <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1DataSource.html" title="Base class for DataSource.">DataSource</a> * ntuple,
<a name="l00746"></a>00746                   <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; bindings )
<a name="l00747"></a>00747 {
<a name="l00748"></a>00748   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00749"></a>00749 
<a name="l00750"></a>00750   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00751"></a>00751   controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a242df210735f7e433d8ff016b40f12b8" title="Creates a new DataRep object with class name name and adds it to the existing plotter...">addDataRepStacked</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, type, ntuple, bindings );
<a name="l00752"></a>00752 
<a name="l00753"></a>00753   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00754"></a>00754 }
<a name="l00755"></a>00755 
<a name="l00756"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a0ca3182ca68c0e575419bb613c1703dc">00756</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a84a44a548b90f6f4afbdc5893e62d22d" title="Creates and adds a DataRep to the display.">QtDisplay::addDataRep</a> ( <a class="code" href="classhippodraw_1_1PyDataRep.html" title="This class is the public interface the what the user sees as the DataRep object from...">PyDataRep</a> * pyRep )
<a name="l00757"></a>00757 {
<a name="l00758"></a>00758   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00759"></a>00759 
<a name="l00760"></a>00760    <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00761"></a>00761    controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a352fcd32484d5e1a2d8c75fb98a5cdea" title="Adds the DataRep to the PlotterBase object by including it.">addDataRep</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, pyRep-&gt;<a class="code" href="classhippodraw_1_1PyDataRep.html#a6433120387af4fcd3ddecc513eccdb2c" title="The get method.">getDataRep</a>() );
<a name="l00762"></a>00762 
<a name="l00763"></a>00763   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00764"></a>00764 }
<a name="l00765"></a>00765 
<a name="l00766"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aeffaaeb0b2f20ab5ffad73a5ba4a8636">00766</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a84a44a548b90f6f4afbdc5893e62d22d" title="Creates and adds a DataRep to the display.">QtDisplay::addDataRep</a> ( <a class="code" href="classhippodraw_1_1PyFunctionRep.html" title="This class is the public Python interface wrap for the FunctionRep class.">PyFunctionRep</a> * pyFuncRep )
<a name="l00767"></a>00767 {
<a name="l00768"></a>00768   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00769"></a>00769 
<a name="l00770"></a>00770    <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l00771"></a>00771    
<a name="l00772"></a>00772    controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a352fcd32484d5e1a2d8c75fb98a5cdea" title="Adds the DataRep to the PlotterBase object by including it.">addDataRep</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, pyFuncRep-&gt;<a class="code" href="classhippodraw_1_1PyFunctionRep.html#a286267c8e54fefa4a9490a350b8c2f1b" title="Returns the wrapped FunctionRep object.">getRep</a>() );
<a name="l00773"></a>00773 
<a name="l00774"></a>00774   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00775"></a>00775 }
<a name="l00776"></a>00776 
<a name="l00777"></a>00777 <span class="preprocessor">#ifndef BOOST_DEFECT</span>
<a name="l00778"></a>00778 <span class="preprocessor"></span><span class="keywordtype">void</span>
<a name="l00779"></a>00779 <a class="code" href="classhippodraw_1_1QtDisplay.html#aec178a4b9f76bb563b938c0b4a4305de" title="Adds a Function (as a FunctionBase object).">QtDisplay::</a>
<a name="l00780"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aec178a4b9f76bb563b938c0b4a4305de">00780</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#aec178a4b9f76bb563b938c0b4a4305de" title="Adds a Function (as a FunctionBase object).">addFunction</a> ( <a class="code" href="classhippodraw_1_1FunctionBase.html" title="A function that can be added to a DataRep and used in a fitter.">FunctionBase</a> * function )
<a name="l00781"></a>00781 {
<a name="l00782"></a>00782    <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00783"></a>00783    <a class="code" href="classhippodraw_1_1FunctionController.html" title="A singleton class is the interface between an application and the list of FunctionRep...">FunctionController</a> * funcController = <a class="code" href="classhippodraw_1_1FunctionController.html#add005d3cdf4fc316aa46841a275f046d" title="Returns the pointer to the singleton instance.">FunctionController::instance</a>();
<a name="l00784"></a>00784    <a class="code" href="classhippodraw_1_1DataRep.html" title="The base class for data representations.">DataRep</a> * dataRep = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a4b915f5fbccdb544a5de6b3e72dbec84" title="Returns the specified DataRep or null pointer if it doesn&amp;#39;t exits.">getDataRep</a>( 0 );
<a name="l00785"></a>00785 
<a name="l00786"></a>00786 <span class="comment">// The following datarep will be deleted by the CompositePlotter.</span>
<a name="l00787"></a>00787    <a class="code" href="classhippodraw_1_1FunctionRep.html" title="A derived class of DataRep which is a base class for displaying a function.">FunctionRep</a> * funcRep = 
<a name="l00788"></a>00788       funcController-&gt;<a class="code" href="classhippodraw_1_1FunctionController.html#a5dea7df6dd8fb8e9c40af5fbbe8170f6" title="Returns a newly created FunctionRep object with function of type name and target...">createFunctionRep</a>(function, dataRep);
<a name="l00789"></a>00789 
<a name="l00790"></a>00790    <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a>();
<a name="l00791"></a>00791    dataRep = <span class="keyword">reinterpret_cast&lt;</span><a class="code" href="classhippodraw_1_1DataRep.html" title="The base class for data representations.">DataRep</a> *<span class="keyword">&gt;</span>(funcRep);
<a name="l00792"></a>00792    controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a352fcd32484d5e1a2d8c75fb98a5cdea" title="Adds the DataRep to the PlotterBase object by including it.">addDataRep</a>(<a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, dataRep);
<a name="l00793"></a>00793 
<a name="l00794"></a>00794    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00795"></a>00795 }
<a name="l00796"></a>00796 <span class="preprocessor">#endif // BOOST_DEFECT</span>
<a name="l00797"></a>00797 <span class="preprocessor"></span>
<a name="l00798"></a>00798 <span class="keywordtype">void</span>
<a name="l00799"></a>00799 <a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5" title="Sets the Range on the specified axis.">QtDisplay::</a>
<a name="l00800"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5">00800</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5" title="Sets the Range on the specified axis.">setRange</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">double</span> low, <span class="keywordtype">double</span> high,
<a name="l00801"></a>00801            <span class="keywordtype">bool</span> save)
<a name="l00802"></a>00802 {
<a name="l00803"></a>00803   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00804"></a>00804 
<a name="l00805"></a>00805   <span class="keywordflow">if</span> (save) {
<a name="l00806"></a>00806      <span class="keywordflow">if</span> (axis == <span class="stringliteral">&quot;x&quot;</span> || axis == <span class="stringliteral">&quot;X&quot;</span>) 
<a name="l00807"></a>00807         <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;x&quot;</span>] = std::make_pair(low, high);
<a name="l00808"></a>00808      <span class="keywordflow">if</span> (axis == <span class="stringliteral">&quot;y&quot;</span> || axis == <span class="stringliteral">&quot;Y&quot;</span>) 
<a name="l00809"></a>00809         <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;y&quot;</span>] = std::make_pair(low, high);
<a name="l00810"></a>00810   }
<a name="l00811"></a>00811      
<a name="l00812"></a>00812   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a189d730969d2a516bcebcce4d21514b4" title="Sets the range on the specified axis.">setRange</a> ( axis, low, high );
<a name="l00813"></a>00813 
<a name="l00814"></a>00814   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00815"></a>00815 }
<a name="l00816"></a>00816 
<a name="l00817"></a>00817 <span class="keywordtype">void</span>
<a name="l00818"></a>00818 <a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5" title="Sets the Range on the specified axis.">QtDisplay::</a>
<a name="l00819"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a09b9c65c112fecf83033b6cb51101608">00819</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5" title="Sets the Range on the specified axis.">setRange</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">double</span> low, <span class="keywordtype">double</span> high )
<a name="l00820"></a>00820 {
<a name="l00821"></a>00821   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00822"></a>00822   <a class="code" href="classhippodraw_1_1QtDisplay.html#a74b2ca2af8921cb9a36fd22ec72ed2f5" title="Sets the Range on the specified axis.">setRange</a>( axis, low, high, <span class="keyword">false</span> );
<a name="l00823"></a>00823   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a>();
<a name="l00824"></a>00824 }
<a name="l00825"></a>00825 
<a name="l00826"></a>00826 std::vector&lt;double&gt;
<a name="l00827"></a>00827 <a class="code" href="classhippodraw_1_1QtDisplay.html#a24896edac9a28b7dde37782967094ac3" title="Get the Range of the specified axis.">QtDisplay::</a>
<a name="l00828"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a24896edac9a28b7dde37782967094ac3">00828</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a24896edac9a28b7dde37782967094ac3" title="Get the Range of the specified axis.">getRange</a> ( <span class="keyword">const</span> std::string &amp; axis )
<a name="l00829"></a>00829 {
<a name="l00830"></a>00830   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a> ();
<a name="l00831"></a>00831 
<a name="l00832"></a>00832   std::vector&lt;double&gt; myRange;
<a name="l00833"></a>00833   <span class="keywordflow">try</span> { 
<a name="l00834"></a>00834     <a class="code" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7" title="Axes constants.">Axes::Type</a> <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a> = <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">Axes::convert</a> ( axis );
<a name="l00835"></a>00835     <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; axisRange = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a2e02fc30c09ce8abbb8cb702623fb22f" title="Returns the range on the specified axis.">getRange</a>( type, <span class="keyword">true</span> );
<a name="l00836"></a>00836     myRange.push_back(axisRange.<a class="code" href="classhippodraw_1_1Range.html#a3865c37c86de4e4eafc43b6b40ef05b9" title="Returns the minimum of the range object.">low</a>());
<a name="l00837"></a>00837     myRange.push_back(axisRange.<a class="code" href="classhippodraw_1_1Range.html#a10f7231db7f0fe0855fc344e98575714" title="Returns the maximum of the range object.">high</a>());
<a name="l00838"></a>00838     
<a name="l00839"></a>00839     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00840"></a>00840   }
<a name="l00841"></a>00841   <span class="keywordflow">catch</span> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1PlotterException.html" title="An exception class that is thrown when attempting an illegal operation on a PlotterBase...">PlotterException</a> &amp; e ) {
<a name="l00842"></a>00842     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00843"></a>00843     <span class="keywordflow">throw</span> e;
<a name="l00844"></a>00844   }
<a name="l00845"></a>00845 
<a name="l00846"></a>00846   <span class="keywordflow">return</span> myRange;
<a name="l00847"></a>00847 }
<a name="l00848"></a>00848 
<a name="l00849"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a1b0ae9df73cfb70a90d968c1105488fc">00849</a> <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1b0ae9df73cfb70a90d968c1105488fc" title="Save the current set of plot ranges which define a &amp;quot;view&amp;quot; for this plot...">QtDisplay::saveView</a> ()
<a name="l00850"></a>00850 {
<a name="l00851"></a>00851    std::vector&lt;double&gt; range_values;
<a name="l00852"></a>00852    std::vector&lt;double&gt; range = <a class="code" href="classhippodraw_1_1QtDisplay.html#a24896edac9a28b7dde37782967094ac3" title="Get the Range of the specified axis.">getRange</a>(<span class="stringliteral">&quot;x&quot;</span>);
<a name="l00853"></a>00853    range_values.push_back(range[0]);
<a name="l00854"></a>00854    range_values.push_back(range[1]);
<a name="l00855"></a>00855    <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;x&quot;</span>] = std::make_pair(range[0], range[1]);
<a name="l00856"></a>00856 
<a name="l00857"></a>00857    range = <a class="code" href="classhippodraw_1_1QtDisplay.html#a24896edac9a28b7dde37782967094ac3" title="Get the Range of the specified axis.">getRange</a>(<span class="stringliteral">&quot;y&quot;</span>);
<a name="l00858"></a>00858    range_values.push_back(range[0]);
<a name="l00859"></a>00859    range_values.push_back(range[1]);
<a name="l00860"></a>00860    <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;y&quot;</span>] = std::make_pair(range[0], range[1]);
<a name="l00861"></a>00861 
<a name="l00862"></a>00862    <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#aa1456d92915bd86cdde1e7f5d1899cae" title="Save the current set of plot ranges which define a &amp;quot;view&amp;quot; for this plot...">saveView</a>(range_values);
<a name="l00863"></a>00863 }
<a name="l00864"></a>00864 
<a name="l00865"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a78fdc75b764a7d8a31831a359f2e957f">00865</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a78fdc75b764a7d8a31831a359f2e957f" title="Set the view by index.">QtDisplay::setView</a> ( <span class="keywordtype">int</span> index )
<a name="l00866"></a>00866 {
<a name="l00867"></a>00867   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00868"></a>00868   <span class="keywordflow">try</span> {
<a name="l00869"></a>00869      <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a78fdc75b764a7d8a31831a359f2e957f" title="Set the view by index.">setView</a>( index );
<a name="l00870"></a>00870   } <span class="keywordflow">catch</span> (...) {
<a name="l00871"></a>00871     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00872"></a>00872      <span class="keywordflow">throw</span>;
<a name="l00873"></a>00873   }
<a name="l00874"></a>00874   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00875"></a>00875 }
<a name="l00876"></a>00876 
<a name="l00877"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a9416d1ea5c6d36a14b309c7d3b019563">00877</a> <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a9416d1ea5c6d36a14b309c7d3b019563" title="Cycle through each set of plot ranges, thereby changing the view with each call.">QtDisplay::nextView</a>( <span class="keywordtype">bool</span> stepForward )
<a name="l00878"></a>00878 {
<a name="l00879"></a>00879   <span class="keywordtype">int</span> index(-1);
<a name="l00880"></a>00880   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00881"></a>00881    <span class="keywordflow">try</span> {
<a name="l00882"></a>00882       index = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a9416d1ea5c6d36a14b309c7d3b019563" title="Cycle through each set of plot ranges, thereby changing the view with each call.">nextView</a>(stepForward);
<a name="l00883"></a>00883    } <span class="keywordflow">catch</span> (...) {
<a name="l00884"></a>00884      <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00885"></a>00885       <span class="keywordflow">throw</span>;
<a name="l00886"></a>00886    }
<a name="l00887"></a>00887    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00888"></a>00888    <span class="keywordflow">return</span> index;
<a name="l00889"></a>00889 }
<a name="l00890"></a>00890 
<a name="l00891"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ace8f19c07271d357d2e84e2efd9f8882">00891</a> <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#ace8f19c07271d357d2e84e2efd9f8882" title="Return the number of stored views.">QtDisplay::numViews</a> () {
<a name="l00892"></a>00892    <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a1508236aacd184cc493337480967dedd" title="Return the number of stored views.">numViews</a>();
<a name="l00893"></a>00893 }
<a name="l00894"></a>00894 
<a name="l00895"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a95164ccc47a88a17a207f3e01a8d67dc">00895</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a95164ccc47a88a17a207f3e01a8d67dc" title="Delete a view by index.">QtDisplay::deleteView</a> (<span class="keywordtype">int</span> index) {
<a name="l00896"></a>00896   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00897"></a>00897    <span class="keywordflow">try</span> {
<a name="l00898"></a>00898       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a95164ccc47a88a17a207f3e01a8d67dc" title="Delete a view by index.">deleteView</a>(index);
<a name="l00899"></a>00899    } <span class="keywordflow">catch</span> (...) {
<a name="l00900"></a>00900      <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00901"></a>00901       <span class="keywordflow">throw</span>;
<a name="l00902"></a>00902    }
<a name="l00903"></a>00903    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00904"></a>00904 }
<a name="l00905"></a>00905 
<a name="l00906"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a0602c0cbfb9ca87af2ebe6550771be95">00906</a> <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a0602c0cbfb9ca87af2ebe6550771be95" title="Return the current view index.">QtDisplay::currentView</a> () {
<a name="l00907"></a>00907    <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#aab02c30fe530ea0aad8ce298b20feabf" title="Return the current view index.">currentView</a>();
<a name="l00908"></a>00908 }
<a name="l00909"></a>00909 
<a name="l00910"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#abc79cf0667bbb5c93fca3f01b52c7b57">00910</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#abc79cf0667bbb5c93fca3f01b52c7b57" title="Sets the title of the display.">QtDisplay::setTitle</a> ( <span class="keyword">const</span> std::string &amp; title )
<a name="l00911"></a>00911 {
<a name="l00912"></a>00912   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00913"></a>00913   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#abc79cf0667bbb5c93fca3f01b52c7b57" title="Sets the title to be displayed.">setTitle</a> ( title );
<a name="l00914"></a>00914   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00915"></a>00915 }
<a name="l00916"></a>00916 
<a name="l00917"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a98de8e590ee20cbb6aa9c564d79c71ee">00917</a> <span class="keyword">const</span> std::string &amp; <a class="code" href="classhippodraw_1_1QtDisplay.html#a98de8e590ee20cbb6aa9c564d79c71ee" title="Returns the title of the display.">QtDisplay::getTitle</a>()<span class="keyword"> const </span>{
<a name="l00918"></a>00918    <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a5c6c10f52e919ac9799a63f799c44760" title="Gets the title to be displayed.">getTitle</a>();
<a name="l00919"></a>00919 }
<a name="l00920"></a>00920 
<a name="l00921"></a>00921 <span class="keywordtype">void</span>
<a name="l00922"></a>00922 <a class="code" href="classhippodraw_1_1QtDisplay.html#acb70a731a91ac2d8cfd8ed5ab38787f5" title="Sets the PointRep for the display.">QtDisplay::</a>
<a name="l00923"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#acb70a731a91ac2d8cfd8ed5ab38787f5">00923</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#acb70a731a91ac2d8cfd8ed5ab38787f5" title="Sets the PointRep for the display.">setPointRep</a> ( <a class="code" href="classhippodraw_1_1RepBase.html" title="The base class for the point representation hierarchy.">RepBase</a> * rep )
<a name="l00924"></a>00924 {
<a name="l00925"></a>00925   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00926"></a>00926   <span class="keywordflow">try</span> {
<a name="l00927"></a>00927      <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a8784a4f318c0e5779b47760f7ef3d67e" title="Sets the representation.">setRepresentation</a> ( rep );
<a name="l00928"></a>00928   } <span class="keywordflow">catch</span> ( <span class="keyword">const</span> std::runtime_error &amp; e ) {
<a name="l00929"></a>00929     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00930"></a>00930     <span class="keywordflow">throw</span> e;
<a name="l00931"></a>00931   }
<a name="l00932"></a>00932   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00933"></a>00933 }
<a name="l00934"></a>00934 
<a name="l00935"></a>00935 <span class="keywordtype">void</span>
<a name="l00936"></a>00936 <a class="code" href="classhippodraw_1_1QtDisplay.html#a4d5adf7c9e2f007578ed5af2368b19e3" title="Set the contour levels if a ContourPointRep.">QtDisplay::</a>
<a name="l00937"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a4d5adf7c9e2f007578ed5af2368b19e3">00937</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a4d5adf7c9e2f007578ed5af2368b19e3" title="Set the contour levels if a ContourPointRep.">setContourLevels</a> ( <span class="keyword">const</span> std::vector&lt;double&gt; &amp;levels ) 
<a name="l00938"></a>00938 {
<a name="l00939"></a>00939    <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00940"></a>00940    <a class="code" href="classhippodraw_1_1RepBase.html" title="The base class for the point representation hierarchy.">RepBase</a> * rep = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a68568fbcd108de55f1376375a02530a7" title="Returns the representation used by the plotter.">representation</a>();
<a name="l00941"></a>00941    
<a name="l00942"></a>00942    <span class="keywordflow">if</span> ( rep-&gt;<a class="code" href="classhippodraw_1_1RepBase.html#a11c23a386abb9eb8a42f0c2c2835d640" title="Returns the name of the representation.">name</a>() == std::string(<span class="stringliteral">&quot;Contour&quot;</span>) ) {
<a name="l00943"></a>00943       <a class="code" href="classhippodraw_1_1DataRep.html" title="The base class for data representations.">DataRep</a> * datarep 
<a name="l00944"></a>00944          = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a4b915f5fbccdb544a5de6b3e72dbec84" title="Returns the specified DataRep or null pointer if it doesn&amp;#39;t exits.">getDataRep</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#af17d91d1b3039f791a5045d18386944d" title="Returns the index of the active plotter.">activePlotIndex</a>() );
<a name="l00945"></a>00945 
<a name="l00946"></a>00946       <span class="keyword">dynamic_cast&lt;</span><a class="code" href="classhippodraw_1_1ContourPointRep.html" title="A PointRep class that draws a contour lines.">ContourPointRep</a> *<span class="keyword">&gt;</span>(rep)
<a name="l00947"></a>00947          -&gt;setContourValues( <span class="keyword">const_cast&lt;</span>std::vector&lt;double&gt;&amp;<span class="keyword">&gt;</span>(levels), 
<a name="l00948"></a>00948                              datarep-&gt;<a class="code" href="classhippodraw_1_1DataRep.html#a37b55376f6e66874ac5a9ece07a0f57f" title="Returns the Projector object controlling the data.">getProjector</a>() );
<a name="l00949"></a>00949 
<a name="l00950"></a>00950       datarep-&gt;<a class="code" href="classhippodraw_1_1Observable.html#a22405609eb7094686259b6a82ad8e0cc" title="Notifies Observer objects of a change.">notifyObservers</a>();
<a name="l00951"></a>00951 
<a name="l00952"></a>00952    } <span class="keywordflow">else</span> {
<a name="l00953"></a>00953       <span class="comment">// do nothing</span>
<a name="l00954"></a>00954    }
<a name="l00955"></a>00955    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00956"></a>00956 }
<a name="l00957"></a>00957 
<a name="l00958"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#accb02499b420a8e24a8a8db8d7f8a506">00958</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#accb02499b420a8e24a8a8db8d7f8a506" title="Sets the label on the corresponding axis.">QtDisplay::setLabel</a> ( <span class="keyword">const</span> std::string &amp; axis,
<a name="l00959"></a>00959                            <span class="keyword">const</span> std::string &amp; label )
<a name="l00960"></a>00960 {
<a name="l00961"></a>00961   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00962"></a>00962 
<a name="l00963"></a>00963   <a class="code" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7" title="Axes constants.">Axes::Type</a> at = <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">Axes::convert</a> ( axis );
<a name="l00964"></a>00964   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#accb02499b420a8e24a8a8db8d7f8a506" title="Sets the label of specified axis to label.">setLabel</a> ( at, label );
<a name="l00965"></a>00965 
<a name="l00966"></a>00966   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00967"></a>00967 }
<a name="l00968"></a>00968 
<a name="l00969"></a>00969 <span class="keyword">const</span> std::string &amp;
<a name="l00970"></a>00970 <a class="code" href="classhippodraw_1_1QtDisplay.html#a7858b5eae48f067ce58c0e9175ef528b" title="Returns the label on the specified axis.">QtDisplay::</a>
<a name="l00971"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a7858b5eae48f067ce58c0e9175ef528b">00971</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a7858b5eae48f067ce58c0e9175ef528b" title="Returns the label on the specified axis.">getLabel</a> ( <span class="keyword">const</span> std::string &amp; axis )<span class="keyword"> const</span>
<a name="l00972"></a>00972 <span class="keyword"></span>{
<a name="l00973"></a>00973   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a> ();
<a name="l00974"></a>00974   <a class="code" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7" title="Axes constants.">Axes::Type</a> at = <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">Axes::convert</a> ( axis );
<a name="l00975"></a>00975   <span class="keyword">const</span> std::string &amp; label = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#a7858b5eae48f067ce58c0e9175ef528b" title="Returns the label on the specified axis.">getLabel</a>( at );
<a name="l00976"></a>00976   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00977"></a>00977 
<a name="l00978"></a>00978   <span class="keywordflow">return</span> label;
<a name="l00979"></a>00979 }
<a name="l00980"></a>00980 
<a name="l00981"></a>00981 <span class="keywordtype">void</span>
<a name="l00982"></a>00982 <a class="code" href="classhippodraw_1_1QtDisplay.html#a24d8021a5bbc6b17da11300df02d2b70" title="Sets the number of bins.">QtDisplay::</a>
<a name="l00983"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a24d8021a5bbc6b17da11300df02d2b70">00983</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a24d8021a5bbc6b17da11300df02d2b70" title="Sets the number of bins.">setNumberOfBins</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> number )
<a name="l00984"></a>00984 {
<a name="l00985"></a>00985   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00986"></a>00986   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a24d8021a5bbc6b17da11300df02d2b70" title="Sets the number of bins.">setNumberOfBins</a> ( axis, number );
<a name="l00987"></a>00987   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a>();
<a name="l00988"></a>00988 }
<a name="l00989"></a>00989 
<a name="l00990"></a>00990 <span class="keywordtype">void</span> 
<a name="l00991"></a>00991 <a class="code" href="classhippodraw_1_1QtDisplay.html#ad20897c5c8bd47f5d4005989bead0e55" title="Resets all bins.">QtDisplay::</a>
<a name="l00992"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ad20897c5c8bd47f5d4005989bead0e55">00992</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad20897c5c8bd47f5d4005989bead0e55" title="Resets all bins.">reset</a>()
<a name="l00993"></a>00993 {
<a name="l00994"></a>00994   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l00995"></a>00995   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#ad20897c5c8bd47f5d4005989bead0e55" title="Resets all bins.">reset</a> ();
<a name="l00996"></a>00996   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l00997"></a>00997 }
<a name="l00998"></a>00998 
<a name="l00999"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a1d1ad1a6c05da156c3b83a6652507574">00999</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1d1ad1a6c05da156c3b83a6652507574" title="Sets the bin width on the specified axis.">QtDisplay::setBinWidth</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">double</span> width,
<a name="l01000"></a>01000                               <span class="keywordtype">bool</span> save )
<a name="l01001"></a>01001 {
<a name="l01002"></a>01002   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01003"></a>01003 
<a name="l01004"></a>01004   <span class="keywordflow">if</span> (save) {
<a name="l01005"></a>01005      <span class="keywordflow">if</span> (axis == <span class="stringliteral">&quot;x&quot;</span> || axis == <span class="stringliteral">&quot;X&quot;</span>) 
<a name="l01006"></a>01006         <a class="code" href="classhippodraw_1_1QtDisplay.html#a9bd995c1d558819cfa107f930f61a9e1" title="The saved X and Y bin widths to be used with the resize() method.">m_binWidths</a>[<span class="stringliteral">&quot;x&quot;</span>] = width;
<a name="l01007"></a>01007      <span class="keywordflow">if</span> (axis == <span class="stringliteral">&quot;y&quot;</span> || axis == <span class="stringliteral">&quot;Y&quot;</span>) 
<a name="l01008"></a>01008         <a class="code" href="classhippodraw_1_1QtDisplay.html#a9bd995c1d558819cfa107f930f61a9e1" title="The saved X and Y bin widths to be used with the resize() method.">m_binWidths</a>[<span class="stringliteral">&quot;y&quot;</span>] = width;
<a name="l01009"></a>01009   }     
<a name="l01010"></a>01010 
<a name="l01011"></a>01011   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#ab00342247f9d5d6ef93f21a1853c055a" title="Sets the bin width.">setBinWidth</a> ( axis, width );
<a name="l01012"></a>01012 
<a name="l01013"></a>01013   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01014"></a>01014 }
<a name="l01015"></a>01015 
<a name="l01016"></a>01016 <span class="keywordtype">double</span>
<a name="l01017"></a>01017 <a class="code" href="classhippodraw_1_1QtDisplay.html#a0e0c9b9d4035feb7f745f01aad85a920" title="Returns the bin width on the specified axis.">QtDisplay::</a>
<a name="l01018"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a0e0c9b9d4035feb7f745f01aad85a920">01018</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a0e0c9b9d4035feb7f745f01aad85a920" title="Returns the bin width on the specified axis.">getBinWidth</a> ( <span class="keyword">const</span> std::string &amp; axis )<span class="keyword"> const</span>
<a name="l01019"></a>01019 <span class="keyword"></span>{
<a name="l01020"></a>01020   <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a93a21af034969500625e2e1be613bdf3" title="Returns the bin width.">getBinWidth</a> ( axis);
<a name="l01021"></a>01021 }
<a name="l01022"></a>01022 
<a name="l01023"></a>01023 <span class="keywordtype">void</span>
<a name="l01024"></a>01024 <a class="code" href="classhippodraw_1_1QtDisplay.html#a1d1ad1a6c05da156c3b83a6652507574" title="Sets the bin width on the specified axis.">QtDisplay::</a>
<a name="l01025"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#aa909a33a4008481ad3d9839a2fa883ea">01025</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1d1ad1a6c05da156c3b83a6652507574" title="Sets the bin width on the specified axis.">setBinWidth</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">double</span> width )
<a name="l01026"></a>01026 {
<a name="l01027"></a>01027     <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01028"></a>01028    <a class="code" href="classhippodraw_1_1QtDisplay.html#a1d1ad1a6c05da156c3b83a6652507574" title="Sets the bin width on the specified axis.">setBinWidth</a>( axis, width, <span class="keyword">false</span> );
<a name="l01029"></a>01029    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01030"></a>01030 }
<a name="l01031"></a>01031 
<a name="l01032"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a560d5fdd7b05de74e5e1d7d931ad64f6">01032</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a560d5fdd7b05de74e5e1d7d931ad64f6" title="Sets the offset of the bins on the specified axis.">QtDisplay::setOffset</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">double</span> offset )
<a name="l01033"></a>01033 {
<a name="l01034"></a>01034   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01035"></a>01035   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l01036"></a>01036   <a class="code" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7" title="Axes constants.">Axes::Type</a> <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a> = <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">Axes::convert</a> ( axis );
<a name="l01037"></a>01037 
<a name="l01038"></a>01038   controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a32dc459f8b2221a32307d0a7bfcd99b0" title="Sets the offset from dragging slider.">setOffset</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, type, offset );
<a name="l01039"></a>01039   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a>();
<a name="l01040"></a>01040 }
<a name="l01041"></a>01041 
<a name="l01044"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a1051ee3cd0ba94d7d3b368374cd29cbf">01044</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1051ee3cd0ba94d7d3b368374cd29cbf" title="Sets the Transform.">QtDisplay::setTransform</a> ( <span class="keyword">const</span> std::string &amp; name )
<a name="l01045"></a>01045 {
<a name="l01046"></a>01046   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01047"></a>01047 
<a name="l01048"></a>01048   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l01049"></a>01049   <span class="keywordflow">try</span> {
<a name="l01050"></a>01050      controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a68df0e6834bec3a92a23862c6801f1a0" title="Creates and sets a new transform for the display.">setTransform</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, name );
<a name="l01051"></a>01051      <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01052"></a>01052   } <span class="keywordflow">catch</span> (<a class="code" href="classhippodraw_1_1PlotterException.html" title="An exception class that is thrown when attempting an illegal operation on a PlotterBase...">PlotterException</a> &amp; eObj) {
<a name="l01053"></a>01053     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01054"></a>01054      <span class="keywordflow">throw</span> eObj;
<a name="l01055"></a>01055   } <span class="keywordflow">catch</span> (<a class="code" href="classhippodraw_1_1FactoryException.html" title="An exception class that is thrown when the factory fails to find the request class...">FactoryException</a> &amp; eObj) {
<a name="l01056"></a>01056     <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01057"></a>01057      <span class="keywordflow">throw</span> eObj;
<a name="l01058"></a>01058   }
<a name="l01059"></a>01059 }
<a name="l01060"></a>01060 
<a name="l01061"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403">01061</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">QtDisplay::unlock</a>() {
<a name="l01062"></a>01062   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01063"></a>01063 }
<a name="l01064"></a>01064 
<a name="l01065"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824">01065</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">QtDisplay::setLog</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">int</span> flag )
<a name="l01066"></a>01066 {
<a name="l01067"></a>01067   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01068"></a>01068   <a class="code" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7" title="Axes constants.">Axes::Type</a> <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a> = <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">Axes::convert</a> ( axis );
<a name="l01069"></a>01069   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l01070"></a>01070   <span class="keywordtype">bool</span> yes = flag != 0;
<a name="l01071"></a>01071 
<a name="l01072"></a>01072   controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a6eee66773c140b3ea98700e576d20e27" title="Sets a log scale on or off for the specified axis for the plotter.">setLog</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, type, yes );
<a name="l01073"></a>01073   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01074"></a>01074 }
<a name="l01075"></a>01075 
<a name="l01076"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a152bdfec390320e3417a2ba7a18d4a07">01076</a> <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a152bdfec390320e3417a2ba7a18d4a07" title="Return 1 if the specified axis is logarithmically scaled.">QtDisplay::getLog</a> ( <span class="keyword">const</span> std::string &amp; axis )
<a name="l01077"></a>01077 {
<a name="l01078"></a>01078   <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a> ();
<a name="l01079"></a>01079   <span class="keywordflow">if</span> ( controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a6749b659850134a35d47b557fb4b70e0" title="Returns true if the designated axis is on a logarithmic scale.">getLog</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, axis) ) {
<a name="l01080"></a>01080      <span class="keywordflow">return</span> 1;
<a name="l01081"></a>01081   } <span class="keywordflow">else</span> {
<a name="l01082"></a>01082      <span class="keywordflow">return</span> 0;
<a name="l01083"></a>01083   }
<a name="l01084"></a>01084 }
<a name="l01085"></a>01085 
<a name="l01086"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a352144bce77f0f9cadfb18097f50898c">01086</a> <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a352144bce77f0f9cadfb18097f50898c" title="Sets the auto ranging flag on specified axis.">QtDisplay::setAutoRanging</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">bool</span> flag )
<a name="l01087"></a>01087 {
<a name="l01088"></a>01088   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01089"></a>01089   <a class="code" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7" title="Axes constants.">Axes::Type</a> <a class="code" href="namespacenum__util.html#af7e893a8c6a5f6a426480fc85cda4fa1">type</a> = <a class="code" href="namespacehippodraw_1_1Axes.html#ae2337bddf33bc8b17dd5c08e665422cd" title="Converts from string representation ot Axes::Type representation.">Axes::convert</a> ( axis );
<a name="l01090"></a>01090   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a352144bce77f0f9cadfb18097f50898c" title="Sets the auto-ranging.">setAutoRanging</a> ( type, flag );
<a name="l01091"></a>01091   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01092"></a>01092 }
<a name="l01093"></a>01093 
<a name="l01094"></a>01094 <a class="code" href="classhippodraw_1_1PyDataRep.html" title="This class is the public interface the what the user sees as the DataRep object from...">PyDataRep</a> *
<a name="l01095"></a>01095 <a class="code" href="classhippodraw_1_1QtDisplay.html#a4a03466c14d090cb14ef129af3508015" title="Returns the selected DataRep in the plotter.">QtDisplay::</a>
<a name="l01096"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a4a03466c14d090cb14ef129af3508015">01096</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a4a03466c14d090cb14ef129af3508015" title="Returns the selected DataRep in the plotter.">getDataRep</a> ()
<a name="l01097"></a>01097 {
<a name="l01098"></a>01098   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a> ();
<a name="l01099"></a>01099 
<a name="l01100"></a>01100   <span class="keywordtype">int</span> index = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#af17d91d1b3039f791a5045d18386944d" title="Returns the index of the active plotter.">activePlotIndex</a>();
<a name="l01101"></a>01101   <span class="keywordflow">if</span> ( index &lt; 0 ) index = 0;
<a name="l01102"></a>01102   <a class="code" href="classhippodraw_1_1DataRep.html" title="The base class for data representations.">DataRep</a> * rep = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a4b915f5fbccdb544a5de6b3e72dbec84" title="Returns the specified DataRep or null pointer if it doesn&amp;#39;t exits.">getDataRep</a> ( index );
<a name="l01103"></a>01103   <a class="code" href="classhippodraw_1_1PyDataRep.html" title="This class is the public interface the what the user sees as the DataRep object from...">PyDataRep</a> * pyrep = <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1PyDataRep.html" title="This class is the public interface the what the user sees as the DataRep object from...">PyDataRep</a> ( rep );
<a name="l01104"></a>01104 
<a name="l01105"></a>01105   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01106"></a>01106 
<a name="l01107"></a>01107   <span class="keywordflow">return</span> pyrep;
<a name="l01108"></a>01108 }
<a name="l01109"></a>01109 
<a name="l01110"></a>01110 <span class="keyword">const</span> std::vector&lt;PyDataRep *&gt; &amp;
<a name="l01111"></a>01111 <a class="code" href="classhippodraw_1_1QtDisplay.html#ac4ee537ad229a507ce5bdea2a890079f" title="Returns a vector of all DataReps in the plotter.">QtDisplay::</a>
<a name="l01112"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ac4ee537ad229a507ce5bdea2a890079f">01112</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ac4ee537ad229a507ce5bdea2a890079f" title="Returns a vector of all DataReps in the plotter.">getDataReps</a> ()<span class="keyword"> const</span>
<a name="l01113"></a>01113 <span class="keyword"></span>{
<a name="l01114"></a>01114   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a> ();
<a name="l01115"></a>01115 
<a name="l01116"></a>01116    <a class="code" href="classhippodraw_1_1QtDisplay.html#a8d43aceb14a22ad5dccde2595258f71c" title="A vector to store the PyDataRep pointers to be returned by reference via the getDataReps()...">m_pyDataReps</a>.clear();
<a name="l01117"></a>01117    <span class="keywordtype">int</span> nReps = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a791198b102f1b7a0bd82481ff808ccf2" title="Returns the number of DataRep objects contained in the plot.">getNumDataReps</a>();
<a name="l01118"></a>01118    <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; nReps; i++) {
<a name="l01119"></a>01119       <a class="code" href="classhippodraw_1_1QtDisplay.html#a8d43aceb14a22ad5dccde2595258f71c" title="A vector to store the PyDataRep pointers to be returned by reference via the getDataReps()...">m_pyDataReps</a>.push_back( <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1PyDataRep.html" title="This class is the public interface the what the user sees as the DataRep object from...">PyDataRep</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a4b915f5fbccdb544a5de6b3e72dbec84" title="Returns the specified DataRep or null pointer if it doesn&amp;#39;t exits.">getDataRep</a>( i ) ) );
<a name="l01120"></a>01120    }
<a name="l01121"></a>01121    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01122"></a>01122 
<a name="l01123"></a>01123    <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a8d43aceb14a22ad5dccde2595258f71c" title="A vector to store the PyDataRep pointers to be returned by reference via the getDataReps()...">m_pyDataReps</a>;
<a name="l01124"></a>01124 }
<a name="l01125"></a>01125 
<a name="l01126"></a>01126 <span class="keywordtype">void</span>
<a name="l01127"></a>01127 <a class="code" href="classhippodraw_1_1QtDisplay.html#a2702277fba29397e6d437872a381dd21" title="Sets the aspect ratio.">QtDisplay::</a>
<a name="l01128"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a2702277fba29397e6d437872a381dd21">01128</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a2702277fba29397e6d437872a381dd21" title="Sets the aspect ratio.">setAspectRatio</a> ( <span class="keywordtype">double</span> ratio )
<a name="l01129"></a>01129 {
<a name="l01130"></a>01130   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01131"></a>01131   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a2702277fba29397e6d437872a381dd21" title="Sets the aspect ratio.">setAspectRatio</a> ( ratio );
<a name="l01132"></a>01132   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01133"></a>01133 }
<a name="l01134"></a>01134 
<a name="l01135"></a>01135 <span class="keywordtype">void</span>
<a name="l01136"></a>01136 <a class="code" href="classhippodraw_1_1QtDisplay.html#a73127ff94c2b867a57f5ab0635f7e892" title="Adds the values to the display.">QtDisplay::</a>
<a name="l01137"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a73127ff94c2b867a57f5ab0635f7e892">01137</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a73127ff94c2b867a57f5ab0635f7e892" title="Adds the values to the display.">addValues</a> ( <span class="keyword">const</span> std::vector &lt; double &gt; &amp; v )
<a name="l01138"></a>01138 {
<a name="l01139"></a>01139   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01140"></a>01140   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#a73127ff94c2b867a57f5ab0635f7e892" title="Adds the values to the display.">addValues</a> ( v );
<a name="l01141"></a>01141   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01142"></a>01142 }
<a name="l01143"></a>01143 
<a name="l01144"></a>01144 <a class="code" href="classhippodraw_1_1PyNTuple.html" title="A wrapper for NTuple, so that when NTuple is used in Qt based application, the application...">PyNTuple</a> *
<a name="l01145"></a>01145 <a class="code" href="classhippodraw_1_1QtDisplay.html#a6cbd006f5158348ac6dde45606695a69" title="Creates and returns an PyNTuple representing the display.">QtDisplay::</a>
<a name="l01146"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a6cbd006f5158348ac6dde45606695a69">01146</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a6cbd006f5158348ac6dde45606695a69" title="Creates and returns an PyNTuple representing the display.">createNTuple</a> ()<span class="keyword"> const</span>
<a name="l01147"></a>01147 <span class="keyword"></span>{
<a name="l01148"></a>01148   <span class="comment">// Need to lock else could create NTuple not yet displayed</span>
<a name="l01149"></a>01149   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01150"></a>01150   <a class="code" href="classhippodraw_1_1FunctionController.html" title="A singleton class is the interface between an application and the list of FunctionRep...">FunctionController</a> * controller = <a class="code" href="classhippodraw_1_1FunctionController.html#add005d3cdf4fc316aa46841a275f046d" title="Returns the pointer to the singleton instance.">FunctionController::instance</a>();
<a name="l01151"></a>01151   <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1NTuple.html" title="A DataSource class implemented with std::vector&amp;lt;double&amp;gt; to store the column...">NTuple</a> * ntuple = controller -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#a6cbd006f5158348ac6dde45606695a69" title="Creates and returns an PyNTuple representing the display.">createNTuple</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, 0 );
<a name="l01152"></a>01152 
<a name="l01153"></a>01153   <a class="code" href="classhippodraw_1_1PyNTuple.html" title="A wrapper for NTuple, so that when NTuple is used in Qt based application, the application...">PyNTuple</a> * pytuple = <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1PyNTuple.html" title="A wrapper for NTuple, so that when NTuple is used in Qt based application, the application...">PyNTuple</a> ( *ntuple );
<a name="l01154"></a>01154   <span class="keyword">delete</span> ntuple;
<a name="l01155"></a>01155 
<a name="l01156"></a>01156   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01157"></a>01157 
<a name="l01158"></a>01158   <span class="keywordflow">return</span> pytuple;
<a name="l01159"></a>01159 }
<a name="l01160"></a>01160 
<a name="l01161"></a>01161 <span class="keywordtype">double</span>
<a name="l01162"></a>01162 <a class="code" href="classhippodraw_1_1QtDisplay.html#acb199f49cb52cee2a3aa72d35f0508fc" title="Return the number of entries in the display.">QtDisplay::</a>
<a name="l01163"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#acb199f49cb52cee2a3aa72d35f0508fc">01163</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#acb199f49cb52cee2a3aa72d35f0508fc" title="Return the number of entries in the display.">numberOfEntries</a>()<span class="keyword"> const</span>
<a name="l01164"></a>01164 <span class="keyword"></span>{
<a name="l01165"></a>01165    <a class="code" href="classhippodraw_1_1ProjectorBase.html" title="The base class for the Projector hierarchy.">ProjectorBase</a> * projector = <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#ad21611548a8b5dc96d82032aa4a886e1" title="Returns the active projector.">activeProjector</a>();
<a name="l01166"></a>01166    <span class="keywordflow">return</span> projector-&gt;<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="l01167"></a>01167 }
<a name="l01168"></a>01168 
<a name="l01169"></a>01169 <span class="keywordtype">void</span>
<a name="l01170"></a>01170 <a class="code" href="classhippodraw_1_1QtDisplay.html#a0fc3d585aa53859602ac79c9c421f2a9" title="Restore the X and Y dimensions of the display to their saved values.">QtDisplay::</a>
<a name="l01171"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a0fc3d585aa53859602ac79c9c421f2a9">01171</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a0fc3d585aa53859602ac79c9c421f2a9" title="Restore the X and Y dimensions of the display to their saved values.">resize</a>() 
<a name="l01172"></a>01172 {
<a name="l01173"></a>01173    <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01174"></a>01174 
<a name="l01175"></a>01175    <span class="keywordflow">if</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html#a9bd995c1d558819cfa107f930f61a9e1" title="The saved X and Y bin widths to be used with the resize() method.">m_binWidths</a>.count(<span class="stringliteral">&quot;x&quot;</span>)) {
<a name="l01176"></a>01176       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#ab00342247f9d5d6ef93f21a1853c055a" title="Sets the bin width.">setBinWidth</a>(<span class="stringliteral">&quot;x&quot;</span>, <a class="code" href="classhippodraw_1_1QtDisplay.html#a9bd995c1d558819cfa107f930f61a9e1" title="The saved X and Y bin widths to be used with the resize() method.">m_binWidths</a>[<span class="stringliteral">&quot;x&quot;</span>]);
<a name="l01177"></a>01177    } <span class="keywordflow">else</span> {
<a name="l01178"></a>01178 <span class="comment">// set and unset log-scale to get decent bin sizes</span>
<a name="l01179"></a>01179       <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a>();
<a name="l01180"></a>01180       <span class="keywordflow">if</span> ( controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a6749b659850134a35d47b557fb4b70e0" title="Returns true if the designated axis is on a logarithmic scale.">getLog</a>( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, <span class="stringliteral">&quot;x&quot;</span> ) ) {
<a name="l01181"></a>01181          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;x&quot;</span>, 0 );
<a name="l01182"></a>01182          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;x&quot;</span>, 1 );
<a name="l01183"></a>01183       } <span class="keywordflow">else</span> { 
<a name="l01184"></a>01184          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;x&quot;</span>, 1 );
<a name="l01185"></a>01185          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;x&quot;</span>, 0 );
<a name="l01186"></a>01186       }
<a name="l01187"></a>01187    }
<a name="l01188"></a>01188 
<a name="l01189"></a>01189    <span class="keywordflow">if</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html#a9bd995c1d558819cfa107f930f61a9e1" title="The saved X and Y bin widths to be used with the resize() method.">m_binWidths</a>.count(<span class="stringliteral">&quot;y&quot;</span>)) {
<a name="l01190"></a>01190       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#ab00342247f9d5d6ef93f21a1853c055a" title="Sets the bin width.">setBinWidth</a>(<span class="stringliteral">&quot;y&quot;</span>, <a class="code" href="classhippodraw_1_1QtDisplay.html#a9bd995c1d558819cfa107f930f61a9e1" title="The saved X and Y bin widths to be used with the resize() method.">m_binWidths</a>[<span class="stringliteral">&quot;y&quot;</span>]);
<a name="l01191"></a>01191    } <span class="keywordflow">else</span> {
<a name="l01192"></a>01192      <span class="comment">// set and unset log-scale to get decent bin sizes</span>
<a name="l01193"></a>01193       <a class="code" href="classhippodraw_1_1DisplayController.html" title="A singleton class that is the interface between GUI and the displays.">DisplayController</a> * controller = <a class="code" href="classhippodraw_1_1DisplayController.html#aba45b6f55c38a5036c5ceb67c05ad94f" title="Returns the pointer to the singleton instance.">DisplayController::instance</a>();
<a name="l01194"></a>01194       <span class="keywordflow">if</span> ( controller-&gt;<a class="code" href="classhippodraw_1_1DisplayController.html#a6749b659850134a35d47b557fb4b70e0" title="Returns true if the designated axis is on a logarithmic scale.">getLog</a>( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, <span class="stringliteral">&quot;y&quot;</span> ) ) {
<a name="l01195"></a>01195          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;y&quot;</span>, 0 );
<a name="l01196"></a>01196          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;y&quot;</span>, 1 );
<a name="l01197"></a>01197       } <span class="keywordflow">else</span> { 
<a name="l01198"></a>01198          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;y&quot;</span>, 1 );
<a name="l01199"></a>01199          <a class="code" href="classhippodraw_1_1QtDisplay.html#a4b85618e47cc9140ce83c372bc072824" title="Sets the specified axis to Logarithmic binning (if applicable ) and display.">setLog</a>( <span class="stringliteral">&quot;y&quot;</span>, 0 );
<a name="l01200"></a>01200       }
<a name="l01201"></a>01201    }
<a name="l01202"></a>01202 
<a name="l01203"></a>01203    <span class="keywordflow">if</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>.count(<span class="stringliteral">&quot;x&quot;</span>)) {
<a name="l01204"></a>01204       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a189d730969d2a516bcebcce4d21514b4" title="Sets the range on the specified axis.">setRange</a>(<span class="stringliteral">&quot;x&quot;</span>, <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;x&quot;</span>].first, <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;x&quot;</span>].second);
<a name="l01205"></a>01205    } <span class="keywordflow">else</span> {
<a name="l01206"></a>01206       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a352144bce77f0f9cadfb18097f50898c" title="Sets the auto-ranging.">setAutoRanging</a>(<span class="stringliteral">&quot;x&quot;</span>, <span class="keyword">true</span>);
<a name="l01207"></a>01207    }
<a name="l01208"></a>01208 
<a name="l01209"></a>01209    <span class="keywordflow">if</span> (<a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>.count(<span class="stringliteral">&quot;y&quot;</span>)) {
<a name="l01210"></a>01210       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a189d730969d2a516bcebcce4d21514b4" title="Sets the range on the specified axis.">setRange</a>(<span class="stringliteral">&quot;y&quot;</span>, <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;y&quot;</span>].first, <a class="code" href="classhippodraw_1_1QtDisplay.html#a3a4b1e4029d39dc1af7d735116e2497f" title="The saved X and Y ranges to be used with the resize() method.">m_ranges</a>[<span class="stringliteral">&quot;y&quot;</span>].second);
<a name="l01211"></a>01211    } <span class="keywordflow">else</span> {
<a name="l01212"></a>01212       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#a352144bce77f0f9cadfb18097f50898c" title="Sets the auto-ranging.">setAutoRanging</a>(<span class="stringliteral">&quot;y&quot;</span>, <span class="keyword">true</span>);
<a name="l01213"></a>01213    }
<a name="l01214"></a>01214 
<a name="l01215"></a>01215    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01216"></a>01216 }
<a name="l01217"></a>01217 
<a name="l01218"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#af55ba4a3f14904cfacb77986a8a3bfdb">01218</a> <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#af55ba4a3f14904cfacb77986a8a3bfdb" title="Return the Id to the plotter object.">QtDisplay::plotterId</a>()<span class="keyword"> const</span>
<a name="l01219"></a>01219 <span class="keyword"></span>{
<a name="l01220"></a>01220    <span class="keywordflow">return</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>-&gt;<a class="code" href="classhippodraw_1_1PlotterBase.html#af55ba4a3f14904cfacb77986a8a3bfdb" title="The unique ID number of this plotter.">plotterId</a>();
<a name="l01221"></a>01221 }
<a name="l01222"></a>01222 
<a name="l01226"></a>01226 <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad1ae7a5b55345f7021a69fa2475d9338" title="Set the color map by name.">QtDisplay::</a>
<a name="l01227"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ad1ae7a5b55345f7021a69fa2475d9338">01227</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ad1ae7a5b55345f7021a69fa2475d9338" title="Set the color map by name.">setColorMap</a> ( <span class="keyword">const</span> std::string &amp; name ) {
<a name="l01228"></a>01228    <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01229"></a>01229    <a class="code" href="classhippodraw_1_1BinToColorFactory.html" title="A factory for creation of objects whose class is derived from BinToColor.">BinToColorFactory</a> * factory = <a class="code" href="classhippodraw_1_1BinToColorFactory.html#ac7522d96cee7870666da316f366a1e49" title="Returns a pointer to the singleton instance.">BinToColorFactory::instance</a>();
<a name="l01230"></a>01230    <span class="keyword">const</span> vector&lt; std::string &gt; &amp; names = factory -&gt; names();
<a name="l01231"></a>01231    <span class="keywordflow">if</span> ( std::find(names.begin(), names.end(), name) != names.end() ) {
<a name="l01232"></a>01232       <a class="code" href="classhippodraw_1_1BinToColor.html" title="The base class for the value to the color transformation.">BinToColor</a> * rep = factory -&gt; create ( name );
<a name="l01233"></a>01233       <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; setValueRep( rep );
<a name="l01234"></a>01234       <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01235"></a>01235    } <span class="keywordflow">else</span> {
<a name="l01236"></a>01236      <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a>();
<a name="l01237"></a>01237      std::ostringstream message;
<a name="l01238"></a>01238       message &lt;&lt; <span class="stringliteral">&quot;QtDisplay::setColorMap:\n&quot;</span>
<a name="l01239"></a>01239               &lt;&lt; <span class="stringliteral">&quot;BinToColor rep &#39;&quot;</span> &lt;&lt; name &lt;&lt; <span class="stringliteral">&quot;&#39; does not exist.\n&quot;</span>
<a name="l01240"></a>01240               &lt;&lt; <span class="stringliteral">&quot;Valid rep names are \n\n&quot;</span>;
<a name="l01241"></a>01241       <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; names.size() ; i++) {
<a name="l01242"></a>01242          message &lt;&lt; <span class="stringliteral">&quot;&#39;&quot;</span> &lt;&lt; names[i] &lt;&lt; <span class="stringliteral">&quot;&#39;\n&quot;</span>;
<a name="l01243"></a>01243       }
<a name="l01244"></a>01244       <span class="keywordflow">throw</span> std::runtime_error(message.str());
<a name="l01245"></a>01245    }
<a name="l01246"></a>01246 }
<a name="l01247"></a>01247 
<a name="l01248"></a>01248 <span class="keywordtype">void</span>
<a name="l01249"></a>01249 <a class="code" href="classhippodraw_1_1QtDisplay.html#ac5c54df7ed3b930268c8d7752c101725" title="Updates the display.">QtDisplay::</a>
<a name="l01250"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ac5c54df7ed3b930268c8d7752c101725">01250</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ac5c54df7ed3b930268c8d7752c101725" title="Updates the display.">update</a> ()
<a name="l01251"></a>01251 {
<a name="l01252"></a>01252   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01253"></a>01253 
<a name="l01254"></a>01254   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#ac5c54df7ed3b930268c8d7752c101725" title="Updates the display.">update</a> ();
<a name="l01255"></a>01255 
<a name="l01256"></a>01256   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01257"></a>01257 }
<a name="l01258"></a>01258 
<a name="l01259"></a>01259 <span class="keywordtype">void</span>
<a name="l01260"></a>01260 <a class="code" href="classhippodraw_1_1QtDisplay.html#a382aa8cdbc3f91b36e67bd4b589c13ac" title="Adds an observer to PlotterBase object.">QtDisplay::</a>
<a name="l01261"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a382aa8cdbc3f91b36e67bd4b589c13ac">01261</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a382aa8cdbc3f91b36e67bd4b589c13ac" title="Adds an observer to PlotterBase object.">addObserver</a> ( <a class="code" href="classhippodraw_1_1Observer.html" title="Part of an implementation of the Observable Observer pattern based on the example...">Observer</a> * observer )
<a name="l01262"></a>01262 {
<a name="l01263"></a>01263   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#a382aa8cdbc3f91b36e67bd4b589c13ac" title="Adds an observer to PlotterBase object.">addObserver</a> ( observer );
<a name="l01264"></a>01264 }
<a name="l01265"></a>01265 
<a name="l01266"></a>01266 <span class="keywordtype">void</span>
<a name="l01267"></a>01267 <a class="code" href="classhippodraw_1_1QtDisplay.html#a90bcc074161171203d305304c7d05b9b" title="Sets the axis ticks to specified points and values.">QtDisplay::</a>
<a name="l01268"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a90bcc074161171203d305304c7d05b9b">01268</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a90bcc074161171203d305304c7d05b9b" title="Sets the axis ticks to specified points and values.">setTicks</a> ( <span class="keyword">const</span> std::string &amp; axis,
<a name="l01269"></a>01269            <span class="keyword">const</span> std::vector &lt; double &gt; &amp; values,
<a name="l01270"></a>01270            <span class="keyword">const</span> std::vector &lt; std::string &gt; &amp; labels )
<a name="l01271"></a>01271 {
<a name="l01272"></a>01272   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01273"></a>01273   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#a90bcc074161171203d305304c7d05b9b" title="Sets the axis ticks to specified points and values.">setTicks</a> ( axis, values, labels );
<a name="l01274"></a>01274   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01275"></a>01275 }
<a name="l01276"></a>01276 
<a name="l01277"></a>01277 <span class="keywordtype">void</span>
<a name="l01278"></a>01278 <a class="code" href="classhippodraw_1_1QtDisplay.html#abf3e8005b08a3ca0160922ddc8199246" title="Sets the ticks to be automatic or manual.">QtDisplay::</a>
<a name="l01279"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#abf3e8005b08a3ca0160922ddc8199246">01279</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#abf3e8005b08a3ca0160922ddc8199246" title="Sets the ticks to be automatic or manual.">setAutoTicks</a> ( <span class="keyword">const</span> std::string &amp; axis, <span class="keywordtype">bool</span> yes )
<a name="l01280"></a>01280 {
<a name="l01281"></a>01281   <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01282"></a>01282   <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a> -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#abf3e8005b08a3ca0160922ddc8199246" title="Sets the ticks to be automatic or manual.">setAutoTicks</a> ( axis, yes );
<a name="l01283"></a>01283   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01284"></a>01284 }
<a name="l01285"></a>01285 
<a name="l01286"></a>01286 <a class="code" href="classhippodraw_1_1PyDataSource.html" title="This class is the public interface to a DataSource object that the user sees as the...">PyDataSource</a> *
<a name="l01287"></a>01287 <a class="code" href="classhippodraw_1_1QtDisplay.html#ac39763201d503b9910421d50089f6b29" title="Creates a data array wrapper for the contents of the display.">QtDisplay::</a>
<a name="l01288"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#ac39763201d503b9910421d50089f6b29">01288</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#ac39763201d503b9910421d50089f6b29" title="Creates a data array wrapper for the contents of the display.">createDataArray</a> ()<span class="keyword"> const</span>
<a name="l01289"></a>01289 <span class="keyword"></span>{
<a name="l01290"></a>01290   <span class="comment">// Need to lock else could create NTuple not yet displayed</span>
<a name="l01291"></a>01291 <span class="preprocessor">#ifdef HAVE_NUMARRAY</span>
<a name="l01292"></a>01292 <span class="preprocessor"></span>  <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01293"></a>01293 
<a name="l01294"></a>01294   <a class="code" href="classhippodraw_1_1FunctionController.html" title="A singleton class is the interface between an application and the list of FunctionRep...">FunctionController</a> * controller = <a class="code" href="classhippodraw_1_1FunctionController.html#add005d3cdf4fc316aa46841a275f046d" title="Returns the pointer to the singleton instance.">FunctionController::instance</a>();
<a name="l01295"></a>01295   <a class="code" href="classhippodraw_1_1NTuple.html" title="A DataSource class implemented with std::vector&amp;lt;double&amp;gt; to store the column...">NTuple</a> * ntuple = controller -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#a6cbd006f5158348ac6dde45606695a69" title="Creates and returns an PyNTuple representing the display.">createNTuple</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html#a1de80faff2428b8dc67995112931b636" title="The contained PlotterBase object.">m_plotter</a>, 0 );
<a name="l01296"></a>01296   <a class="code" href="classhippodraw_1_1PyDataSource.html" title="This class is the public interface to a DataSource object that the user sees as the...">PyDataSource</a> * ds = <span class="keyword">new</span> <a class="code" href="classhippodraw_1_1PyDataSource.html" title="This class is the public interface to a DataSource object that the user sees as the...">PyDataSource</a> ( <span class="stringliteral">&quot;NTuple&quot;</span>, ntuple );
<a name="l01297"></a>01297 
<a name="l01298"></a>01298   <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01299"></a>01299 
<a name="l01300"></a>01300   <span class="keywordflow">return</span> ds;
<a name="l01301"></a>01301 <span class="preprocessor">#else</span>
<a name="l01302"></a>01302 <span class="preprocessor"></span>   runtime_error e ( <span class="stringliteral">&quot;HippoDraw was not built with numeric Python support&quot;</span> );
<a name="l01303"></a>01303    <span class="keywordflow">throw</span> e;
<a name="l01304"></a>01304 <span class="preprocessor">#endif</span>
<a name="l01305"></a>01305 <span class="preprocessor"></span>}
<a name="l01306"></a>01306 
<a name="l01307"></a>01307 <span class="keywordtype">void</span>
<a name="l01308"></a>01308 <a class="code" href="classhippodraw_1_1QtDisplay.html#a14072c9493589f536949a84bb2d7b0c5" title="Applies a cut to the wrapped PlotterBase.">QtDisplay::</a>
<a name="l01309"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a14072c9493589f536949a84bb2d7b0c5">01309</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a14072c9493589f536949a84bb2d7b0c5" title="Applies a cut to the wrapped PlotterBase.">applyCut</a> ( <a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a> * cut )
<a name="l01310"></a>01310 {
<a name="l01311"></a>01311    <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01312"></a>01312 
<a name="l01313"></a>01313    <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * cut_plotter = cut -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#aea050d6d675376d2ee2899c07fda4c4f" title="Returns the wrapped display object.">display</a>();
<a name="l01314"></a>01314    <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * target_plotter = <a class="code" href="classhippodraw_1_1QtDisplay.html#aea050d6d675376d2ee2899c07fda4c4f" title="Returns the wrapped display object.">display</a> ();
<a name="l01315"></a>01315 
<a name="l01316"></a>01316    <a class="code" href="classhippodraw_1_1CutController.html" title="A singleton class that handles the application logic for cuts.">CutController</a> * controller = <a class="code" href="classhippodraw_1_1CutController.html#afdc46bf7a3ad3516a4f800bb2cce6e01" title="Returns the pointer to the singleton instance.">CutController::instance</a>();
<a name="l01317"></a>01317    controller -&gt; addCut ( cut_plotter, target_plotter );
<a name="l01318"></a>01318 
<a name="l01319"></a>01319    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01320"></a>01320 }
<a name="l01321"></a>01321 
<a name="l01322"></a>01322 <span class="keywordtype">void</span>
<a name="l01323"></a>01323 <a class="code" href="classhippodraw_1_1QtDisplay.html#a78a0bac98d66215ff3cc2c0547164915" title="Applies a cuts to the wrapped PlotterBase.">QtDisplay::</a>
<a name="l01324"></a><a class="code" href="classhippodraw_1_1QtDisplay.html#a78a0bac98d66215ff3cc2c0547164915">01324</a> <a class="code" href="classhippodraw_1_1QtDisplay.html#a78a0bac98d66215ff3cc2c0547164915" title="Applies a cuts to the wrapped PlotterBase.">applyCuts</a> ( <span class="keyword">const</span> std::vector &lt; QtDisplay * &gt; &amp; cuts )
<a name="l01325"></a>01325 {
<a name="l01326"></a>01326    <a class="code" href="classhippodraw_1_1PyApp.html#aa81aed607133209dade63a226818224d" title="Obtains a lock on the application&amp;#39;s mutex.">PyApp::lock</a>();
<a name="l01327"></a>01327 
<a name="l01328"></a>01328    vector &lt; PlotterBase * &gt; cut_plotters;
<a name="l01329"></a>01329    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespacenum__util.html#a137f48a49d12a7dae8ba7c86db2a0c01">size</a> = cuts.size ();
<a name="l01330"></a>01330    <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i = 0; i &lt; size; i++ ) {
<a name="l01331"></a>01331      <a class="code" href="classhippodraw_1_1QtDisplay.html" title="Qt Displays wraps a derived class of PlotterBase.">QtDisplay</a> * cut_display = cuts[i];
<a name="l01332"></a>01332      <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * plotter = cut_display -&gt; <a class="code" href="classhippodraw_1_1QtDisplay.html#aea050d6d675376d2ee2899c07fda4c4f" title="Returns the wrapped display object.">display</a>();
<a name="l01333"></a>01333      cut_plotters.push_back ( plotter );
<a name="l01334"></a>01334    }
<a name="l01335"></a>01335 
<a name="l01336"></a>01336    <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * target_plotter = <a class="code" href="classhippodraw_1_1QtDisplay.html#aea050d6d675376d2ee2899c07fda4c4f" title="Returns the wrapped display object.">display</a> ();
<a name="l01337"></a>01337    <a class="code" href="classhippodraw_1_1CutController.html" title="A singleton class that handles the application logic for cuts.">CutController</a> * controller = <a class="code" href="classhippodraw_1_1CutController.html#afdc46bf7a3ad3516a4f800bb2cce6e01" title="Returns the pointer to the singleton instance.">CutController::instance</a>();
<a name="l01338"></a>01338    controller -&gt; addCuts ( cut_plotters, target_plotter );
<a name="l01339"></a>01339 
<a name="l01340"></a>01340    <a class="code" href="classhippodraw_1_1QtDisplay.html#a9278be8203e1c42e2619179882ae4403" title="Unlock the QApplication in case of exception.">PyApp::unlock</a> ();
<a name="l01341"></a>01341 }
</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>