Sophie

Sophie

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

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>AxisWidget.h</h1><a href="AxisWidget_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 _AxisWidget_H_</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#define _AxisWidget_H_</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;qwidget.h&gt;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="comment">//Added by the Qt porting tool:</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;QtGui/QLabel&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qlabel.html">QLabel</a>;
<a name="l00027"></a>00027 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qlineedit.html">QLineEdit</a>;
<a name="l00028"></a>00028 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qcheckbox.html">QCheckBox</a>;
<a name="l00029"></a>00029 <span class="keyword">class </span><a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a>;
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="keyword">namespace </span>hippodraw {
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="keyword">class </span>Range;
<a name="l00034"></a>00034 
<a name="l00041"></a><a class="code" href="classhippodraw_1_1AxisWidget.html">00041</a> <span class="keyword">class </span><a class="code" href="classhippodraw_1_1AxisWidget.html" title="A custom widget that creates high and low sliders and text boxes, and implements...">AxisWidget</a> : <span class="keyword">public</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qwidget.html">QWidget</a>
<a name="l00042"></a>00042 {
<a name="l00043"></a>00043 
<a name="l00044"></a>00044   Q_OBJECT
<a name="l00045"></a>00045   
<a name="l00046"></a>00046 <span class="keyword">private</span>:
<a name="l00047"></a>00047   
<a name="l00049"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#af462d83314cdfc0b57674adbcfea3d16">00049</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qlabel.html">QLabel</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#af462d83314cdfc0b57674adbcfea3d16" title="The &amp;quot;Low&amp;quot; text label.">lowTextLabel</a>;
<a name="l00050"></a>00050   
<a name="l00052"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#aaf6f97ed4805582b5ebe882b59c94520">00052</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qlabel.html">QLabel</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#aaf6f97ed4805582b5ebe882b59c94520" title="The &amp;quot;High&amp;quot; text label.">highTextLabel</a>;
<a name="l00053"></a>00053 
<a name="l00055"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#a68b420964086db4ee37527ac06093c87">00055</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#a68b420964086db4ee37527ac06093c87" title="The low slider.">lowSlider</a>;
<a name="l00056"></a>00056 
<a name="l00058"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#a58b1d8996231eb128f54b9b72de6ed8c">00058</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#a58b1d8996231eb128f54b9b72de6ed8c" title="The high slider.">highSlider</a>;
<a name="l00059"></a>00059 
<a name="l00061"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#a7e5f6e1e517819bee37f8c79b677a879">00061</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qlineedit.html">QLineEdit</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#a7e5f6e1e517819bee37f8c79b677a879" title="The text box that shows the low value.">lowTextBox</a>;
<a name="l00062"></a>00062 
<a name="l00064"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#a862fe6e995293159e35a579a007b1bbd">00064</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qlineedit.html">QLineEdit</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#a862fe6e995293159e35a579a007b1bbd" title="The text box that shows the high value.">highTextBox</a>;
<a name="l00065"></a>00065 
<a name="l00067"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#ab4572aa457b2ced01f3c5b5e0167eae8">00067</a>   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qcheckbox.html">QCheckBox</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#ab4572aa457b2ced01f3c5b5e0167eae8" title="The zoom pan check box.">zoomPanCheckBox</a>;
<a name="l00068"></a>00068   
<a name="l00070"></a><a class="code" href="classhippodraw_1_1AxisWidget.html#ad28055abb52e067391dc703ac928bc13">00070</a>   <span class="keywordtype">bool</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#ad28055abb52e067391dc703ac928bc13" title="A boolean that is true if the AxisWidget controls a cut.">m_isCut</a>;
<a name="l00071"></a>00071 
<a name="l00073"></a>00073   <span class="keywordtype">double</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#aba5cefd9c5eb57eed20815a5275f623a" title="Converts the slider position to Width.">getWidthFromSlider</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00074"></a>00074   
<a name="l00076"></a>00076   <span class="keywordtype">double</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a8f504bba7cee28535b338e8ab0288220" title="Converts the slider position to Position.">getPositionFromSlider</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00077"></a>00077 
<a name="l00079"></a>00079   <span class="keywordtype">double</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a9510d91932bf759c4a3f198eae8bdaf5" title="Converts the slider position to Low.">getLowFromSlider</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00080"></a>00080   
<a name="l00082"></a>00082   <span class="keywordtype">double</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a0c616a8dbaeb4a3dfdd6f142b27b53d4" title="Converts the slider position to High.">getHighFromSlider</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00083"></a>00083   
<a name="l00085"></a>00085   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a7d6fde5516d475f75a7be03f8f3606e5" title="Sets the slider s to the value value.">setSlider</a> ( <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a> * s, <span class="keywordtype">double</span> value, <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00086"></a>00086   
<a name="l00089"></a>00089   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a3d35661e0983aea1136669ff3a1ae865" title="Sets the slider s to the value value, where the slider zero corresponds to data zero...">setSliderZero</a> ( <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a> * s, <span class="keywordtype">double</span> value, <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00090"></a>00090   
<a name="l00091"></a>00091 <span class="keyword">public</span>:
<a name="l00092"></a>00092   
<a name="l00095"></a>00095   <a class="code" href="classhippodraw_1_1AxisWidget.html#aca2e8303a9100adf544802eafcd1c86b" title="The standard QWidget constructor.">AxisWidget</a> ( <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qwidget.html">QWidget</a> * parent = 0, 
<a name="l00096"></a>00096                <span class="keyword">const</span> <span class="keywordtype">char</span> * name = 0,
<a name="l00097"></a>00097                Qt::WFlags wflags = 0 );
<a name="l00098"></a>00098   
<a name="l00100"></a>00100   <span class="keyword">virtual</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a50e541e1867c436e3e2d46d25044ddd8" title="The required virtual destructor.">~AxisWidget</a> ();
<a name="l00101"></a>00101   
<a name="l00106"></a>00106   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a7aebce915f16b5776700eb8acdcb7da0" title="Called by InspectorBase in response to the lowTextReturnPressed and highTextReturnPressed...">processTextBoxReturnPressed</a> ( <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; currentRange,
<a name="l00107"></a>00107                                      <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00108"></a>00108 
<a name="l00111"></a>00111   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#ab063865eee4af90ed38ca97c8debc036" title="Called by InspectorBase in response to the lowSliderReleased signal.">processLowSliderReleased</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00112"></a>00112 
<a name="l00115"></a>00115   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a373c48eb1bf8f224e660fcbb9bd765f8" title="Called by InspectorBase in response to the lowSliderMoved signal.">processLowSliderMoved</a> ( <span class="keywordtype">int</span> value,
<a name="l00116"></a>00116                                <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; currentRange,
<a name="l00117"></a>00117                                <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00118"></a>00118 
<a name="l00121"></a>00121   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a9d21f3280e65ab24c771b9dcd28e8046" title="Called by InspectorBase in response to the highSliderReleased signal.">processHighSliderReleased</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00122"></a>00122 
<a name="l00125"></a>00125   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#aa730ca32b3a10c8fc56e76ba51981cf5" title="Called by InspectorBase in response to the highSliderMoved signal.">processHighSliderMoved</a> ( <span class="keywordtype">int</span> value,
<a name="l00126"></a>00126                                 <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; currentRange,
<a name="l00127"></a>00127                                 <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00128"></a>00128 
<a name="l00131"></a>00131   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a5578d84c61134da5ba90674567e6e95f" title="Called by InspectorBase in response to the zoomPanCheckBoxClicked signal.">processZoomPanCheckBoxClicked</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; currentRange,
<a name="l00132"></a>00132                                        <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00133"></a>00133 
<a name="l00135"></a>00135   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#aca2a139e206a20d901e2b47ce63d3d92" title="Set the isCut flag.">setCut</a> ( <span class="keywordtype">bool</span> flag );
<a name="l00136"></a>00136 
<a name="l00140"></a>00140   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a1678b326d60f26869c25a7df053358bf" title="Set the text in the lowTextBox.">setLowText</a> ( <span class="keyword">const</span>  <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> &amp; s, <span class="keywordtype">bool</span> readonly = <span class="keyword">false</span> );
<a name="l00141"></a>00141 
<a name="l00145"></a>00145   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a2d94f456ae60d44b12a64d28b20d8152" title="Set the text in the highTextBox.">setHighText</a> ( <span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qstring.html">QString</a> &amp; s, <span class="keywordtype">bool</span> readonly = <span class="keyword">false</span> );
<a name="l00146"></a>00146 
<a name="l00149"></a>00149   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#a65a9fd7d5add570575dcc6ac5253a948" title="Returns the low slider widget.">getLowSlider</a> ();
<a name="l00150"></a>00150 
<a name="l00152"></a>00152   <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a87aa0b7627739c3fdf8ebe11b9643415" title="Get the low slider value.">getLowSliderValue</a> ();
<a name="l00153"></a>00153   
<a name="l00155"></a>00155   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a2c94c1271934102ef3fe79f60d0137aa" title="Set the low slider value.">setLowSliderValue</a> ( <span class="keywordtype">int</span> value );
<a name="l00156"></a>00156 
<a name="l00159"></a>00159   <a class="codeRef" doxygen="qt.tag:http://doc.trolltech.com/3.3/" href="http://doc.trolltech.com/3.3/qscrollbar.html">QScrollBar</a> * <a class="code" href="classhippodraw_1_1AxisWidget.html#a76842e7d5787ddb311944a3275e7ab6a" title="Returns the high slider.">getHighSlider</a> ();
<a name="l00160"></a>00160 
<a name="l00162"></a>00162   <span class="keywordtype">int</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a42cbb427e5526e57cd93d9973dd0102b" title="Get the high slider value.">getHighSliderValue</a> ();
<a name="l00163"></a>00163   
<a name="l00165"></a>00165   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a03e5435ef05c971e8301f73f5947667d" title="Set the high slider value.">setHighSliderValue</a> ( <span class="keywordtype">int</span> value );
<a name="l00166"></a>00166 
<a name="l00169"></a>00169   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a054099cd608a58b15b6448fa75f43431" title="Throws up a message box when an attempt is made to set an invalid range.">invalidRangeError</a> ( <span class="keyword">const</span> std::string &amp; bad );
<a name="l00170"></a>00170 
<a name="l00172"></a>00172   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a48266af2c2467e2f22f0f9830985e4a4" title="Enable all controls if flag = false, disable if true.">setAllDisabled</a> ( <span class="keywordtype">bool</span> flag );
<a name="l00173"></a>00173 
<a name="l00176"></a>00176   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#ad040cca539db6540f6f47c453bba342c" title="Set the textboxes and sliders to the values given by the arguments.">updateCutControlValues</a> ( <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; currentRange,
<a name="l00177"></a>00177                                 <span class="keyword">const</span> <a class="code" href="classhippodraw_1_1Range.html" title="Expresses a range of values.">Range</a> &amp; fullRange );
<a name="l00178"></a>00178 
<a name="l00180"></a>00180   <span class="keywordtype">bool</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a3ff173838c64cc729bf16a6253568147" title="Returns whether zoomPanCheckBox is checked.">isZoomPanChecked</a> ();
<a name="l00181"></a>00181 
<a name="l00184"></a>00184   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a8a4924e13775809710d1b9a6e06dea99" title="Checks zoomPanCheckBox if check is true, else un-checks it.">setZoomPan</a> ( <span class="keywordtype">bool</span> check, <span class="keywordtype">bool</span> disables = <span class="keyword">false</span> );
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 signals:
<a name="l00187"></a>00187 
<a name="l00189"></a>00189   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#aac3eef421c7107ad63598e672feecf0e" title="Emitted when lowTextBox gets return pressed.">lowTextReturnPressed</a> ();
<a name="l00190"></a>00190 
<a name="l00192"></a>00192   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#aeee03bac9a804b014feafcb57fb90f68" title="Emitted when highTextBox gets return pressed.">highTextReturnPressed</a> ();
<a name="l00193"></a>00193 
<a name="l00195"></a>00195   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a4291b83a2eb679e837b70f0efb339547" title="Emitted when lowSlider is released.">lowSliderReleased</a> ();
<a name="l00196"></a>00196 
<a name="l00198"></a>00198   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a28c9ab26d5889e8057d071c7c7d73273" title="Emitted when lowSlider is pressed.">lowSliderPressed</a> ();
<a name="l00199"></a>00199 
<a name="l00201"></a>00201   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a0f36af9e9c74ca1009c6655df9174f0f" title="Emitted when lowSlider&amp;#39;s value has changed.">lowSliderValueChanged</a> ( <span class="keywordtype">int</span> value );
<a name="l00202"></a>00202 
<a name="l00204"></a>00204   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a7f51120b444aae17f18fb8fb95ca1717" title="Emitted when highSlider is released.">highSliderReleased</a> ();
<a name="l00205"></a>00205 
<a name="l00207"></a>00207   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a7ba69ebdcae9870c06fd3ad6cdfc6321" title="Emitted when highSlider is pressed.">highSliderPressed</a> ();
<a name="l00208"></a>00208 
<a name="l00210"></a>00210   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a1677179bbaba136411764d47e53bb32c" title="Emitted when highSlider&amp;#39;s value has changed.">highSliderValueChanged</a> ( <span class="keywordtype">int</span> value );
<a name="l00211"></a>00211 
<a name="l00213"></a>00213   <span class="keywordtype">void</span> <a class="code" href="classhippodraw_1_1AxisWidget.html#a045ef17a50c40318ee88cb84e2d99fbe" title="Emitted when zoomPanCheckBox is clicked.">zoomPanCheckBoxClicked</a> ();
<a name="l00214"></a>00214   
<a name="l00215"></a>00215 };
<a name="l00216"></a>00216 
<a name="l00217"></a>00217 } <span class="comment">// namespace hippodraw</span>
<a name="l00218"></a>00218 
<a name="l00219"></a>00219 <span class="preprocessor">#endif // _AxisWidget_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>