Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 3734

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>mpBitmapLayer Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</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>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a>  </div>
  <div class="headertitle">
<div class="title">mpBitmapLayer Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="mpBitmapLayer" --><!-- doxytag: inherits="mpLayer" --><hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This virtual class represents objects that can be moved to an arbitrary 2D location+rotation. </p>
<p>The current transformation is set through SetCoordinateBase. To ease the implementation of descendent classes, <a class="el" href="classmp_movable_object.html" title="This virtual class represents objects that can be moved to an arbitrary 2D location+rotation.">mpMovableObject</a> will be in charge of Bounding Box computation and layer render, assuming that the object updates its shape in m_shape_xs &amp; m_shape_ys. </p>
</div>
<p><code>#include &lt;<a class="el" href="mathplot_8h_source.html">mrpt/otherlibs/mathplot/mathplot.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for mpBitmapLayer:</div>
<div class="dyncontent">
<div class="center"><img src="classmp_bitmap_layer__inherit__graph.png" border="0" usemap="#mp_bitmap_layer_inherit__map" alt="Inheritance graph"/></div>
<map name="mp_bitmap_layer_inherit__map" id="mp_bitmap_layer_inherit__map">
<area shape="rect" id="node2" href="classmp_layer.html" title="Plot layer, abstract base class." alt="" coords="25,5,97,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classmp_bitmap_layer-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a9d27f419f5e449b1e87a15405229d473">mpBitmapLayer</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Default constructor.  <a href="#a9d27f419f5e449b1e87a15405229d473"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a912ae11cb82f37ea83ea269c3177f153">~mpBitmapLayer</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a1c5a8b33230d59ecfd4896b189da8994">GetBitmapCopy</a> (wxImage &amp;outBmp) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a copy of the current bitmap assigned to the layer.  <a href="#a1c5a8b33230d59ecfd4896b189da8994"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a27b86d89ff71b33189b6d3ea1a37063e">SetBitmap</a> (const wxImage &amp;inBmp, double x, double y, double lx, double ly)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Change the bitmap associated with the layer (to update the screen, refresh the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>).  <a href="#a27b86d89ff71b33189b6d3ea1a37063e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#ab49c42d6266878610331ece65c0f2245">HasBBox</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Check whether this layer has a bounding box.  <a href="#ab49c42d6266878610331ece65c0f2245"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a9d75d9e2046dd95f17487647c8c20472">GetMinX</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get inclusive left border of bounding box.  <a href="#a9d75d9e2046dd95f17487647c8c20472"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a6d594813500cabd412d9a466b2e9095f">GetMaxX</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get inclusive right border of bounding box.  <a href="#a6d594813500cabd412d9a466b2e9095f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a06b6b2b66bd116b07340511c2785ddec">GetMinY</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get inclusive bottom border of bounding box.  <a href="#a06b6b2b66bd116b07340511c2785ddec"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#afe0a3f0072c582db4de9dcc20000fa77">GetMaxY</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get inclusive top border of bounding box.  <a href="#afe0a3f0072c582db4de9dcc20000fa77"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#af4f13e8ec8fb37ecbb56232b7ab069f6">Plot</a> (wxDC &amp;dc, <a class="el" href="classmp_window.html">mpWindow</a> &amp;w)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Plot given view of layer to the given device context.  <a href="#af4f13e8ec8fb37ecbb56232b7ab069f6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a9436c219c4cd680b68b7c17f39ae36fc">SetAlign</a> (int align)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set label axis alignment.  <a href="#a9436c219c4cd680b68b7c17f39ae36fc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a10235d5fa7f3a61bb63dd307a6caf0df">IsInfo</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Check whether the layer is an info box.  <a href="#a10235d5fa7f3a61bb63dd307a6caf0df"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxString&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a463e8f75a2c19fb710078d436ee94f5d">GetName</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get layer name.  <a href="#a463e8f75a2c19fb710078d436ee94f5d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const wxFont &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#af13bd4b41d687aca653b85132a08f101">GetFont</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get font set for this layer.  <a href="#af13bd4b41d687aca653b85132a08f101"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const wxPen &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ae9520bcefffcc18a948fac21d817a391">GetPen</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get pen set for this layer.  <a href="#ae9520bcefffcc18a948fac21d817a391"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a7f07b31cca9bc30591f98fa739a9c3df">SetContinuity</a> (bool continuity)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the 'continuity' property of the layer (true:draws a continuous line, false:draws separate points).  <a href="#a7f07b31cca9bc30591f98fa739a9c3df"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#adeab23218fa3f473429ccbd7b40a3f1d">GetContinuity</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the 'continuity' property of the layer.  <a href="#adeab23218fa3f473429ccbd7b40a3f1d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a83d3d0e46f840b23eb23630bccf1a3dc">ShowName</a> (bool show)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Shows or hides the text label with the name of the layer (default is visible).  <a href="#a83d3d0e46f840b23eb23630bccf1a3dc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#adfeb5ca318a709902e485969f7964caa">SetName</a> (wxString name)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer name.  <a href="#adfeb5ca318a709902e485969f7964caa"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a83ea2ceefa0c955e18a2972a066d4f7f">SetFont</a> (wxFont &amp;font)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer font.  <a href="#a83ea2ceefa0c955e18a2972a066d4f7f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a62bf0a870e470d274dd373bd5f87f94b">SetPen</a> (wxPen pen)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer pen.  <a href="#a62bf0a870e470d274dd373bd5f87f94b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#afc08c8f852363550e5714959d71806a7">SetDrawOutsideMargins</a> (bool drawModeOutside)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set Draw mode: inside or outside margins.  <a href="#afc08c8f852363550e5714959d71806a7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a68faceee0b732f4271e9a9320a218d1d">GetDrawOutsideMargins</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get Draw mode: inside or outside margins.  <a href="#a68faceee0b732f4271e9a9320a218d1d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxBitmap&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a513a1d20cc7e3927b2415382737c577c">GetColourSquare</a> (int side=16)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get a small square bitmap filled with the colour of the pen used in the layer.  <a href="#a513a1d20cc7e3927b2415382737c577c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#aebff4fbed09cc38e04f758c5e6f03a15">GetLayerType</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get layer type: a Layer can be of different types: plot lines, axis, info boxes, etc, this method returns the right value.  <a href="#aebff4fbed09cc38e04f758c5e6f03a15"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a22f21390e1bad50af27487c8b48dd494">IsVisible</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks whether the layer is visible or not.  <a href="#a22f21390e1bad50af27487c8b48dd494"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ab972a81522238b708573cd0b2bbc2578">SetVisible</a> (bool show)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets layer visibility.  <a href="#ab972a81522238b708573cd0b2bbc2578"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const wxBrush &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ac27b14f700e6193a936834e3994813c3">GetBrush</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get brush set for this layer.  <a href="#ac27b14f700e6193a936834e3994813c3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#abc07f029f172cab8ab80e0bc9b036dfb">SetBrush</a> (wxBrush brush)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Set layer brush.  <a href="#abc07f029f172cab8ab80e0bc9b036dfb"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a68a71bdb5404b8d67b8ec04ee9984959">m_flags</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds label alignment.  <a href="#a68a71bdb5404b8d67b8ec04ee9984959"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxImage&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a7fc0a8438243b25c0a0246808b67ba95">m_bitmap</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The internal copy of the Bitmap:  <a href="#a7fc0a8438243b25c0a0246808b67ba95"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxBitmap&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a6896b9aa07ca0f30169b2def0b9dc8ae">m_scaledBitmap</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxCoord&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#ab51c450748c6cf8b5d963b8203db8320">m_scaledBitmap_offset_x</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxCoord&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#ae65dd97638d1a529236d3d84624a116c">m_scaledBitmap_offset_y</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a2fadf84c6982996f2075ee928f36ccac">m_validImg</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a6173596d76c33ed5368d7f4569f35e3a">m_min_x</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The shape of the bitmap:  <a href="#a6173596d76c33ed5368d7f4569f35e3a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#ac79321f997916ac4d6ace177eb13fe0b">m_max_x</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#a8021506605435a542f1d1ea595c8b4dc">m_min_y</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_bitmap_layer.html#ae4dfc3db1459b324d585eb27a41ec229">m_max_y</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxFont&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a1b6acab5d04921f905df4bcdbfd334e1">m_font</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's font.  <a href="#a1b6acab5d04921f905df4bcdbfd334e1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxPen&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ad24283efc41df6b8f0d80030f0e6a56d">m_pen</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's pen.  <a href="#ad24283efc41df6b8f0d80030f0e6a56d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxBrush&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ac3d0ae222700628378471709bc62f76c">m_brush</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's brush.  <a href="#ac3d0ae222700628378471709bc62f76c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">wxString&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ac0894b3ff9ce5a82524256497599636c">m_name</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Layer's name.  <a href="#ac0894b3ff9ce5a82524256497599636c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a59361dc98bdf0cdb1f279f5d86b6b9f5">m_continuous</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specify if the layer will be plotted as a continuous line or a set of points.  <a href="#a59361dc98bdf0cdb1f279f5d86b6b9f5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a634c0423aad7ce8b908b9122952e5d5d">m_showName</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">States whether the name of the layer must be shown (default is true).  <a href="#a634c0423aad7ce8b908b9122952e5d5d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a2254c13cc469d401eaa0833a3d4a4034">m_drawOutsideMargins</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">select if the layer should draw only inside margins or over all DC  <a href="#a2254c13cc469d401eaa0833a3d4a4034"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#ab84741fba387364a0508e957b2350f57">m_type</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Define layer type, which is assigned by constructor.  <a href="#ab84741fba387364a0508e957b2350f57"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmp_layer.html#a6388b1d9d1480546c27d00eb989fe818">m_visible</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Toggles layer visibility.  <a href="#a6388b1d9d1480546c27d00eb989fe818"></a><br/></td></tr>
</table>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a9d27f419f5e449b1e87a15405229d473"></a><!-- doxytag: member="mpBitmapLayer::mpBitmapLayer" ref="a9d27f419f5e449b1e87a15405229d473" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mpBitmapLayer::mpBitmapLayer </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Default constructor. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01673">1673</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

<p>References <a class="el" href="mathplot_8h_source.html#l00143">mpLAYER_BITMAP</a>.</p>

</div>
</div>
<a class="anchor" id="a912ae11cb82f37ea83ea269c3177f153"></a><!-- doxytag: member="mpBitmapLayer::~mpBitmapLayer" ref="a912ae11cb82f37ea83ea269c3177f153" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual mpBitmapLayer::~mpBitmapLayer </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01681">1681</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1c5a8b33230d59ecfd4896b189da8994"></a><!-- doxytag: member="mpBitmapLayer::GetBitmapCopy" ref="a1c5a8b33230d59ecfd4896b189da8994" args="(wxImage &amp;outBmp) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpBitmapLayer::GetBitmapCopy </td>
          <td>(</td>
          <td class="paramtype">wxImage &amp;&#160;</td>
          <td class="paramname"><em>outBmp</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns a copy of the current bitmap assigned to the layer. </p>

</div>
</div>
<a class="anchor" id="ac27b14f700e6193a936834e3994813c3"></a><!-- doxytag: member="mpBitmapLayer::GetBrush" ref="ac27b14f700e6193a936834e3994813c3" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const wxBrush&amp; mpLayer::GetBrush </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get brush set for this layer. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>brush. </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00314">314</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a513a1d20cc7e3927b2415382737c577c"></a><!-- doxytag: member="mpBitmapLayer::GetColourSquare" ref="a513a1d20cc7e3927b2415382737c577c" args="(int side=16)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxBitmap mpLayer::GetColourSquare </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>side</em> = <code>16</code></td><td>)</td>
          <td><code> [inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get a small square bitmap filled with the colour of the pen used in the layer. </p>
<p>Useful to create legends or similar reference to the layers. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">side</td><td>side length in pixels </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a wxBitmap filled with layer's colour </dd></dl>

</div>
</div>
<a class="anchor" id="adeab23218fa3f473429ccbd7b40a3f1d"></a><!-- doxytag: member="mpBitmapLayer::GetContinuity" ref="adeab23218fa3f473429ccbd7b40a3f1d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpLayer::GetContinuity </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Gets the 'continuity' property of the layer. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_layer.html#a7f07b31cca9bc30591f98fa739a9c3df" title="Set the &#39;continuity&#39; property of the layer (true:draws a continuous line, false:draws separate points...">SetContinuity</a> </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00266">266</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a68faceee0b732f4271e9a9320a218d1d"></a><!-- doxytag: member="mpBitmapLayer::GetDrawOutsideMargins" ref="a68faceee0b732f4271e9a9320a218d1d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpLayer::GetDrawOutsideMargins </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get Draw mode: inside or outside margins. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The draw mode </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00293">293</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="af13bd4b41d687aca653b85132a08f101"></a><!-- doxytag: member="mpBitmapLayer::GetFont" ref="af13bd4b41d687aca653b85132a08f101" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const wxFont&amp; mpLayer::GetFont </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get font set for this layer. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Font </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00251">251</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="aebff4fbed09cc38e04f758c5e6f03a15"></a><!-- doxytag: member="mpBitmapLayer::GetLayerType" ref="aebff4fbed09cc38e04f758c5e6f03a15" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a> mpLayer::GetLayerType </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get layer type: a Layer can be of different types: plot lines, axis, info boxes, etc, this method returns the right value. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>An integer indicating layer type </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00302">302</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6d594813500cabd412d9a466b2e9095f"></a><!-- doxytag: member="mpBitmapLayer::GetMaxX" ref="a6d594813500cabd412d9a466b2e9095f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double mpBitmapLayer::GetMaxX </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get inclusive right border of bounding box. </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#ad3f65fde6150433717e3d2eb387ab88f">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01704">1704</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="afe0a3f0072c582db4de9dcc20000fa77"></a><!-- doxytag: member="mpBitmapLayer::GetMaxY" ref="afe0a3f0072c582db4de9dcc20000fa77" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double mpBitmapLayer::GetMaxY </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get inclusive top border of bounding box. </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#ae30ffdb060c11c9a88be5a3cd718f750">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01712">1712</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a9d75d9e2046dd95f17487647c8c20472"></a><!-- doxytag: member="mpBitmapLayer::GetMinX" ref="a9d75d9e2046dd95f17487647c8c20472" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double mpBitmapLayer::GetMinX </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get inclusive left border of bounding box. </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#adf8df2da43c1dc3f0e382f0ae3698b5a">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01700">1700</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a06b6b2b66bd116b07340511c2785ddec"></a><!-- doxytag: member="mpBitmapLayer::GetMinY" ref="a06b6b2b66bd116b07340511c2785ddec" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double mpBitmapLayer::GetMinY </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get inclusive bottom border of bounding box. </p>

<p>Reimplemented from <a class="el" href="classmp_layer.html#ae3dbe3838f6494bb1395f486e2c766af">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01708">1708</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a463e8f75a2c19fb710078d436ee94f5d"></a><!-- doxytag: member="mpBitmapLayer::GetName" ref="a463e8f75a2c19fb710078d436ee94f5d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxString mpLayer::GetName </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get layer name. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Name </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00246">246</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ae9520bcefffcc18a948fac21d817a391"></a><!-- doxytag: member="mpBitmapLayer::GetPen" ref="ae9520bcefffcc18a948fac21d817a391" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const wxPen&amp; mpLayer::GetPen </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get pen set for this layer. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Pen </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00256">256</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab49c42d6266878610331ece65c0f2245"></a><!-- doxytag: member="mpBitmapLayer::HasBBox" ref="ab49c42d6266878610331ece65c0f2245" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool mpBitmapLayer::HasBBox </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Check whether this layer has a bounding box. </p>
<p>The default implementation returns <em>TRUE</em>. Override and return FALSE if your <a class="el" href="classmp_layer.html" title="Plot layer, abstract base class.">mpLayer</a> implementation should be ignored by the calculation of the global bounding box for all layers in a <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>. </p>
<dl><dt><b>Return values:</b></dt><dd>
  <table class="retval">
    <tr><td class="paramname">TRUE</td><td>Has bounding box </td></tr>
    <tr><td class="paramname">FALSE</td><td>Has not bounding box </td></tr>
  </table>
  </dd>
</dl>

<p>Reimplemented from <a class="el" href="classmp_layer.html#accf17c5510e6d2fb21974b1cb8a0455e">mpLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01696">1696</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a10235d5fa7f3a61bb63dd307a6caf0df"></a><!-- doxytag: member="mpBitmapLayer::IsInfo" ref="a10235d5fa7f3a61bb63dd307a6caf0df" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool mpLayer::IsInfo </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Check whether the layer is an info box. </p>
<p>The default implementation returns <em>FALSE</em>. It is overrided to <em>TRUE</em> for <a class="el" href="classmp_info_layer.html" title="Base class to create small rectangular info boxes mpInfoLayer is the base class to create a small rec...">mpInfoLayer</a> class and its derivative. It is necessary to define mouse actions behaviour over info boxes. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>whether the layer is an info boxes </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_info_layer.html#a58e554ec2cf13f4ed73e75bd79c221e2" title="Specifies that this is an Info box layer.">mpInfoLayer::IsInfo</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classmp_info_layer.html#a58e554ec2cf13f4ed73e75bd79c221e2">mpInfoLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00178">178</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a22f21390e1bad50af27487c8b48dd494"></a><!-- doxytag: member="mpBitmapLayer::IsVisible" ref="a22f21390e1bad50af27487c8b48dd494" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool mpLayer::IsVisible </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Checks whether the layer is visible or not. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd><em>true</em> if visible </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00306">306</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="af4f13e8ec8fb37ecbb56232b7ab069f6"></a><!-- doxytag: member="mpBitmapLayer::Plot" ref="af4f13e8ec8fb37ecbb56232b7ab069f6" args="(wxDC &amp;dc, mpWindow &amp;w)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void mpBitmapLayer::Plot </td>
          <td>(</td>
          <td class="paramtype">wxDC &amp;&#160;</td>
          <td class="paramname"><em>dc</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classmp_window.html">mpWindow</a> &amp;&#160;</td>
          <td class="paramname"><em>w</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Plot given view of layer to the given device context. </p>
<p>An implementation of this function has to transform layer coordinates to wxDC coordinates based on the view parameters retrievable from the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a> passed in <em>w</em>. Note that the public methods of <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>: x2p,y2p and p2x,p2y are already provided which transform layer coordinates to DC pixel coordinates, and <b>user code should rely on them</b> for portability and future changes to be applied transparently, instead of implementing the following formulas manually.</p>
<p>The passed device context <em>dc</em> has its coordinate origin set to the top-left corner of the visible area (the default). The coordinate orientation is as shown in the following picture: </p>
<pre>
        (wxDC origin 0,0)
               x-------------&gt; ascending X ----------------+
               |                                           |
               |                                           |
               V ascending Y                               |
	           |                                           |
	           |                                           |
	           |                                           |
	           +-------------------------------------------+  &lt;-- right-bottom corner of the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a> visible area.
        </pre><p> Note that Y ascends in downward direction, whereas the usual vertical orientation for mathematical plots is vice versa. Thus Y-orientation will be swapped usually, when transforming between wxDC and <a class="el" href="classmp_layer.html" title="Plot layer, abstract base class.">mpLayer</a> coordinates. This change of coordinates is taken into account in the methods p2x,p2y,x2p,y2p.</p>
<p><b> Rules for transformation between <a class="el" href="classmp_layer.html" title="Plot layer, abstract base class.">mpLayer</a> and wxDC coordinates </b> </p>
<div class="fragment"><pre class="fragment">        dc_X = (layer_X - <a class="code" href="classmp_window.html#ac8491b2a65b0e4db1d7998e24ffab880">mpWindow::GetPosX</a>()) * <a class="code" href="classmp_window.html#a93f38cbfe6cf77277975f48f0ebd6a54">mpWindow::GetScaleX</a>()
        dc_Y = (<a class="code" href="classmp_window.html#a8ab3f4f63394761baec8e07de7138226">mpWindow::GetPosY</a>() - layer_Y) * <a class="code" href="classmp_window.html#a86a5a1331a8c0162c8ff9f4f40dea2ca">mpWindow::GetScaleY</a>() <span class="comment">// swapping Y-orientation</span>

        layer_X = (dc_X / <a class="code" href="classmp_window.html#a93f38cbfe6cf77277975f48f0ebd6a54">mpWindow::GetScaleX</a>()) + <a class="code" href="classmp_window.html#ac8491b2a65b0e4db1d7998e24ffab880">mpWindow::GetPosX</a>() <span class="comment">// scale guaranteed to be not 0</span>
        layer_Y = <a class="code" href="classmp_window.html#a8ab3f4f63394761baec8e07de7138226">mpWindow::GetPosY</a>() - (dc_Y / <a class="code" href="classmp_window.html#a86a5a1331a8c0162c8ff9f4f40dea2ca">mpWindow::GetScaleY</a>()) <span class="comment">// swapping Y-orientation</span>
</pre></div><dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">dc</td><td>Device context to plot to. </td></tr>
    <tr><td class="paramname">w</td><td>View to plot. The visible area can be retrieved from this object. </td></tr>
  </table>
  </dd>
</dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_window.html#a44afa869bc18f2c755b1726541a8ea9e" title="Converts mpWindow (screen) pixel coordinates into graph (floating point) coordinates, using current mpWindow position and scale.">mpWindow::p2x</a>,<a class="el" href="classmp_window.html#a47ff4aa7f3fe582e6b6dc116fd119026" title="Converts mpWindow (screen) pixel coordinates into graph (floating point) coordinates, using current mpWindow position and scale.">mpWindow::p2y</a>,<a class="el" href="classmp_window.html#a514198490e6cead9df2f2f272c39e236" title="Converts graph (floating point) coordinates into mpWindow (screen) pixel coordinates, using current mpWindow position and scale.">mpWindow::x2p</a>,<a class="el" href="classmp_window.html#a9b7aedd1ee155d2bdbde333f7039a658" title="Converts graph (floating point) coordinates into mpWindow (screen) pixel coordinates, using current mpWindow position and scale.">mpWindow::y2p</a> </dd></dl>

<p>Implements <a class="el" href="classmp_layer.html#a0c62e377dbdba1956b02bda3a5ac88b4">mpLayer</a>.</p>

</div>
</div>
<a class="anchor" id="a9436c219c4cd680b68b7c17f39ae36fc"></a><!-- doxytag: member="mpBitmapLayer::SetAlign" ref="a9436c219c4cd680b68b7c17f39ae36fc" args="(int align)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpBitmapLayer::SetAlign </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>align</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set label axis alignment. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">align</td><td>alignment (choose between mpALIGN_NE, mpALIGN_NW, mpALIGN_SW, mpALIGN_SE </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01719">1719</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a27b86d89ff71b33189b6d3ea1a37063e"></a><!-- doxytag: member="mpBitmapLayer::SetBitmap" ref="a27b86d89ff71b33189b6d3ea1a37063e" args="(const wxImage &amp;inBmp, double x, double y, double lx, double ly)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpBitmapLayer::SetBitmap </td>
          <td>(</td>
          <td class="paramtype">const wxImage &amp;&#160;</td>
          <td class="paramname"><em>inBmp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&#160;</td>
          <td class="paramname"><em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&#160;</td>
          <td class="paramname"><em>y</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&#160;</td>
          <td class="paramname"><em>lx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&#160;</td>
          <td class="paramname"><em>ly</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Change the bitmap associated with the layer (to update the screen, refresh the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a>). </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">inBmp</td><td>The bitmap to associate. A copy is made, thus it can be released after calling this. </td></tr>
    <tr><td class="paramname">x</td><td>The left corner X coordinate (in plot units). </td></tr>
    <tr><td class="paramname">y</td><td>The top corner Y coordinate (in plot units). </td></tr>
    <tr><td class="paramname">lx</td><td>The width in plot units. </td></tr>
    <tr><td class="paramname">ly</td><td>The height in plot units. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="abc07f029f172cab8ab80e0bc9b036dfb"></a><!-- doxytag: member="mpBitmapLayer::SetBrush" ref="abc07f029f172cab8ab80e0bc9b036dfb" args="(wxBrush brush)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetBrush </td>
          <td>(</td>
          <td class="paramtype">wxBrush&#160;</td>
          <td class="paramname"><em>brush</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer brush. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">brush</td><td>brush, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00318">318</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a7f07b31cca9bc30591f98fa739a9c3df"></a><!-- doxytag: member="mpBitmapLayer::SetContinuity" ref="a7f07b31cca9bc30591f98fa739a9c3df" args="(bool continuity)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetContinuity </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>continuity</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the 'continuity' property of the layer (true:draws a continuous line, false:draws separate points). </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classmp_layer.html#adeab23218fa3f473429ccbd7b40a3f1d" title="Gets the &#39;continuity&#39; property of the layer.">GetContinuity</a> </dd></dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00261">261</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="afc08c8f852363550e5714959d71806a7"></a><!-- doxytag: member="mpBitmapLayer::SetDrawOutsideMargins" ref="afc08c8f852363550e5714959d71806a7" args="(bool drawModeOutside)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetDrawOutsideMargins </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>drawModeOutside</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set Draw mode: inside or outside margins. </p>
<p>Default is outside, which allows the layer to draw up to the <a class="el" href="classmp_window.html" title="Canvas for plotting mpLayer implementations.">mpWindow</a> border. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">drawModeOutside</td><td>The draw mode to be set </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00289">289</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a83ea2ceefa0c955e18a2972a066d4f7f"></a><!-- doxytag: member="mpBitmapLayer::SetFont" ref="a83ea2ceefa0c955e18a2972a066d4f7f" args="(wxFont &amp;font)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetFont </td>
          <td>(</td>
          <td class="paramtype">wxFont &amp;&#160;</td>
          <td class="paramname"><em>font</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer font. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">font</td><td>Font, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00280">280</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="adfeb5ca318a709902e485969f7964caa"></a><!-- doxytag: member="mpBitmapLayer::SetName" ref="adfeb5ca318a709902e485969f7964caa" args="(wxString name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetName </td>
          <td>(</td>
          <td class="paramtype">wxString&#160;</td>
          <td class="paramname"><em>name</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer name. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">name</td><td>Name, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00275">275</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a62bf0a870e470d274dd373bd5f87f94b"></a><!-- doxytag: member="mpBitmapLayer::SetPen" ref="a62bf0a870e470d274dd373bd5f87f94b" args="(wxPen pen)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetPen </td>
          <td>(</td>
          <td class="paramtype">wxPen&#160;</td>
          <td class="paramname"><em>pen</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set layer pen. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">pen</td><td>Pen, will be copied to internal class member </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00285">285</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab972a81522238b708573cd0b2bbc2578"></a><!-- doxytag: member="mpBitmapLayer::SetVisible" ref="ab972a81522238b708573cd0b2bbc2578" args="(bool show)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::SetVisible </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>show</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets layer visibility. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">show</td><td>visibility bool. </td></tr>
  </table>
  </dd>
</dl>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00310">310</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a83d3d0e46f840b23eb23630bccf1a3dc"></a><!-- doxytag: member="mpBitmapLayer::ShowName" ref="a83d3d0e46f840b23eb23630bccf1a3dc" args="(bool show)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void mpLayer::ShowName </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>show</em></td><td>)</td>
          <td><code> [inline, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Shows or hides the text label with the name of the layer (default is visible). </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00270">270</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a7fc0a8438243b25c0a0246808b67ba95"></a><!-- doxytag: member="mpBitmapLayer::m_bitmap" ref="a7fc0a8438243b25c0a0246808b67ba95" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxImage <a class="el" href="classmp_bitmap_layer.html#a7fc0a8438243b25c0a0246808b67ba95">mpBitmapLayer::m_bitmap</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The internal copy of the Bitmap: </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01726">1726</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac3d0ae222700628378471709bc62f76c"></a><!-- doxytag: member="mpBitmapLayer::m_brush" ref="ac3d0ae222700628378471709bc62f76c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxBrush <a class="el" href="classmp_layer.html#ac3d0ae222700628378471709bc62f76c">mpLayer::m_brush</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's brush. </p>

<p>Reimplemented in <a class="el" href="classmp_info_layer.html#af3366ac05d6f5f15831f380bdcf29ea2">mpInfoLayer</a>.</p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00323">323</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a59361dc98bdf0cdb1f279f5d86b6b9f5"></a><!-- doxytag: member="mpBitmapLayer::m_continuous" ref="a59361dc98bdf0cdb1f279f5d86b6b9f5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a59361dc98bdf0cdb1f279f5d86b6b9f5">mpLayer::m_continuous</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Specify if the layer will be plotted as a continuous line or a set of points. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00325">325</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a2254c13cc469d401eaa0833a3d4a4034"></a><!-- doxytag: member="mpBitmapLayer::m_drawOutsideMargins" ref="a2254c13cc469d401eaa0833a3d4a4034" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a2254c13cc469d401eaa0833a3d4a4034">mpLayer::m_drawOutsideMargins</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>select if the layer should draw only inside margins or over all DC </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00327">327</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a68a71bdb5404b8d67b8ec04ee9984959"></a><!-- doxytag: member="mpBitmapLayer::m_flags" ref="a68a71bdb5404b8d67b8ec04ee9984959" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classmp_bitmap_layer.html#a68a71bdb5404b8d67b8ec04ee9984959">mpBitmapLayer::m_flags</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Holds label alignment. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01719">1719</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a1b6acab5d04921f905df4bcdbfd334e1"></a><!-- doxytag: member="mpBitmapLayer::m_font" ref="a1b6acab5d04921f905df4bcdbfd334e1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxFont <a class="el" href="classmp_layer.html#a1b6acab5d04921f905df4bcdbfd334e1">mpLayer::m_font</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's font. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00318">318</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac79321f997916ac4d6ace177eb13fe0b"></a><!-- doxytag: member="mpBitmapLayer::m_max_x" ref="ac79321f997916ac4d6ace177eb13fe0b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_bitmap_layer.html#ac79321f997916ac4d6ace177eb13fe0b">mpBitmapLayer::m_max_x</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01736">1736</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ae4dfc3db1459b324d585eb27a41ec229"></a><!-- doxytag: member="mpBitmapLayer::m_max_y" ref="ae4dfc3db1459b324d585eb27a41ec229" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_bitmap_layer.html#ae4dfc3db1459b324d585eb27a41ec229">mpBitmapLayer::m_max_y</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01736">1736</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6173596d76c33ed5368d7f4569f35e3a"></a><!-- doxytag: member="mpBitmapLayer::m_min_x" ref="a6173596d76c33ed5368d7f4569f35e3a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_bitmap_layer.html#a6173596d76c33ed5368d7f4569f35e3a">mpBitmapLayer::m_min_x</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The shape of the bitmap: </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01736">1736</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a8021506605435a542f1d1ea595c8b4dc"></a><!-- doxytag: member="mpBitmapLayer::m_min_y" ref="a8021506605435a542f1d1ea595c8b4dc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="classmp_bitmap_layer.html#a8021506605435a542f1d1ea595c8b4dc">mpBitmapLayer::m_min_y</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01736">1736</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ac0894b3ff9ce5a82524256497599636c"></a><!-- doxytag: member="mpBitmapLayer::m_name" ref="ac0894b3ff9ce5a82524256497599636c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxString <a class="el" href="classmp_layer.html#ac0894b3ff9ce5a82524256497599636c">mpLayer::m_name</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's name. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00324">324</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ad24283efc41df6b8f0d80030f0e6a56d"></a><!-- doxytag: member="mpBitmapLayer::m_pen" ref="ad24283efc41df6b8f0d80030f0e6a56d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxPen <a class="el" href="classmp_layer.html#ad24283efc41df6b8f0d80030f0e6a56d">mpLayer::m_pen</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Layer's pen. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00322">322</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6896b9aa07ca0f30169b2def0b9dc8ae"></a><!-- doxytag: member="mpBitmapLayer::m_scaledBitmap" ref="a6896b9aa07ca0f30169b2def0b9dc8ae" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxBitmap <a class="el" href="classmp_bitmap_layer.html#a6896b9aa07ca0f30169b2def0b9dc8ae">mpBitmapLayer::m_scaledBitmap</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01727">1727</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab51c450748c6cf8b5d963b8203db8320"></a><!-- doxytag: member="mpBitmapLayer::m_scaledBitmap_offset_x" ref="ab51c450748c6cf8b5d963b8203db8320" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxCoord <a class="el" href="classmp_bitmap_layer.html#ab51c450748c6cf8b5d963b8203db8320">mpBitmapLayer::m_scaledBitmap_offset_x</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01728">1728</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ae65dd97638d1a529236d3d84624a116c"></a><!-- doxytag: member="mpBitmapLayer::m_scaledBitmap_offset_y" ref="ae65dd97638d1a529236d3d84624a116c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">wxCoord <a class="el" href="classmp_bitmap_layer.html#ae65dd97638d1a529236d3d84624a116c">mpBitmapLayer::m_scaledBitmap_offset_y</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01728">1728</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a634c0423aad7ce8b908b9122952e5d5d"></a><!-- doxytag: member="mpBitmapLayer::m_showName" ref="a634c0423aad7ce8b908b9122952e5d5d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a634c0423aad7ce8b908b9122952e5d5d">mpLayer::m_showName</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>States whether the name of the layer must be shown (default is true). </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00326">326</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab84741fba387364a0508e957b2350f57"></a><!-- doxytag: member="mpBitmapLayer::m_type" ref="ab84741fba387364a0508e957b2350f57" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="mathplot_8h.html#acf8b83e86e129762abc1b70e84db342c">mpLayerType</a> <a class="el" href="classmp_layer.html#ab84741fba387364a0508e957b2350f57">mpLayer::m_type</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Define layer type, which is assigned by constructor. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00328">328</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a2fadf84c6982996f2075ee928f36ccac"></a><!-- doxytag: member="mpBitmapLayer::m_validImg" ref="a2fadf84c6982996f2075ee928f36ccac" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_bitmap_layer.html#a2fadf84c6982996f2075ee928f36ccac">mpBitmapLayer::m_validImg</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l01731">1731</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6388b1d9d1480546c27d00eb989fe818"></a><!-- doxytag: member="mpBitmapLayer::m_visible" ref="a6388b1d9d1480546c27d00eb989fe818" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classmp_layer.html#a6388b1d9d1480546c27d00eb989fe818">mpLayer::m_visible</a><code> [protected, inherited]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Toggles layer visibility. </p>

<p>Definition at line <a class="el" href="mathplot_8h_source.html#l00329">329</a> of file <a class="el" href="mathplot_8h_source.html">mathplot.h</a>.</p>

</div>
</div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>