Sophie

Sophie

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

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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><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="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>OpenGLWindow Class Reference</h1><!-- doxytag: class="OpenGLWindow" --><!-- doxytag: inherits="OpenGLView" -->
<p>The window class using OpenGL.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for OpenGLWindow:</div>
<div class="dynsection">
<div class="center"><img src="classOpenGLWindow__inherit__graph.gif" border="0" usemap="#OpenGLWindow_inherit__map" alt="Inheritance graph"/></div>
<map name="OpenGLWindow_inherit__map" id="OpenGLWindow_inherit__map">
<area shape="rect" id="node2" href="classOpenGLView.html" title="The ViewBase class using OpenGL for drawing." alt="" coords="15,237,113,267"/><area shape="rect" id="node4" href="classhippodraw_1_1DataView.html" title="The abstract base class for views that have a region for drawing data points with..." alt="" coords="25,160,103,189"/><area shape="rect" id="node6" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views." alt="" coords="24,83,104,112"/><area shape="rect" id="node8" href="classhippodraw_1_1Observer.html" title="Part of an implementation of the Observable Observer pattern based on the example..." alt="" coords="27,5,101,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for OpenGLWindow:</div>
<div class="dynsection">
<div class="center"><img src="classOpenGLWindow__coll__graph.gif" border="0" usemap="#OpenGLWindow_coll__map" alt="Collaboration graph"/></div>
<map name="OpenGLWindow_coll__map" id="OpenGLWindow_coll__map">
<area shape="rect" id="node2" href="classOpenGLView.html" title="The ViewBase class using OpenGL for drawing." alt="" coords="1691,740,1789,769"/><area shape="rect" id="node4" href="classhippodraw_1_1DataView.html" title="The abstract base class for views that have a region for drawing data points with..." alt="" coords="1561,772,1639,801"/><area shape="rect" id="node6" href="classhippodraw_1_1ViewBase.html" title="The abstract base class for views." alt="" coords="1377,772,1457,801"/><area shape="rect" id="node8" href="classhippodraw_1_1Observer.html" title="Part of an implementation of the Observable Observer pattern based on the example..." alt="" coords="180,764,255,793"/><area shape="rect" id="node10" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy." alt="" coords="1149,783,1240,812"/><area shape="rect" id="node13" href="classhippodraw_1_1Observable.html" title="Part of an implementation of the Observable&#45;Observer pattern based on the example..." alt="" coords="807,829,895,859"/><area shape="rect" id="node18" title="STL class." alt="" coords="183,833,252,863"/><area shape="rect" id="node37" title="STL class." alt="" coords="441,443,532,472"/><area shape="rect" id="node27" href="classhippodraw_1_1Size.html" title="Class representing a two or three dimension size." alt="" coords="463,968,511,997"/><area shape="rect" id="node30" href="classhippodraw_1_1Point.html" title="Class representing a two or three dimension point." alt="" coords="461,1040,512,1069"/><area shape="rect" id="node25" href="classhippodraw_1_1Rect.html" title="Class representing a rectangle." alt="" coords="825,992,876,1021"/><area shape="rect" id="node50" href="classhippodraw_1_1TextTTF.html" title="TextTTF permits to render text in the pixmap buffer by using the freetype fonts." alt="" coords="1159,235,1231,264"/><area shape="rect" id="node44" title="STL class." alt="" coords="460,317,513,347"/><area shape="rect" id="node46" title="STL class." alt="" coords="147,317,288,347"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classOpenGLWindow-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#afebbea1e6ec74a4af1bf665e78be2d5e">drawColorLines</a> (const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, <a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a> style, const std::vector&lt; <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &gt; &amp;colors, float size)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws multiple line segments, each with a different color - that is, a line between x0,y0 and x1,y1, with color[0] =color[1] another between x2,y2 and x3,y3 with color[2]=color[3] and so on.  <a href="#afebbea1e6ec74a4af1bf665e78be2d5e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a58be70741774818373dbdd1738ed24d6">drawImage</a> (const std::string &amp;filename, int position=0)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a image.  <a href="#a58be70741774818373dbdd1738ed24d6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#ada5216dc1e1aad275e293f561804c4df">drawLatex</a> (const std::string &amp;eq, int position=0)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a Latex equation.  <a href="#ada5216dc1e1aad275e293f561804c4df"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a86e6348c4f9319b9ba47c6f173062f6b">drawLines</a> (const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, <a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a> style, const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;color, float)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws multiple line segments - that is, a line between x0,y0 and x1,y2, another between x2,y2 and x3,y3 and so on.  <a href="#a86e6348c4f9319b9ba47c6f173062f6b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#abd6f6305245ce53cbfa5633e1174c882">drawMag</a> (float x, float y, int mag, float fontsize)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#aa051396200a0f1cfd9dd3c53726dfe94">drawPoints</a> (const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, const std::vector&lt; <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &gt; &amp;colors, <a class="el" href="namespacehippodraw_1_1Symbol.html#a1d1cfd8ffb84e947f82999c682b666a7">hippodraw::Symbol::Type</a> type, float sym_size)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws symbol points.  <a href="#aa051396200a0f1cfd9dd3c53726dfe94"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#acc38c9a491e11323592bc5f38bf4d7e3">drawPoints</a> (const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, <a class="el" href="namespacehippodraw_1_1Symbol.html#a1d1cfd8ffb84e947f82999c682b666a7">hippodraw::Symbol::Type</a> type, float sym_size, const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;color)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws symbol points.  <a href="#acc38c9a491e11323592bc5f38bf4d7e3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#ad38e54cf1dea54ffdb677b7b701f274c">drawPolygon</a> (const std::vector&lt; double &gt; &amp;xpoints, const std::vector&lt; double &gt; &amp;ypoints, const <a class="el" href="classhippodraw_1_1Color.html">Color</a> &amp;color, const <a class="el" href="classhippodraw_1_1Color.html">Color</a> &amp;edge)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a polygon.  <a href="#ad38e54cf1dea54ffdb677b7b701f274c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a79888f167cabab448be6ab0d276c70d8">drawPolyLine</a> (const std::vector&lt; double &gt; &amp;xpoints, const std::vector&lt; double &gt; &amp;ypoints, <a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a> style, const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;color, float)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a polyline.  <a href="#a79888f167cabab448be6ab0d276c70d8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a7dd51b6bbe20a6d4fdd65068ef18bf54">drawSelf</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws itself.  <a href="#a7dd51b6bbe20a6d4fdd65068ef18bf54"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#aba9a43be3ae8e7179b9aacff4d44fd98">drawSquare</a> (double x1, double y1, double x2, double y2, int red, int green, int blue)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a colored square.  <a href="#aba9a43be3ae8e7179b9aacff4d44fd98"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a76638b9dba6f76b44658fa8ab534bd13">drawText</a> (const std::string &amp;s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize=false, const <a class="el" href="classhippodraw_1_1FontBase.html">hippodraw::FontBase</a> *font=0, const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> *color=0)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a text string at a point in the view's coordinate system.  <a href="#a76638b9dba6f76b44658fa8ab534bd13"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#af4af5614f89a1b96359fd2cb3f4934b6">drawText</a> (const std::string &amp;s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize=false)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a2918c04edd77a29f915e2fe41b27f3e0">drawViewLines</a> (const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, <a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a> style, const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;color, float)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws multiple line segments.  <a href="#a2918c04edd77a29f915e2fe41b27f3e0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a72f6981e1495dda8cb39c4d4df2ed2bd">drawViewLines</a> (const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, <a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a> style, bool color, float)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws multiple line segments.  <a href="#a72f6981e1495dda8cb39c4d4df2ed2bd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a98175f85f57fbe36cf71c8fb96d4b7b1">drawViewSquare</a> (float x1, float y1, float x2, float y2, int red, int green, int blue)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Draws a colored square in view space.  <a href="#a98175f85f57fbe36cf71c8fb96d4b7b1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#adac116554b543b7c4228c018a85882f5">flush</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a92b295524262e25d2f5ae55a22ac3c87">getAspectRatio</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the aspect ratio.  <a href="#a92b295524262e25d2f5ae55a22ac3c87"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classhippodraw_1_1Rect.html">hippodraw::Rect</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a9b7c5f2dc9b2a9aff42c13200dae82aa">getDrawRect</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the drawing Rectangle in the devices coordinate system.  <a href="#a9b7c5f2dc9b2a9aff42c13200dae82aa"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a68d755b4942b64218ef9b9921c412e2c">getMarginRect</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the rectangle area in which data points are drawn.  <a href="#a68d755b4942b64218ef9b9921c412e2c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classhippodraw_1_1PlotterBase.html">PlotterBase</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#ab06654ab77a1c770b56338fe7eb34956">getPlotter</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the plotter used by this view.  <a href="#ab06654ab77a1c770b56338fe7eb34956"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classhippodraw_1_1PlotterBase.html">hippodraw::PlotterBase</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a78aa09930b4007dfa886e1ecb2dbf57b">getPlotter</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the plotter used by this view.  <a href="#a78aa09930b4007dfa886e1ecb2dbf57b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classhippodraw_1_1Range.html">Range</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a6f95a604ed24f4835ffec42878a05c14">getRange</a> (<a class="el" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7">Axes::Type</a> axis) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the range of the data space on specified axis.  <a href="#a6f95a604ed24f4835ffec42878a05c14"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#aee5ddf9c713b898d2892f7ad73d84964">getRawRect</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the rectangle before transform.  <a href="#aee5ddf9c713b898d2892f7ad73d84964"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a37e915d8c0c4dc48e3ae4a0525ca6157">getUserRect</a> () const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Is called by the <a class="el" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a> object (or one of its derived objects), and returns the rectangle where the drawing is made.  <a href="#a37e915d8c0c4dc48e3ae4a0525ca6157"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a950810c3025d81859296a0dbcadd39e9">OpenGLWindow</a> (Display *, Colormap, XVisualInfo *, GLXContext)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a94fe4412f1302f5ff3027e2f9e43379c">resize</a> (int, int)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a79498840deb15b6e0be732661632ea6c">setDrawRect</a> (float x, float y, float w, float h)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the drawing Rectangle in the devices coordinate system.  <a href="#a79498840deb15b6e0be732661632ea6c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a0a7a4ca5368b23573e6eb349a888dd81">setMarginRect</a> (const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp;)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the margin rectangle.  <a href="#a0a7a4ca5368b23573e6eb349a888dd81"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#aaeea1b73696e57e14a40b1fe6e4541f7">setPlotter</a> (<a class="el" href="classhippodraw_1_1PlotterBase.html">hippodraw::PlotterBase</a> *)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the PlotterBase object to <em>plotter</em>.  <a href="#aaeea1b73696e57e14a40b1fe6e4541f7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a3f7120b2f1fc50f45285380804f116a7">setRect</a> (double x, double y, double w, double h)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a4d056ec014a165245769dd2a45e6bd34">update</a> (const <a class="el" href="classhippodraw_1_1Observable.html">hippodraw::Observable</a> *)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implements the update method of the Observer pattern.  <a href="#a4d056ec014a165245769dd2a45e6bd34"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a99b750f9db95d9b46b2d5e8824d5a33f">updateDrawRect</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Update the drawing Rectangle in the devices coordinate system.  <a href="#a99b750f9db95d9b46b2d5e8824d5a33f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a1fb3d4d015ae45409c09f2c41ea6a7c7">userToDrawColor</a> (double c) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts a coordinate in user space to drawing space along the color (X) axis.  <a href="#a1fb3d4d015ae45409c09f2c41ea6a7c7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#ab7a3ba0d0b1e73d81310e631dfb0a1da">userToDrawX</a> (double x) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts a coordinate in user space to drawing space along the X axis.  <a href="#ab7a3ba0d0b1e73d81310e631dfb0a1da"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#ac039a060adc4fcd64aa797c9cb645fad">userToDrawXAutoInv</a> (double x) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLView.html#a1d4fa9f52bff78d910ad197610cd1029">userToDrawY</a> (double x) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts a coordinate in user space to drawing space along the Y axis.  <a href="#a1d4fa9f52bff78d910ad197610cd1029"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a6ace0de18514ca0d0b5c9d331bde7f36">willDelete</a> (const <a class="el" href="classhippodraw_1_1Observable.html">Observable</a> *plotter)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Responds to notification that the <a class="el" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> object is being deleted.  <a href="#a6ace0de18514ca0d0b5c9d331bde7f36"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Window&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#ad745e70aa05f371366f3c2c05eff6199">window</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#aa60a528cadc2afc364b3561f917530fb">~OpenGLWindow</a> ()</td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a9624b072ad0e9c025a7286b3a80f8874">marginToInvertedUserX</a> (double x) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts from view coordinate to data conordiate, take into account the inversion of x axes.  <a href="#a9624b072ad0e9c025a7286b3a80f8874"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a48bdfcf650bd32575950147f16cde1c2">marginToInvertedUserY</a> (double y) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts from inverted view coordinate to data coordinate, without taking into account transforms or scaling.  <a href="#a48bdfcf650bd32575950147f16cde1c2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a89d3a971fe1c4fcbb4acadbc92a52247">marginToUserX</a> (double x) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts from view coordinate to data coordinate, without taking into account transforms or scaling.  <a href="#a89d3a971fe1c4fcbb4acadbc92a52247"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#adb0de5fec5222b68cf37c3d4fba3a5a6">marginToUserY</a> (double y) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts from view coordinate to data coordinate, without taking into account transforms or scaling.  <a href="#adb0de5fec5222b68cf37c3d4fba3a5a6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a5958ddebacf2da2cfddeb0b6640677a7">prepareMarginRect</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Prepares the margin rectangle.  <a href="#a5958ddebacf2da2cfddeb0b6640677a7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a15a36bdc2a0c9fa333d56100a755c6c5">userToInvertedMarginX</a> (double x) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts the user X coordinate into the inverted X coordinate.  <a href="#a15a36bdc2a0c9fa333d56100a755c6c5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#ae98a2eca3fda293f98fd2af1764e0d11">userToInvertedMarginY</a> (double y) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts the user Y coordinate into the top-left based margin Y coordinate.  <a href="#ae98a2eca3fda293f98fd2af1764e0d11"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#ae0b26e2015f57417f17a53eaef79a536">userToMarginColor</a> (double c) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts the user Z coordinate into the margin color (X) coordinate.  <a href="#ae0b26e2015f57417f17a53eaef79a536"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#ab04d1171abbedff5fed56c7a20fccee2">userToMarginX</a> (double x) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts the user X coordinate into the margin X coordinate.  <a href="#ab04d1171abbedff5fed56c7a20fccee2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a83bad97945ec0e23cc2b343bc383708c">userToMarginY</a> (double y) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Converts the user Y coordinate into the margin Y coordinate.  <a href="#a83bad97945ec0e23cc2b343bc383708c"></a><br/></td></tr>
<tr><td colspan="2"><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Rect&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1DataView.html#a5e8a764f031ecf7ec2a55dfa69a29a4c">m_margin_rect</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The rectangle area in which the projected points are plotted.  <a href="#a5e8a764f031ecf7ec2a55dfa69a29a4c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">PlotterBase *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1ViewBase.html#a1de80faff2428b8dc67995112931b636">m_plotter</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The plotter object used by this view.  <a href="#a1de80faff2428b8dc67995112931b636"></a><br/></td></tr>
<tr><td colspan="2"><h2>Private Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a40932c8612a3d3328258dbfc602da943">paint</a> ()</td></tr>
<tr><td colspan="2"><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Colormap&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#ad35ef4754ac93d4fa9d69134da1b3d38">m_colormap</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GLXContext&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a9f2c21950f75f5aca5e2a9e71aa6eac9">m_ctx</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Display *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a279ed3294e2c94b123a7956c431171be">m_display</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#ac6a72ba5cf510cdb179f3b1ae815bc65">m_height</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">XVisualInfo *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#aed7a56601f9d85b1e4bdc6759a40d3bc">m_vinfo</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a226b54ebc937470a33ab6d4e01382371">m_width</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Window&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenGLWindow.html#a752cd888f08feb34ab30c3f7c64d8243">m_window</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>The window class using OpenGL. </p>
<dl class="attention"><dt><b>Attention:</b></dt><dd>This class was contributed by its author as an experiment to evaluate the core library classes with OpenGL. This class and others in this directory require CMT for its build.</dd></dl>
<dl class="author"><dt><b>Author:</b></dt><dd>Guy Barrand &lt;<a href="mailto:barrand@lal.in2p3.fr">barrand@lal.in2p3.fr</a>&gt; </dd></dl>

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00023">23</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a950810c3025d81859296a0dbcadd39e9"></a><!-- doxytag: member="OpenGLWindow::OpenGLWindow" ref="a950810c3025d81859296a0dbcadd39e9" args="(Display *, Colormap, XVisualInfo *, GLXContext)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenGLWindow.html">OpenGLWindow</a> </td>
          <td>(</td>
          <td class="paramtype">Display *&nbsp;</td>
          <td class="paramname"> <em>aDisplay</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">Colormap&nbsp;</td>
          <td class="paramname"> <em>aColormap</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">XVisualInfo *&nbsp;</td>
          <td class="paramname"> <em>aVisualInfo</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">GLXContext&nbsp;</td>
          <td class="paramname"> <em>aGLXContext</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">18</a> of file <a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a>.</p>

<p>References <a class="el" href="OpenGLWindow_8h_source.html#l00034">m_colormap</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00033">m_display</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00039">m_height</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00035">m_vinfo</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00038">m_width</a>, and <a class="el" href="OpenGLWindow_8h_source.html#l00037">m_window</a>.</p>

</div>
</div>
<a class="anchor" id="aa60a528cadc2afc364b3561f917530fb"></a><!-- doxytag: member="OpenGLWindow::~OpenGLWindow" ref="aa60a528cadc2afc364b3561f917530fb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">~<a class="el" href="classOpenGLWindow.html">OpenGLWindow</a> </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8cxx_source.html#l00081">81</a> of file <a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="afebbea1e6ec74a4af1bf665e78be2d5e"></a><!-- doxytag: member="OpenGLWindow::drawColorLines" ref="afebbea1e6ec74a4af1bf665e78be2d5e" args="(const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, hippodraw::Line::Style style, const std::vector&lt; hippodraw::Color &gt; &amp;colors, float size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawColorLines </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a>&nbsp;</td>
          <td class="paramname"> <em>style</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws multiple line segments, each with a different color - that is, a line between x0,y0 and x1,y1, with color[0] =color[1] another between x2,y2 and x3,y3 with color[2]=color[3] and so on. </p>
<p><code>x</code> pairs of coordinates in user space on the X axis for the beginning and the end of the line segment.</p>
<p><code>y</code> pairs of coordinates in user space on the Y axis for the beginning and the end of the line segment.</p>
<p><code>style</code> the line style.</p>
<p><code>color</code> The RGB values for the color of the line.</p>
<p><code>size</code> The thickness of the line. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a7f1e902db557c5c93b39ba10655dbaf6">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00118">118</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="LineStyle_8h_source.html#l00028">hippodraw::Line::Dash</a>, <a class="el" href="LineStyle_8h_source.html#l00030">hippodraw::Line::DashDot</a>, <a class="el" href="LineStyle_8h_source.html#l00029">hippodraw::Line::Dot</a>, <a class="el" href="Color_8cxx_source.html#l00174">Color::getBlue()</a>, <a class="el" href="Color_8cxx_source.html#l00169">Color::getGreen()</a>, <a class="el" href="Color_8cxx_source.html#l00164">Color::getRed()</a>, <a class="el" href="LineStyle_8h_source.html#l00027">hippodraw::Line::Solid</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00688">OpenGLView::toViewX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>.</p>

</div>
</div>
<a class="anchor" id="a58be70741774818373dbdd1738ed24d6"></a><!-- doxytag: member="OpenGLWindow::drawImage" ref="a58be70741774818373dbdd1738ed24d6" args="(const std::string &amp;filename, int position=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawImage </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>filename</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>position</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a image. </p>
<p>This is called by drawLatex. Meaning of position: 0.Full 1.Top 2.Bottom 3.Left TODO: use enum for position. </p>

<p>Reimplemented in <a class="el" href="classhippodraw_1_1QtViewImp.html#a58be70741774818373dbdd1738ed24d6">QtViewImp</a>.</p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00112">112</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="ada5216dc1e1aad275e293f561804c4df"></a><!-- doxytag: member="OpenGLWindow::drawLatex" ref="ada5216dc1e1aad275e293f561804c4df" args="(const std::string &amp;eq, int position=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawLatex </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>eq</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>position</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a Latex equation. </p>
<p>This function will call drawImage. Meaning of position: 0.Full 1.Top 2.Bottom 3.Left </p>

<p>Reimplemented in <a class="el" href="classhippodraw_1_1QtViewImp.html#ada5216dc1e1aad275e293f561804c4df">QtViewImp</a>.</p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00119">119</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>Referenced by <a class="el" href="BoxTextRep_8cxx_source.html#l00046">BoxTextRep::drawProjectedValues()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00118">AxisRepBase::drawTitle()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00266">AxisRepBase::drawXLabels()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00385">AxisRepBase::drawYLabels()</a>, and <a class="el" href="AxisRepColor_8cxx_source.html#l00083">AxisRepColor::drawZLabels()</a>.</p>

</div>
</div>
<a class="anchor" id="a86e6348c4f9319b9ba47c6f173062f6b"></a><!-- doxytag: member="OpenGLWindow::drawLines" ref="a86e6348c4f9319b9ba47c6f173062f6b" args="(const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, hippodraw::Line::Style style, const hippodraw::Color &amp;color, float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawLines </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a>&nbsp;</td>
          <td class="paramname"> <em>style</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws multiple line segments - that is, a line between x0,y0 and x1,y2, another between x2,y2 and x3,y3 and so on. </p>
<p><code>x</code> pairs of coordinates in user space on the X axis for the beginning and the end of the line segment. <code>y</code> pairs of coordinates in user space on the Y axis for the beginning and the end of the line segment. <code>style</code> the line style. <code>color</code> The color <code>size</code> The thickness of the line. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a56f31d6ba8fbe5825460a2ae2b7aec74">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00067">67</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="LineStyle_8h_source.html#l00028">hippodraw::Line::Dash</a>, <a class="el" href="LineStyle_8h_source.html#l00030">hippodraw::Line::DashDot</a>, <a class="el" href="LineStyle_8h_source.html#l00029">hippodraw::Line::Dot</a>, <a class="el" href="Color_8cxx_source.html#l00174">Color::getBlue()</a>, <a class="el" href="Color_8cxx_source.html#l00169">Color::getGreen()</a>, <a class="el" href="Color_8cxx_source.html#l00164">Color::getRed()</a>, <a class="el" href="LineStyle_8h_source.html#l00027">hippodraw::Line::Solid</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00688">OpenGLView::toViewX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>.</p>

</div>
</div>
<a class="anchor" id="abd6f6305245ce53cbfa5633e1174c882"></a><!-- doxytag: member="OpenGLWindow::drawMag" ref="abd6f6305245ce53cbfa5633e1174c882" args="(float x, float y, int mag, float fontsize)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawMag </td>
          <td>(</td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>mag</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>fontsize</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00501">501</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8cxx_source.html#l00610">OpenGLView::draw_Text()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00732">OpenGLView::toX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00736">OpenGLView::toY()</a>.</p>

</div>
</div>
<a class="anchor" id="aa051396200a0f1cfd9dd3c53726dfe94"></a><!-- doxytag: member="OpenGLWindow::drawPoints" ref="aa051396200a0f1cfd9dd3c53726dfe94" args="(const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, const std::vector&lt; hippodraw::Color &gt; &amp;colors, hippodraw::Symbol::Type type, float sym_size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawPoints </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>colors</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Symbol.html#a1d1cfd8ffb84e947f82999c682b666a7">hippodraw::Symbol::Type</a>&nbsp;</td>
          <td class="paramname"> <em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>sym_size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws symbol points. </p>
<p><em>x</em> and <em>y</em> are the coordinates, <em>type</em> is the type of symbol, and <em>sym_size</em> is the size. <em>hue</em> is the hue parameters for each point. The saturation and brightness are set to 1.0. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#abb91b1d33b58ed8813fb5c6bb6ff0450">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00402">402</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="acc38c9a491e11323592bc5f38bf4d7e3"></a><!-- doxytag: member="OpenGLWindow::drawPoints" ref="acc38c9a491e11323592bc5f38bf4d7e3" args="(const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, hippodraw::Symbol::Type type, float sym_size, const hippodraw::Color &amp;color)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawPoints </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Symbol.html#a1d1cfd8ffb84e947f82999c682b666a7">hippodraw::Symbol::Type</a>&nbsp;</td>
          <td class="paramname"> <em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>sym_size</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws symbol points. </p>
<p><em>x</em> and <em>y</em> are the coordinates, <em>type</em> is the type of symbol, and <em>sym_size</em> is the size. All symbols are draw in the same color. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a44631b21d39d2d39d449a9d5d363ecac">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00312">312</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="SymbolType_8h_source.html#l00036">hippodraw::Symbol::CIRCLE</a>, <a class="el" href="SymbolType_8h_source.html#l00037">hippodraw::Symbol::FILLED_CIRCLE</a>, <a class="el" href="SymbolType_8h_source.html#l00035">hippodraw::Symbol::FILLED_TRIANGLE</a>, <a class="el" href="Color_8cxx_source.html#l00174">Color::getBlue()</a>, <a class="el" href="Color_8cxx_source.html#l00169">Color::getGreen()</a>, <a class="el" href="Color_8cxx_source.html#l00164">Color::getRed()</a>, <a class="el" href="SymbolType_8h_source.html#l00032">hippodraw::Symbol::PLUS</a>, <a class="el" href="SymbolType_8h_source.html#l00030">hippodraw::Symbol::SOLIDSQUARE</a>, <a class="el" href="SymbolType_8h_source.html#l00029">hippodraw::Symbol::SQUARE</a>, <a class="el" href="SymbolType_8h_source.html#l00033">hippodraw::Symbol::TIMES</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00688">OpenGLView::toViewX()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>, and <a class="el" href="SymbolType_8h_source.html#l00034">hippodraw::Symbol::TRIANGLE</a>.</p>

</div>
</div>
<a class="anchor" id="ad38e54cf1dea54ffdb677b7b701f274c"></a><!-- doxytag: member="OpenGLWindow::drawPolygon" ref="ad38e54cf1dea54ffdb677b7b701f274c" args="(const std::vector&lt; double &gt; &amp;xpoints, const std::vector&lt; double &gt; &amp;ypoints, const Color &amp;color, const Color &amp;edge)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawPolygon </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>xpoints</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>ypoints</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">Color</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">Color</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>edge</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a polygon. </p>
<p><code>xpoints</code> points along the X axis. <code>ypoints</code> points along the Y axis. <code>color</code> The color. </p>

<p>Reimplemented in <a class="el" href="classhippodraw_1_1QtViewImp.html#ae3edc503bb237b2ea74e3f5ce0ee550c">QtViewImp</a>.</p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00126">126</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="a79888f167cabab448be6ab0d276c70d8"></a><!-- doxytag: member="OpenGLWindow::drawPolyLine" ref="a79888f167cabab448be6ab0d276c70d8" args="(const std::vector&lt; double &gt; &amp;xpoints, const std::vector&lt; double &gt; &amp;ypoints, hippodraw::Line::Style style, const hippodraw::Color &amp;color, float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawPolyLine </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>xpoints</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>ypoints</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a>&nbsp;</td>
          <td class="paramname"> <em>style</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a polyline. </p>
<p><code>xpoints</code> points along the X axis. <code>ypoints</code> points along the Y axis. <code>style</code> the line style. <code>color</code> The color. <code>size</code> The thickness of the line. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a62612c7c9eebb6107687a79410582903">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00232">232</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="LineStyle_8h_source.html#l00028">hippodraw::Line::Dash</a>, <a class="el" href="LineStyle_8h_source.html#l00030">hippodraw::Line::DashDot</a>, <a class="el" href="LineStyle_8h_source.html#l00029">hippodraw::Line::Dot</a>, <a class="el" href="Color_8cxx_source.html#l00174">Color::getBlue()</a>, <a class="el" href="Color_8cxx_source.html#l00169">Color::getGreen()</a>, <a class="el" href="Color_8cxx_source.html#l00164">Color::getRed()</a>, <a class="el" href="LineStyle_8h_source.html#l00027">hippodraw::Line::Solid</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00688">OpenGLView::toViewX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>.</p>

</div>
</div>
<a class="anchor" id="a7dd51b6bbe20a6d4fdd65068ef18bf54"></a><!-- doxytag: member="OpenGLWindow::drawSelf" ref="a7dd51b6bbe20a6d4fdd65068ef18bf54" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawSelf </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws itself. </p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00060">60</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="classhippodraw_1_1PlotterBase.html#abecc6e35f7cc527f9f31b1143faf6b90">PlotterBase::drawIn()</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtViewWidget_8cxx_source.html#l00068">QtViewWidget::draw()</a>, <a class="el" href="QtView_8cxx_source.html#l00116">QtView::draw()</a>, <a class="el" href="QtView_8cxx_source.html#l00067">QtView::drawWithPixmap()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">paint()</a>, and <a class="el" href="QtViewWidget_8cxx_source.html#l00077">QtViewWidget::paintEvent()</a>.</p>

</div>
</div>
<a class="anchor" id="aba9a43be3ae8e7179b9aacff4d44fd98"></a><!-- doxytag: member="OpenGLWindow::drawSquare" ref="aba9a43be3ae8e7179b9aacff4d44fd98" args="(double x1, double y1, double x2, double y2, int red, int green, int blue)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawSquare </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>red</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>green</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>blue</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a colored square. </p>
<p>Used for shading on the cuts and the gray plot. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a12d3047ddbef25f0fa23d44e14bfd2c5">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00270">270</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8cxx_source.html#l00688">OpenGLView::toViewX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>.</p>

</div>
</div>
<a class="anchor" id="a76638b9dba6f76b44658fa8ab534bd13"></a><!-- doxytag: member="OpenGLWindow::drawText" ref="a76638b9dba6f76b44658fa8ab534bd13" args="(const std::string &amp;s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize=false, const hippodraw::FontBase *font=0, const hippodraw::Color *color=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawText </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>s</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>fontsize</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>angle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char&nbsp;</td>
          <td class="paramname"> <em>xp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char&nbsp;</td>
          <td class="paramname"> <em>yp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>resize</em> = <code>false</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1FontBase.html">hippodraw::FontBase</a> *&nbsp;</td>
          <td class="paramname"> <em>font</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> *&nbsp;</td>
          <td class="paramname"> <em>color</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a text string at a point in the view's coordinate system. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>s</em>&nbsp;</td><td>The string to be drawn.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>x</em>&nbsp;</td><td>The x coordinate in the view's coordinate system.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>y</em>&nbsp;</td><td>The y coordinate in the view's coordinate system.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>fontsize</em>&nbsp;</td><td>The font size. If zero, then taken from the font object.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>angle</em>&nbsp;</td><td>The angle to draw. 90 degrees is vertical with the beginning of the text towards the bottom.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>xp</em>&nbsp;</td><td>The horizontal alignment with respect to the coordinate. 'r' means the coordinate is on the right side of the text, 'c' means centered, and 'l' for the left side.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>yp</em>&nbsp;</td><td>The vertical alignment with respect to the coordinate. 't' means toward the top, 'c' means centered, and 'b' means bottom.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>resize</em>&nbsp;</td><td>If <code>true</code>, the bounding rectangle of the view should be re-sized to fit the text string.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>font</em>&nbsp;</td><td>If not a null pointer, then the font object to be used, otherwise the default font will be used.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>color</em>&nbsp;</td><td>If not given as argument, the default color is that of the default Color constructor which is black. </td></tr>
  </table>
  </dd>
</dl>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a22a47195eeee5c3564b9cb9389460ff5">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00556">556</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8cxx_source.html#l00610">OpenGLView::draw_Text()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00732">OpenGLView::toX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00736">OpenGLView::toY()</a>.</p>

</div>
</div>
<a class="anchor" id="af4af5614f89a1b96359fd2cb3f4934b6"></a><!-- doxytag: member="OpenGLWindow::drawText" ref="af4af5614f89a1b96359fd2cb3f4934b6" args="(const std::string &amp;s, float x, float y, float fontsize, float angle, char xp, char yp, bool resize=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawText </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>s</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>fontsize</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>angle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char&nbsp;</td>
          <td class="paramname"> <em>xp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char&nbsp;</td>
          <td class="paramname"> <em>yp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>resize</em> = <code>false</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00546">546</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8cxx_source.html#l00610">OpenGLView::draw_Text()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00732">OpenGLView::toX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00736">OpenGLView::toY()</a>.</p>

</div>
</div>
<a class="anchor" id="a2918c04edd77a29f915e2fe41b27f3e0"></a><!-- doxytag: member="OpenGLWindow::drawViewLines" ref="a2918c04edd77a29f915e2fe41b27f3e0" args="(const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, hippodraw::Line::Style style, const hippodraw::Color &amp;color, float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawViewLines </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a>&nbsp;</td>
          <td class="paramname"> <em>style</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Color.html">hippodraw::Color</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws multiple line segments. </p>
<p><code>x</code> pairs of coordinates in view space on the X axis for the beginning and the end of the line segment. <code>y</code> pairs of coordinates in view space on the Y axis for the beginning and the end of the line segment. <code>style</code> the line style. <code>color</code> The color <code>size</code> The thickness of the line. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a60fa1be70fb0be14c76008df4ee0fd5d">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00196">196</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="LineStyle_8h_source.html#l00028">hippodraw::Line::Dash</a>, <a class="el" href="LineStyle_8h_source.html#l00030">hippodraw::Line::DashDot</a>, <a class="el" href="LineStyle_8h_source.html#l00029">hippodraw::Line::Dot</a>, <a class="el" href="Color_8cxx_source.html#l00174">Color::getBlue()</a>, <a class="el" href="Color_8cxx_source.html#l00169">Color::getGreen()</a>, <a class="el" href="Color_8cxx_source.html#l00164">Color::getRed()</a>, <a class="el" href="LineStyle_8h_source.html#l00027">hippodraw::Line::Solid</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00732">OpenGLView::toX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00736">OpenGLView::toY()</a>.</p>

</div>
</div>
<a class="anchor" id="a72f6981e1495dda8cb39c4d4df2ed2bd"></a><!-- doxytag: member="OpenGLWindow::drawViewLines" ref="a72f6981e1495dda8cb39c4d4df2ed2bd" args="(const std::vector&lt; double &gt; &amp;x, const std::vector&lt; double &gt; &amp;y, hippodraw::Line::Style style, bool color, float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawViewLines </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; double &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Line.html#addb2fa415e015ee482fa2cd9eba96af7">hippodraw::Line::Style</a>&nbsp;</td>
          <td class="paramname"> <em>style</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>color</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws multiple line segments. </p>
<p><code>x</code> pairs of coordinates in view space on the X axis for the beginning and the end of the line segment. <code>y</code> pairs of coordinates in view space on the Y axis for the beginning and the end of the line segment. <code>style</code> the line style. <code>color</code> if <code>true</code>, use the display's point color; otherwise, use the default color. <code>size</code> The thickness of the line. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#ad8433e22caa9e6cf96057c173701113c">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00160">160</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="LineStyle_8h_source.html#l00028">hippodraw::Line::Dash</a>, <a class="el" href="LineStyle_8h_source.html#l00030">hippodraw::Line::DashDot</a>, <a class="el" href="LineStyle_8h_source.html#l00029">hippodraw::Line::Dot</a>, <a class="el" href="LineStyle_8h_source.html#l00027">hippodraw::Line::Solid</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00732">OpenGLView::toX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00736">OpenGLView::toY()</a>.</p>

</div>
</div>
<a class="anchor" id="a98175f85f57fbe36cf71c8fb96d4b7b1"></a><!-- doxytag: member="OpenGLWindow::drawViewSquare" ref="a98175f85f57fbe36cf71c8fb96d4b7b1" args="(float x1, float y1, float x2, float y2, int red, int green, int blue)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void drawViewSquare </td>
          <td>(</td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>x1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>y1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>x2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>y2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>red</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>green</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>blue</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Draws a colored square in view space. </p>
<p>Used for shading on the cuts and the gray plot. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#ae11c4fc0fab54360e3ed1e53a5d257ee">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00291">291</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8cxx_source.html#l00732">OpenGLView::toX()</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00736">OpenGLView::toY()</a>.</p>

</div>
</div>
<a class="anchor" id="adac116554b543b7c4228c018a85882f5"></a><!-- doxytag: member="OpenGLWindow::flush" ref="adac116554b543b7c4228c018a85882f5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void flush </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8cxx_source.html#l00084">84</a> of file <a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a>.</p>

<p>References <a class="el" href="OpenGLWindow_8h_source.html#l00033">m_display</a>, and <a class="el" href="OpenGLWindow_8h_source.html#l00037">m_window</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">paint()</a>.</p>

</div>
</div>
<a class="anchor" id="a92b295524262e25d2f5ae55a22ac3c87"></a><!-- doxytag: member="OpenGLWindow::getAspectRatio" ref="a92b295524262e25d2f5ae55a22ac3c87" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double getAspectRatio </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get the aspect ratio. </p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00088">88</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="CanvasView_8cxx_source.html#l01547">CanvasView::contentsMouseMoveEvent()</a>, <a class="el" href="DataView_8cxx_source.html#l00062">DataView::prepareMarginRect()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00112">QtViewWidget::update()</a>, and <a class="el" href="QtView_8cxx_source.html#l00188">QtView::updateDrawRect()</a>.</p>

</div>
</div>
<a class="anchor" id="a9b7c5f2dc9b2a9aff42c13200dae82aa"></a><!-- doxytag: member="OpenGLWindow::getDrawRect" ref="a9b7c5f2dc9b2a9aff42c13200dae82aa" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1Rect.html">Rect</a> getDrawRect </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the drawing Rectangle in the devices coordinate system. </p>
<p>Must be implemented in derived class. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a4a8f555bf8d011b2eb5a2ba4a379bff3">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00594">594</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8h_source.html#l00101">OpenGLView::m_draw_rect</a>.</p>

</div>
</div>
<a class="anchor" id="a68d755b4942b64218ef9b9921c412e2c"></a><!-- doxytag: member="OpenGLWindow::getMarginRect" ref="a68d755b4942b64218ef9b9921c412e2c" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp; getMarginRect </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the rectangle area in which data points are drawn. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00045">45</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>.</p>

<p>Referenced by <a class="el" href="AxisRepColor_8cxx_source.html#l00237">AxisRepColor::drawColorScale()</a>, <a class="el" href="ContourPointRep_8cxx_source.html#l00324">ContourPointRep::drawContourTicks()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l01014">QtViewImp::drawImage()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00500">AxisRepBase::drawReferencePoint()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00118">AxisRepBase::drawTitle()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00266">AxisRepBase::drawXLabels()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00536">AxisRepBase::drawXMag()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00917">AxisRepBase::drawXTickLabels()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00741">AxisRepBase::drawXTickLines()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00385">AxisRepBase::drawYLabels()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00566">AxisRepBase::drawYMag()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00819">AxisRepBase::drawYTickLines()</a>, <a class="el" href="AxisRepColor_8cxx_source.html#l00083">AxisRepColor::drawZLabels()</a>, <a class="el" href="AxisRepColor_8cxx_source.html#l00178">AxisRepColor::drawZTickLabels()</a>, <a class="el" href="AxisRepColor_8cxx_source.html#l00135">AxisRepColor::drawZTickLines()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>, and <a class="el" href="EpsView_8cxx_source.html#l00622">EpsView::toViewY()</a>.</p>

</div>
</div>
<a class="anchor" id="ab06654ab77a1c770b56338fe7eb34956"></a><!-- doxytag: member="OpenGLWindow::getPlotter" ref="ab06654ab77a1c770b56338fe7eb34956" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1PlotterBase.html">PlotterBase</a> * getPlotter </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the plotter used by this view. </p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00055">55</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

</div>
</div>
<a class="anchor" id="a78aa09930b4007dfa886e1ecb2dbf57b"></a><!-- doxytag: member="OpenGLWindow::getPlotter" ref="a78aa09930b4007dfa886e1ecb2dbf57b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1PlotterBase.html">PlotterBase</a> * getPlotter </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the plotter used by this view. </p>

<p>Reimplemented from <a class="el" href="classhippodraw_1_1ViewBase.html#a78aa09930b4007dfa886e1ecb2dbf57b">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00061">61</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="a6f95a604ed24f4835ffec42878a05c14"></a><!-- doxytag: member="OpenGLWindow::getRange" ref="a6f95a604ed24f4835ffec42878a05c14" args="(Axes::Type axis) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classhippodraw_1_1Range.html">Range</a> &amp; getRange </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="namespacehippodraw_1_1Axes.html#a1d1cfd8ffb84e947f82999c682b666a7">Axes::Type</a>&nbsp;</td>
          <td class="paramname"> <em>axis</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the range of the data space on specified axis. </p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00069">69</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="ContourPointRep_8cxx_source.html#l00324">ContourPointRep::drawContourTicks()</a>.</p>

</div>
</div>
<a class="anchor" id="aee5ddf9c713b898d2892f7ad73d84964"></a><!-- doxytag: member="OpenGLWindow::getRawRect" ref="aee5ddf9c713b898d2892f7ad73d84964" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp; getRawRect </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the rectangle before transform. </p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00083">83</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="PlotterBase_8cxx_source.html#l00440">PlotterBase::getRawRect()</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

</div>
</div>
<a class="anchor" id="a37e915d8c0c4dc48e3ae4a0525ca6157"></a><!-- doxytag: member="OpenGLWindow::getUserRect" ref="a37e915d8c0c4dc48e3ae4a0525ca6157" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp; getUserRect </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Is called by the <a class="el" href="classhippodraw_1_1AxisRepBase.html" title="The base class for the axis representation hierarchy.">AxisRepBase</a> object (or one of its derived objects), and returns the rectangle where the drawing is made. </p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00076">76</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="PlotterBase_8cxx_source.html#l00433">PlotterBase::getUserRect()</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="ContourPointRep_8cxx_source.html#l00210">ContourPointRep::drawValues()</a>, <a class="el" href="ContourPointRep_8cxx_source.html#l00099">ContourPointRep::drawValuesWithStyle()</a>, <a class="el" href="AxisRepBase_8cxx_source.html#l00094">AxisRepBase::initAxisRect()</a>, <a class="el" href="DataView_8cxx_source.html#l00187">DataView::marginToInvertedUserX()</a>, <a class="el" href="DataView_8cxx_source.html#l00209">DataView::marginToInvertedUserY()</a>, <a class="el" href="DataView_8cxx_source.html#l00176">DataView::marginToUserX()</a>, <a class="el" href="DataView_8cxx_source.html#l00198">DataView::marginToUserY()</a>, <a class="el" href="DataView_8cxx_source.html#l00133">DataView::userToInvertedMarginX()</a>, <a class="el" href="DataView_8cxx_source.html#l00154">DataView::userToInvertedMarginY()</a>, <a class="el" href="DataView_8cxx_source.html#l00165">DataView::userToMarginColor()</a>, <a class="el" href="DataView_8cxx_source.html#l00122">DataView::userToMarginX()</a>, and <a class="el" href="DataView_8cxx_source.html#l00144">DataView::userToMarginY()</a>.</p>

</div>
</div>
<a class="anchor" id="a9624b072ad0e9c025a7286b3a80f8874"></a><!-- doxytag: member="OpenGLWindow::marginToInvertedUserX" ref="a9624b072ad0e9c025a7286b3a80f8874" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double marginToInvertedUserX </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts from view coordinate to data conordiate, take into account the inversion of x axes. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00187">187</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00108">Rect::getWidth()</a>, <a class="el" href="Rectangle_8h_source.html#l00154">Rect::getX()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtView_8cxx_source.html#l00245">QtView::fillPickedPoint()</a>.</p>

</div>
</div>
<a class="anchor" id="a48bdfcf650bd32575950147f16cde1c2"></a><!-- doxytag: member="OpenGLWindow::marginToInvertedUserY" ref="a48bdfcf650bd32575950147f16cde1c2" args="(double y) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double marginToInvertedUserY </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts from inverted view coordinate to data coordinate, without taking into account transforms or scaling. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00209">209</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="Rectangle_8cxx_source.html#l00113">Rect::getHeight()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8h_source.html#l00162">Rect::getY()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtViewWidget_8cxx_source.html#l00191">QtViewWidget::fillPickedPoint()</a>, and <a class="el" href="QtView_8cxx_source.html#l00245">QtView::fillPickedPoint()</a>.</p>

</div>
</div>
<a class="anchor" id="a89d3a971fe1c4fcbb4acadbc92a52247"></a><!-- doxytag: member="OpenGLWindow::marginToUserX" ref="a89d3a971fe1c4fcbb4acadbc92a52247" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double marginToUserX </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts from view coordinate to data coordinate, without taking into account transforms or scaling. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00176">176</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00108">Rect::getWidth()</a>, <a class="el" href="Rectangle_8h_source.html#l00154">Rect::getX()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtViewWidget_8cxx_source.html#l00191">QtViewWidget::fillPickedPoint()</a>, and <a class="el" href="QtView_8cxx_source.html#l00245">QtView::fillPickedPoint()</a>.</p>

</div>
</div>
<a class="anchor" id="adb0de5fec5222b68cf37c3d4fba3a5a6"></a><!-- doxytag: member="OpenGLWindow::marginToUserY" ref="adb0de5fec5222b68cf37c3d4fba3a5a6" args="(double y) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double marginToUserY </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts from view coordinate to data coordinate, without taking into account transforms or scaling. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00198">198</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="Rectangle_8cxx_source.html#l00113">Rect::getHeight()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8h_source.html#l00162">Rect::getY()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

</div>
</div>
<a class="anchor" id="a40932c8612a3d3328258dbfc602da943"></a><!-- doxytag: member="OpenGLWindow::paint" ref="a40932c8612a3d3328258dbfc602da943" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void paint </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">106</a> of file <a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8cxx_source.html#l00060">ViewBase::drawSelf()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00084">flush()</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00039">m_height</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00038">m_width</a>, and <a class="el" href="OpenGLView_8cxx_source.html#l00049">OpenGLView::setRect()</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">resize()</a>.</p>

</div>
</div>
<a class="anchor" id="a5958ddebacf2da2cfddeb0b6640677a7"></a><!-- doxytag: member="OpenGLWindow::prepareMarginRect" ref="a5958ddebacf2da2cfddeb0b6640677a7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void prepareMarginRect </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Prepares the margin rectangle. </p>
<dl class="attention"><dt><b>Attention:</b></dt><dd>In the implementation, make sure the left margin stops growing at same time maximum Y tick labels stop growing. </dd></dl>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00062">62</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8cxx_source.html#l00088">ViewBase::getAspectRatio()</a>, <a class="el" href="PlotterBase_8cxx_source.html#l01016">PlotterBase::getBottomMargin()</a>, <a class="el" href="classhippodraw_1_1ViewBase.html#a4a8f555bf8d011b2eb5a2ba4a379bff3">ViewBase::getDrawRect()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00113">Rect::getHeight()</a>, <a class="el" href="PlotterBase_8cxx_source.html#l01023">PlotterBase::getLeftMargin()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00050">ViewBase::getPlotter()</a>, <a class="el" href="PlotterBase_8cxx_source.html#l01002">PlotterBase::getTopMargin()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00108">Rect::getWidth()</a>, <a class="el" href="PlotterBase_8cxx_source.html#l01009">PlotterBase::getZMargin()</a>, <a class="el" href="PlotterBase_8cxx_source.html#l00980">PlotterBase::labelFont()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>, <a class="el" href="classhippodraw_1_1FontBase.html#aad3bfdef486bcb87bc672b48314f019d">FontBase::pointSize()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00070">Rect::setRect()</a>, <a class="el" href="PlotterBase_8cxx_source.html#l00973">PlotterBase::titleFont()</a>, <a class="el" href="AxesType_8h_source.html#l00033">hippodraw::Axes::X</a>, and <a class="el" href="AxesType_8h_source.html#l00035">hippodraw::Axes::Z</a>.</p>

<p>Referenced by <a class="el" href="QtViewWidget_8cxx_source.html#l00077">QtViewWidget::paintEvent()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00171">QtViewWidget::resizeEvent()</a>, <a class="el" href="QtView_8cxx_source.html#l00212">QtView::setDrawRect()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00153">QtViewWidget::setGeometry()</a>, and <a class="el" href="QtViewWidget_8cxx_source.html#l00112">QtViewWidget::update()</a>.</p>

</div>
</div>
<a class="anchor" id="a94fe4412f1302f5ff3027e2f9e43379c"></a><!-- doxytag: member="OpenGLWindow::resize" ref="a94fe4412f1302f5ff3027e2f9e43379c" args="(int, int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void resize </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>aWidth</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>aHeight</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">95</a> of file <a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a>.</p>

<p>References <a class="el" href="OpenGLWindow_8h_source.html#l00036">m_ctx</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00033">m_display</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00039">m_height</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00038">m_width</a>, <a class="el" href="OpenGLWindow_8h_source.html#l00037">m_window</a>, and <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">paint()</a>.</p>

<p>Referenced by <a class="el" href="OpenGLApp_8cxx_source.html#l00071">OpenGLApp::exec()</a>.</p>

</div>
</div>
<a class="anchor" id="a79498840deb15b6e0be732661632ea6c"></a><!-- doxytag: member="OpenGLWindow::setDrawRect" ref="a79498840deb15b6e0be732661632ea6c" args="(float x, float y, float w, float h)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setDrawRect </td>
          <td>(</td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>w</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">float&nbsp;</td>
          <td class="paramname"> <em>h</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the drawing Rectangle in the devices coordinate system. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a07fc05a06bba1c4e2a56bd4024b09c30">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00598">598</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="a0a7a4ca5368b23573e6eb349a888dd81"></a><!-- doxytag: member="OpenGLWindow::setMarginRect" ref="a0a7a4ca5368b23573e6eb349a888dd81" args="(const Rect &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setMarginRect </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Rect.html">Rect</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>rect</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the margin rectangle. </p>
<p>Sets the rectangular are in which the data points are drawn. The coordinate system is that of the view. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00052">52</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>.</p>

</div>
</div>
<a class="anchor" id="aaeea1b73696e57e14a40b1fe6e4541f7"></a><!-- doxytag: member="OpenGLWindow::setPlotter" ref="aaeea1b73696e57e14a40b1fe6e4541f7" args="(hippodraw::PlotterBase *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setPlotter </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classhippodraw_1_1PlotterBase.html">hippodraw::PlotterBase</a> *&nbsp;</td>
          <td class="paramname"> <em>plotter</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the PlotterBase object to <em>plotter</em>. </p>
<p>The ViewBase object does not own the plotter. If the plotter is being changed, it is up to client code to decide to destroy the previous plotter or not. </p>

<p>Reimplemented from <a class="el" href="classhippodraw_1_1ViewBase.html#adb6fc04bd70dfc3a755a4b882af0bbd2">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00055">55</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="a3f7120b2f1fc50f45285380804f116a7"></a><!-- doxytag: member="OpenGLWindow::setRect" ref="a3f7120b2f1fc50f45285380804f116a7" args="(double x, double y, double w, double h)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setRect </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>w</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>h</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00049">49</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="OpenGLView_8h_source.html#l00101">OpenGLView::m_draw_rect</a>, and <a class="el" href="Rectangle_8cxx_source.html#l00070">Rect::setRect()</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">paint()</a>.</p>

</div>
</div>
<a class="anchor" id="a4d056ec014a165245769dd2a45e6bd34"></a><!-- doxytag: member="OpenGLWindow::update" ref="a4d056ec014a165245769dd2a45e6bd34" args="(const hippodraw::Observable *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void update </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Observable.html">hippodraw::Observable</a> *&nbsp;</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements the update method of the Observer pattern. </p>
<p>Derived classes should send a message to what ever object is the parent of this ViewBase object. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#ab42954b72ba11d6f27a226f712ea77be">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00568">568</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="a99b750f9db95d9b46b2d5e8824d5a33f"></a><!-- doxytag: member="OpenGLWindow::updateDrawRect" ref="a99b750f9db95d9b46b2d5e8824d5a33f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void updateDrawRect </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Update the drawing Rectangle in the devices coordinate system. </p>

<p>Reimplemented in <a class="el" href="classhippodraw_1_1QtView.html#a99b750f9db95d9b46b2d5e8824d5a33f">QtView</a>.</p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00105">105</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>Referenced by <a class="el" href="XyPlotter_8cxx_source.html#l00152">XyPlotter::drawIn()</a>.</p>

</div>
</div>
<a class="anchor" id="a1fb3d4d015ae45409c09f2c41ea6a7c7"></a><!-- doxytag: member="OpenGLWindow::userToDrawColor" ref="a1fb3d4d015ae45409c09f2c41ea6a7c7" args="(double c) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToDrawColor </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>c</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts a coordinate in user space to drawing space along the color (X) axis. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a347138aa1cc8ca85552766ce188d7ce5">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00587">587</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="DataView_8cxx_source.html#l00165">DataView::userToMarginColor()</a>.</p>

</div>
</div>
<a class="anchor" id="ab7a3ba0d0b1e73d81310e631dfb0a1da"></a><!-- doxytag: member="OpenGLWindow::userToDrawX" ref="ab7a3ba0d0b1e73d81310e631dfb0a1da" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToDrawX </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts a coordinate in user space to drawing space along the X axis. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a33f9bdbc714f71e362087a93b621c51d">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00575">575</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="DataView_8cxx_source.html#l00122">DataView::userToMarginX()</a>.</p>

</div>
</div>
<a class="anchor" id="ac039a060adc4fcd64aa797c9cb645fad"></a><!-- doxytag: member="OpenGLWindow::userToDrawXAutoInv" ref="ac039a060adc4fcd64aa797c9cb645fad" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToDrawXAutoInv </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a2d242796df8d4f5435dc335744aca336">ViewBase</a>.</p>

</div>
</div>
<a class="anchor" id="a1d4fa9f52bff78d910ad197610cd1029"></a><!-- doxytag: member="OpenGLWindow::userToDrawY" ref="a1d4fa9f52bff78d910ad197610cd1029" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToDrawY </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts a coordinate in user space to drawing space along the Y axis. </p>

<p>Implements <a class="el" href="classhippodraw_1_1ViewBase.html#a9e53966e19107138e1f26f3e13b0b410">ViewBase</a>.</p>

<p>Definition at line <a class="el" href="OpenGLView_8cxx_source.html#l00581">581</a> of file <a class="el" href="OpenGLView_8cxx_source.html">OpenGLView.cxx</a>.</p>

<p>References <a class="el" href="DataView_8cxx_source.html#l00154">DataView::userToInvertedMarginY()</a>.</p>

</div>
</div>
<a class="anchor" id="a15a36bdc2a0c9fa333d56100a755c6c5"></a><!-- doxytag: member="OpenGLWindow::userToInvertedMarginX" ref="a15a36bdc2a0c9fa333d56100a755c6c5" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToInvertedMarginX </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts the user X coordinate into the inverted X coordinate. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00133">133</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00108">Rect::getWidth()</a>, <a class="el" href="Rectangle_8h_source.html#l00154">Rect::getX()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtView_8cxx_source.html#l00230">QtView::toViewX()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00113">QtViewImp::userToDrawXAutoInv()</a>, and <a class="el" href="EpsView_8cxx_source.html#l00581">EpsView::userToDrawXAutoInv()</a>.</p>

</div>
</div>
<a class="anchor" id="ae98a2eca3fda293f98fd2af1764e0d11"></a><!-- doxytag: member="OpenGLWindow::userToInvertedMarginY" ref="ae98a2eca3fda293f98fd2af1764e0d11" args="(double y) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToInvertedMarginY </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts the user Y coordinate into the top-left based margin Y coordinate. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00154">154</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="Rectangle_8cxx_source.html#l00113">Rect::getHeight()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8h_source.html#l00162">Rect::getY()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtViewWidget_8cxx_source.html#l00184">QtViewWidget::toViewY()</a>, <a class="el" href="QtView_8cxx_source.html#l00238">QtView::toViewY()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00126">QtViewImp::userToDrawY()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00581">OpenGLView::userToDrawY()</a>, and <a class="el" href="EpsView_8cxx_source.html#l00591">EpsView::userToDrawY()</a>.</p>

</div>
</div>
<a class="anchor" id="ae0b26e2015f57417f17a53eaef79a536"></a><!-- doxytag: member="OpenGLWindow::userToMarginColor" ref="ae0b26e2015f57417f17a53eaef79a536" args="(double c) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToMarginColor </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>c</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts the user Z coordinate into the margin color (X) coordinate. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00165">165</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="Rectangle_8cxx_source.html#l00118">Rect::getDepth()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00108">Rect::getWidth()</a>, <a class="el" href="Rectangle_8h_source.html#l00154">Rect::getX()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00098">Rect::getZ()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtViewImp_8cxx_source.html#l00131">QtViewImp::userToDrawColor()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00587">OpenGLView::userToDrawColor()</a>, and <a class="el" href="EpsView_8cxx_source.html#l00598">EpsView::userToDrawColor()</a>.</p>

</div>
</div>
<a class="anchor" id="ab04d1171abbedff5fed56c7a20fccee2"></a><!-- doxytag: member="OpenGLWindow::userToMarginX" ref="ab04d1171abbedff5fed56c7a20fccee2" args="(double x) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToMarginX </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>x</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts the user X coordinate into the margin X coordinate. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00122">122</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8cxx_source.html#l00108">Rect::getWidth()</a>, <a class="el" href="Rectangle_8h_source.html#l00154">Rect::getX()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="QtViewWidget_8cxx_source.html#l00179">QtViewWidget::toViewX()</a>, <a class="el" href="QtView_8cxx_source.html#l00230">QtView::toViewX()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00688">OpenGLView::toViewX()</a>, <a class="el" href="EpsView_8cxx_source.html#l00613">EpsView::toViewX()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00121">QtViewImp::userToDrawX()</a>, <a class="el" href="OpenGLView_8cxx_source.html#l00575">OpenGLView::userToDrawX()</a>, <a class="el" href="EpsView_8cxx_source.html#l00576">EpsView::userToDrawX()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00113">QtViewImp::userToDrawXAutoInv()</a>, and <a class="el" href="EpsView_8cxx_source.html#l00581">EpsView::userToDrawXAutoInv()</a>.</p>

</div>
</div>
<a class="anchor" id="a83bad97945ec0e23cc2b343bc383708c"></a><!-- doxytag: member="OpenGLWindow::userToMarginY" ref="a83bad97945ec0e23cc2b343bc383708c" args="(double y) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float userToMarginY </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>y</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const<code> [protected, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Converts the user Y coordinate into the margin Y coordinate. </p>

<p>Definition at line <a class="el" href="DataView_8cxx_source.html#l00144">144</a> of file <a class="el" href="DataView_8cxx_source.html">DataView.cxx</a>.</p>

<p>References <a class="el" href="Rectangle_8cxx_source.html#l00113">Rect::getHeight()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="Rectangle_8h_source.html#l00162">Rect::getY()</a>, <a class="el" href="DataView_8h_source.html#l00048">DataView::m_margin_rect</a>, and <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

<p>Referenced by <a class="el" href="OpenGLView_8cxx_source.html#l00695">OpenGLView::toViewY()</a>, and <a class="el" href="EpsView_8cxx_source.html#l00622">EpsView::toViewY()</a>.</p>

</div>
</div>
<a class="anchor" id="a6ace0de18514ca0d0b5c9d331bde7f36"></a><!-- doxytag: member="OpenGLWindow::willDelete" ref="a6ace0de18514ca0d0b5c9d331bde7f36" args="(const Observable *plotter)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void willDelete </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1Observable.html">Observable</a> *&nbsp;</td>
          <td class="paramname"> <em>plotter</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Responds to notification that the <a class="el" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> object is being deleted. </p>

<p>Reimplemented from <a class="el" href="classhippodraw_1_1Observer.html#a5380948822be75c060ae8cc538cd1327">Observer</a>.</p>

<p>Definition at line <a class="el" href="ViewBase_8cxx_source.html#l00096">96</a> of file <a class="el" href="ViewBase_8cxx_source.html">ViewBase.cxx</a>.</p>

<p>References <a class="el" href="ViewBase_8h_source.html#l00069">ViewBase::m_plotter</a>.</p>

</div>
</div>
<a class="anchor" id="ad745e70aa05f371366f3c2c05eff6199"></a><!-- doxytag: member="OpenGLWindow::window" ref="ad745e70aa05f371366f3c2c05eff6199" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Window window </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8cxx_source.html#l00090">90</a> of file <a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a>.</p>

<p>References <a class="el" href="OpenGLWindow_8h_source.html#l00037">m_window</a>.</p>

<p>Referenced by <a class="el" href="OpenGLApp_8cxx_source.html#l00094">OpenGLApp::findView()</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="ad35ef4754ac93d4fa9d69134da1b3d38"></a><!-- doxytag: member="OpenGLWindow::m_colormap" ref="ad35ef4754ac93d4fa9d69134da1b3d38" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Colormap <a class="el" href="classOpenGLWindow.html#ad35ef4754ac93d4fa9d69134da1b3d38">m_colormap</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00034">34</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">OpenGLWindow()</a>.</p>

</div>
</div>
<a class="anchor" id="a9f2c21950f75f5aca5e2a9e71aa6eac9"></a><!-- doxytag: member="OpenGLWindow::m_ctx" ref="a9f2c21950f75f5aca5e2a9e71aa6eac9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GLXContext <a class="el" href="classOpenGLWindow.html#a9f2c21950f75f5aca5e2a9e71aa6eac9">m_ctx</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00036">36</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">resize()</a>.</p>

</div>
</div>
<a class="anchor" id="a279ed3294e2c94b123a7956c431171be"></a><!-- doxytag: member="OpenGLWindow::m_display" ref="a279ed3294e2c94b123a7956c431171be" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Display* <a class="el" href="classOpenGLWindow.html#a279ed3294e2c94b123a7956c431171be">m_display</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00033">33</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00084">flush()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">OpenGLWindow()</a>, and <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">resize()</a>.</p>

</div>
</div>
<a class="anchor" id="ac6a72ba5cf510cdb179f3b1ae815bc65"></a><!-- doxytag: member="OpenGLWindow::m_height" ref="ac6a72ba5cf510cdb179f3b1ae815bc65" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classOpenGLWindow.html#ac6a72ba5cf510cdb179f3b1ae815bc65">m_height</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00039">39</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">OpenGLWindow()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">paint()</a>, and <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">resize()</a>.</p>

</div>
</div>
<a class="anchor" id="a5e8a764f031ecf7ec2a55dfa69a29a4c"></a><!-- doxytag: member="OpenGLWindow::m_margin_rect" ref="a5e8a764f031ecf7ec2a55dfa69a29a4c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Rect <a class="el" href="classhippodraw_1_1DataView.html#a5e8a764f031ecf7ec2a55dfa69a29a4c">m_margin_rect</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The rectangle area in which the projected points are plotted. </p>
<p>The coordinate system is that of the view device. X increase to the right and Y increases downward. Outside of this area are the axis labels, title, etc. </p>

<p>Definition at line <a class="el" href="DataView_8h_source.html#l00048">48</a> of file <a class="el" href="DataView_8h_source.html">DataView.h</a>.</p>

<p>Referenced by <a class="el" href="DataView_8cxx_source.html#l00045">DataView::getMarginRect()</a>, <a class="el" href="DataView_8cxx_source.html#l00187">DataView::marginToInvertedUserX()</a>, <a class="el" href="DataView_8cxx_source.html#l00209">DataView::marginToInvertedUserY()</a>, <a class="el" href="DataView_8cxx_source.html#l00176">DataView::marginToUserX()</a>, <a class="el" href="DataView_8cxx_source.html#l00198">DataView::marginToUserY()</a>, <a class="el" href="DataView_8cxx_source.html#l00062">DataView::prepareMarginRect()</a>, <a class="el" href="QtView_8cxx_source.html#l00212">QtView::setDrawRect()</a>, <a class="el" href="DataView_8cxx_source.html#l00052">DataView::setMarginRect()</a>, <a class="el" href="DataView_8cxx_source.html#l00133">DataView::userToInvertedMarginX()</a>, <a class="el" href="DataView_8cxx_source.html#l00154">DataView::userToInvertedMarginY()</a>, <a class="el" href="DataView_8cxx_source.html#l00165">DataView::userToMarginColor()</a>, <a class="el" href="DataView_8cxx_source.html#l00122">DataView::userToMarginX()</a>, and <a class="el" href="DataView_8cxx_source.html#l00144">DataView::userToMarginY()</a>.</p>

</div>
</div>
<a class="anchor" id="a1de80faff2428b8dc67995112931b636"></a><!-- doxytag: member="OpenGLWindow::m_plotter" ref="a1de80faff2428b8dc67995112931b636" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">PlotterBase* <a class="el" href="classhippodraw_1_1ViewBase.html#a1de80faff2428b8dc67995112931b636">m_plotter</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The plotter object used by this view. </p>
<p>Although the plotter object was created externally, the view owns the plotter object. </p>

<p>Definition at line <a class="el" href="ViewBase_8h_source.html#l00069">69</a> of file <a class="el" href="ViewBase_8h_source.html">ViewBase.h</a>.</p>

<p>Referenced by <a class="el" href="DataView_8cxx_source.html#l00031">DataView::DataView()</a>, <a class="el" href="QtView_8cxx_source.html#l00116">QtView::draw()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00060">ViewBase::drawSelf()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00950">QtViewImp::drawSquare()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00191">QtViewWidget::fillPickedPoint()</a>, <a class="el" href="QtView_8cxx_source.html#l00245">QtView::fillPickedPoint()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00088">ViewBase::getAspectRatio()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00050">ViewBase::getPlotter()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00069">ViewBase::getRange()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00083">ViewBase::getRawRect()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00076">ViewBase::getUserRect()</a>, <a class="el" href="QtView_8cxx_source.html#l00362">QtView::isTextView()</a>, <a class="el" href="DataView_8cxx_source.html#l00187">DataView::marginToInvertedUserX()</a>, <a class="el" href="DataView_8cxx_source.html#l00209">DataView::marginToInvertedUserY()</a>, <a class="el" href="DataView_8cxx_source.html#l00176">DataView::marginToUserX()</a>, <a class="el" href="DataView_8cxx_source.html#l00198">DataView::marginToUserY()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00290">QtViewWidget::mousePressEvent()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00077">QtViewWidget::paintEvent()</a>, <a class="el" href="DataView_8cxx_source.html#l00062">DataView::prepareMarginRect()</a>, <a class="el" href="QtView_8cxx_source.html#l00037">QtView::QtView()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00171">QtViewWidget::resizeEvent()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00987">QtViewImp::setCrossX()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00992">QtViewImp::setCrossY()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00153">QtViewWidget::setGeometry()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00045">ViewBase::setPlotter()</a>, <a class="el" href="QtView_8cxx_source.html#l00230">QtView::toViewX()</a>, <a class="el" href="QtViewWidget_8cxx_source.html#l00112">QtViewWidget::update()</a>, <a class="el" href="QtViewImp_8cxx_source.html#l00113">QtViewImp::userToDrawXAutoInv()</a>, <a class="el" href="EpsView_8cxx_source.html#l00581">EpsView::userToDrawXAutoInv()</a>, <a class="el" href="DataView_8cxx_source.html#l00133">DataView::userToInvertedMarginX()</a>, <a class="el" href="DataView_8cxx_source.html#l00154">DataView::userToInvertedMarginY()</a>, <a class="el" href="DataView_8cxx_source.html#l00165">DataView::userToMarginColor()</a>, <a class="el" href="DataView_8cxx_source.html#l00122">DataView::userToMarginX()</a>, <a class="el" href="DataView_8cxx_source.html#l00144">DataView::userToMarginY()</a>, <a class="el" href="ViewBase_8cxx_source.html#l00096">ViewBase::willDelete()</a>, and <a class="el" href="QtView_8cxx_source.html#l00054">QtView::~QtView()</a>.</p>

</div>
</div>
<a class="anchor" id="aed7a56601f9d85b1e4bdc6759a40d3bc"></a><!-- doxytag: member="OpenGLWindow::m_vinfo" ref="aed7a56601f9d85b1e4bdc6759a40d3bc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">XVisualInfo* <a class="el" href="classOpenGLWindow.html#aed7a56601f9d85b1e4bdc6759a40d3bc">m_vinfo</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00035">35</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">OpenGLWindow()</a>.</p>

</div>
</div>
<a class="anchor" id="a226b54ebc937470a33ab6d4e01382371"></a><!-- doxytag: member="OpenGLWindow::m_width" ref="a226b54ebc937470a33ab6d4e01382371" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classOpenGLWindow.html#a226b54ebc937470a33ab6d4e01382371">m_width</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00038">38</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">OpenGLWindow()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00106">paint()</a>, and <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">resize()</a>.</p>

</div>
</div>
<a class="anchor" id="a752cd888f08feb34ab30c3f7c64d8243"></a><!-- doxytag: member="OpenGLWindow::m_window" ref="a752cd888f08feb34ab30c3f7c64d8243" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Window <a class="el" href="classOpenGLWindow.html#a752cd888f08feb34ab30c3f7c64d8243">m_window</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="OpenGLWindow_8h_source.html#l00037">37</a> of file <a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a>.</p>

<p>Referenced by <a class="el" href="OpenGLWindow_8cxx_source.html#l00084">flush()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00018">OpenGLWindow()</a>, <a class="el" href="OpenGLWindow_8cxx_source.html#l00095">resize()</a>, and <a class="el" href="OpenGLWindow_8cxx_source.html#l00090">window()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="OpenGLWindow_8h_source.html">OpenGLWindow.h</a></li>
<li><a class="el" href="OpenGLWindow_8cxx_source.html">OpenGLWindow.cxx</a></li>
</ul>
</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>