Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 4272c97b1af3db3f39a3b697bcba7e48 > files > 482

albumshaper-2.1-7mdv2010.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>AlbumShaper: BlurSharpenSlider Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>BlurSharpenSlider Class Reference</h1><!-- doxytag: class="BlurSharpenSlider" --><!-- doxytag: inherits="DynamicSlider" -->
<p><code>#include &lt;<a class="el" href="blurSharpenSlider_8h_source.html">blurSharpenSlider.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for BlurSharpenSlider:</div>
<div class="dynsection">
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for BlurSharpenSlider:</div>
<div class="dynsection">
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classBlurSharpenSlider-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBlurSharpenSlider.html#aaf5307360bd5441e143c88ae3ffcff68">BlurSharpenSlider</a> (Orientation orientation, <a class="el" href="classQWidget.html">QWidget</a> *parent, const char *name=0)</td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classBlurSharpenSlider.html#a1fd0fe7493790aa70fd2f20e83de27ec">mapValToString</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">subclass <a class="el" href="classDynamicSlider.html" title="A more dynamic slider that provides moving tooltips that show the slider value.">DynamicSlider</a> and reimplement this method to change the behavior used to display slider values  <a href="#a1fd0fe7493790aa70fd2f20e83de27ec"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="blurSharpenSlider_8h_source.html#l00017">17</a> of file <a class="el" href="blurSharpenSlider_8h_source.html">blurSharpenSlider.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aaf5307360bd5441e143c88ae3ffcff68"></a><!-- doxytag: member="BlurSharpenSlider::BlurSharpenSlider" ref="aaf5307360bd5441e143c88ae3ffcff68" args="(Orientation orientation, QWidget *parent, const char *name=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">BlurSharpenSlider::BlurSharpenSlider </td>
          <td>(</td>
          <td class="paramtype">Orientation&nbsp;</td>
          <td class="paramname"> <em>orientation</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classQWidget.html">QWidget</a> *&nbsp;</td>
          <td class="paramname"> <em>parent</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="blurSharpenSlider_8cpp_source.html#l00014">14</a> of file <a class="el" href="blurSharpenSlider_8cpp_source.html">blurSharpenSlider.cpp</a>.</p>

<p>References <a class="el" href="dynamicSlider_8cpp_source.html#l00049">DynamicSlider::setPrefixes()</a>, <a class="el" href="dynamicSlider_8cpp_source.html#l00056">DynamicSlider::setSuffix()</a>, and <a class="el" href="dynamicSlider_8cpp_source.html#l00036">DynamicSlider::setZeroString()</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00016"></a>00016                                     : <a class="code" href="classDynamicSlider.html#aec619f4dc976a4af83d645709469c11f">DynamicSlider</a>( orientation, parent, name) 
<a name="l00017"></a>00017 {
<a name="l00018"></a>00018   <a class="code" href="classDynamicSlider.html#a750e540c9e41e4ffcc04634d3c126ebe" title="when set, a zero string is shown instead of the current value/prefix/suffix when...">setZeroString</a>( tr(<span class="stringliteral">&quot;No change&quot;</span>) );
<a name="l00019"></a>00019   <a class="code" href="classDynamicSlider.html#a3468a9997b768c4464eede49b4c2b563" title="set two prefix values, one for when the value is positive and one for when the value...">setPrefixes</a>( QString(tr(<span class="stringliteral">&quot;Blur&quot;</span>))+<span class="stringliteral">&quot;: &quot;</span>, 
<a name="l00020"></a>00020                QString(tr(<span class="stringliteral">&quot;Sharpen&quot;</span>))+<span class="stringliteral">&quot;: &quot;</span> );
<a name="l00021"></a>00021   <a class="code" href="classDynamicSlider.html#ac831f79ca17aec39750abbd2becff8ec" title="set the suffix that is displayed after the current slider value">setSuffix</a>(<span class="stringliteral">&quot;x&quot;</span>);  
<a name="l00022"></a>00022 }
</pre></div></p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a1fd0fe7493790aa70fd2f20e83de27ec"></a><!-- doxytag: member="BlurSharpenSlider::mapValToString" ref="a1fd0fe7493790aa70fd2f20e83de27ec" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString BlurSharpenSlider::mapValToString </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>subclass <a class="el" href="classDynamicSlider.html" title="A more dynamic slider that provides moving tooltips that show the slider value.">DynamicSlider</a> and reimplement this method to change the behavior used to display slider values </p>

<p>Reimplemented from <a class="el" href="classDynamicSlider.html#a8267948ae30b6c03ce1ab34e47ce864e">DynamicSlider</a>.</p>

<p>Definition at line <a class="el" href="blurSharpenSlider_8cpp_source.html#l00024">24</a> of file <a class="el" href="blurSharpenSlider_8cpp_source.html">blurSharpenSlider.cpp</a>.</p>

<p><div class="fragment"><pre class="fragment"><a name="l00025"></a>00025 {
<a name="l00026"></a>00026   <span class="comment">//always use the absolute value of the value</span>
<a name="l00027"></a>00027   <span class="keywordflow">return</span> QString(<span class="stringliteral">&quot;%1&quot;</span>).arg( QABS(value()) );
<a name="l00028"></a>00028 }
</pre></div></p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="blurSharpenSlider_8h_source.html">blurSharpenSlider.h</a></li>
<li><a class="el" href="blurSharpenSlider_8cpp_source.html">blurSharpenSlider.cpp</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>