Sophie

Sophie

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

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

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="dir_28fb57ed95c79fe5ed14c4f71fb4c2a2.html">qt</a>
  </div>
</div>
<div class="contents">
<h1>CanvasViewProxy.h</h1><a href="CanvasViewProxy_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: c++ -*-  */</span>
<a name="l00002"></a>00002 
<a name="l00014"></a>00014 <span class="preprocessor">#ifndef CanvasViewProxy_H</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#define CanvasViewProxy_H</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &quot;<a class="code" href="libqthippo_8h.html">libqthippo.h</a>&quot;</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="preprocessor">#include &quot;qobject.h&quot;</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="keyword">namespace </span>hippodraw {
<a name="l00024"></a>00024 
<a name="l00025"></a>00025   <span class="keyword">class </span>CanvasView;
<a name="l00026"></a>00026   <span class="keyword">class </span>PlotterBase;
<a name="l00027"></a>00027 
<a name="l00045"></a><a class="code" href="classhippodraw_1_1CanvasViewProxy.html">00045</a> <span class="keyword">class </span><a class="code" href="libqthippo_8h.html#a5c61928b4caef50cebd70354f5e860d9">MDL_QTHIPPOPLOT_API</a> <a class="code" href="classhippodraw_1_1CanvasViewProxy.html" title="A Proxy for the CanvasView class.">CanvasViewProxy</a> : <span class="keyword">private</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qobject.html">QObject</a>
<a name="l00046"></a>00046 {
<a name="l00047"></a>00047 Q_OBJECT
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="keyword">private</span>:
<a name="l00050"></a>00050 
<a name="l00053"></a><a class="code" href="classhippodraw_1_1CanvasViewProxy.html#ad6e6c8077e603e04ca6db53b58fb0900">00053</a>   <a class="code" href="classhippodraw_1_1CanvasView.html" title="This class implements additional FigureEditor functionality particular to QtView...">CanvasView</a> * m_canvas_view;
<a name="l00054"></a>00054 
<a name="l00057"></a>00057   <a class="code" href="classhippodraw_1_1CanvasViewProxy.html" title="A Proxy for the CanvasView class.">CanvasViewProxy</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1CanvasViewProxy.html" title="A Proxy for the CanvasView class.">CanvasViewProxy</a> &amp; );
<a name="l00058"></a>00058 
<a name="l00061"></a>00061   <span class="keywordtype">void</span> lock ();
<a name="l00062"></a>00062 
<a name="l00065"></a>00065   <span class="keywordtype">void</span> unlock ();
<a name="l00066"></a>00066 
<a name="l00067"></a>00067 <span class="keyword">public</span>:
<a name="l00068"></a>00068 
<a name="l00071"></a>00071  <a class="code" href="classhippodraw_1_1CanvasViewProxy.html" title="A Proxy for the CanvasView class.">CanvasViewProxy</a> ( <a class="code" href="classhippodraw_1_1CanvasView.html" title="This class implements additional FigureEditor functionality particular to QtView...">CanvasView</a> * view );
<a name="l00072"></a>00072 
<a name="l00075"></a>00075   <span class="keyword">virtual</span> ~<a class="code" href="classhippodraw_1_1CanvasViewProxy.html" title="A Proxy for the CanvasView class.">CanvasViewProxy</a>();
<a name="l00076"></a>00076 
<a name="l00079"></a>00079   <span class="keywordtype">void</span> addDisplay ( <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * plotter );
<a name="l00080"></a>00080 
<a name="l00083"></a>00083   <span class="keywordtype">void</span> clear ();
<a name="l00084"></a>00084 
<a name="l00087"></a>00087   <span class="keywordtype">void</span> saveAsImage ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> *, <span class="keyword">const</span> std::string &amp; filename );
<a name="l00088"></a>00088 
<a name="l00091"></a>00091   <span class="keywordtype">void</span> swapOrientation ();
<a name="l00092"></a>00092 
<a name="l00093"></a>00093   signals:
<a name="l00094"></a>00094 
<a name="l00097"></a>00097   <span class="keywordtype">void</span> addDisplaySignal ( <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * plotter );
<a name="l00098"></a>00098 
<a name="l00101"></a>00101   <span class="keywordtype">void</span> clearSignal ();
<a name="l00102"></a>00102 
<a name="l00105"></a>00105   <span class="keywordtype">void</span> saveAsImageSignal ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> * plotter,
<a name="l00106"></a>00106                            <span class="keyword">const</span> std::string &amp; filename );
<a name="l00107"></a>00107 
<a name="l00110"></a>00110   <span class="keywordtype">void</span> swapOrientationSignal ();
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 };
<a name="l00113"></a>00113 
<a name="l00114"></a>00114 } <span class="comment">// namespace hippodraw</span>
<a name="l00115"></a>00115 
<a name="l00116"></a>00116 <span class="preprocessor">#endif // CanvasViewProxy_H</span>
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>