Sophie

Sophie

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

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: editingInterface.cpp Source File</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><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</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>
<h1>editingInterface.cpp</h1><a href="editingInterface_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//==============================================</span>
<a name="l00002"></a>00002 <span class="comment">//  copyright            : (C) 2003-2005 by Will Stokes</span>
<a name="l00003"></a>00003 <span class="comment">//==============================================</span>
<a name="l00004"></a>00004 <span class="comment">//  This program is free software; you can redistribute it</span>
<a name="l00005"></a>00005 <span class="comment">//  and/or modify it under the terms of the GNU General</span>
<a name="l00006"></a>00006 <span class="comment">//  Public License as published by the Free Software</span>
<a name="l00007"></a>00007 <span class="comment">//  Foundation; either version 2 of the License, or</span>
<a name="l00008"></a>00008 <span class="comment">//  (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment">//==============================================</span>
<a name="l00010"></a>00010 
<a name="l00011"></a>00011 <span class="comment">//Systemwide includes</span>
<a name="l00012"></a>00012 <span class="preprocessor">#include &lt;qlayout.h&gt;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;qlabel.h&gt;</span>
<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;qfont.h&gt;</span>
<a name="l00015"></a>00015 <span class="preprocessor">#include &lt;qframe.h&gt;</span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;qsize.h&gt;</span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;qtoolbutton.h&gt;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;qimage.h&gt;</span>
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;qcursor.h&gt;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;qapplication.h&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;math.h&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;qtooltip.h&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qhgroupbox.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;qpushbutton.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;qcombobox.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;math.h&gt;</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="comment">//Projectwide includes</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &quot;../clickableLabel.h&quot;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &quot;<a class="code" href="editingInterface_8h.html">editingInterface.h</a>&quot;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="selectionInterface_8h.html">selectionInterface.h</a>&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &quot;<a class="code" href="histogramEditor_8h.html">histogramEditor.h</a>&quot;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="grainEditor_8h.html">grainEditor.h</a>&quot;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &quot;<a class="code" href="mosaicOptionsDialog_8h.html">manipulations/mosaicOptionsDialog.h</a>&quot;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &quot;../statusWidget.h&quot;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &quot;../layoutWidget.h&quot;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &quot;../window.h&quot;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &quot;../titleWidget.h&quot;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &quot;../dialogs/questionDialog.h&quot;</span>
<a name="l00040"></a>00040 <span class="preprocessor">#include &quot;../../config.h&quot;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#include &quot;../../backend/album.h&quot;</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include &quot;../../backend/subalbum.h&quot;</span>
<a name="l00043"></a>00043 <span class="preprocessor">#include &quot;../../backend/photo.h&quot;</span>
<a name="l00044"></a>00044 <span class="preprocessor">#include &quot;../../backend/tools/fileTools.h&quot;</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include &quot;../../backend/tools/imageTools.h&quot;</span>
<a name="l00046"></a>00046 
<a name="l00047"></a>00047 <span class="preprocessor">#include &quot;../../backend/enhancements/color.h&quot;</span>
<a name="l00048"></a>00048 <span class="preprocessor">#include &quot;../../backend/enhancements/contrast.h&quot;</span>
<a name="l00049"></a>00049 <span class="preprocessor">#include &quot;../../backend/enhancements/redEye.h&quot;</span>
<a name="l00050"></a>00050 <span class="preprocessor">#include &quot;../../backend/enhancements/tilt.h&quot;</span>
<a name="l00051"></a>00051 
<a name="l00052"></a>00052 <span class="preprocessor">#include &quot;../../backend/manipulations/manipulationOptions.h&quot;</span>
<a name="l00053"></a>00053 <span class="preprocessor">#include &quot;../../backend/manipulations/blackWhite.h&quot;</span>
<a name="l00054"></a>00054 <span class="preprocessor">#include &quot;../../backend/manipulations/crop.h&quot;</span>
<a name="l00055"></a>00055 <span class="preprocessor">#include &quot;../../backend/manipulations/emboss.h&quot;</span>
<a name="l00056"></a>00056 <span class="preprocessor">#include &quot;../../backend/manipulations/invert.h&quot;</span>
<a name="l00057"></a>00057 <span class="preprocessor">#include &quot;../../backend/manipulations/mosaic.h&quot;</span>
<a name="l00058"></a>00058 <span class="preprocessor">#include &quot;../../backend/manipulations/painting.h&quot;</span>
<a name="l00059"></a>00059 <span class="preprocessor">#include &quot;../../backend/manipulations/pointillism.h&quot;</span>
<a name="l00060"></a>00060 <span class="preprocessor">#include &quot;../../backend/manipulations/sepia.h&quot;</span>
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 <span class="preprocessor">#include &quot;../../configuration/configuration.h&quot;</span>
<a name="l00063"></a>00063 
<a name="l00064"></a><a class="code" href="editingInterface_8cpp.html#ad01edca3af426c705486d1957a2a0eb1">00064</a> <span class="preprocessor">#define EFFECT_PREVIEW_WIDTH 107</span>
<a name="l00065"></a><a class="code" href="editingInterface_8cpp.html#a40d3b0f064584f10e9c7bd23cd78a8f5">00065</a> <span class="preprocessor"></span><span class="preprocessor">#define EFFECT_PREVIEW_HEIGHT 80</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span>
<a name="l00067"></a>00067 <span class="preprocessor">#include &lt;iostream&gt;</span>
<a name="l00068"></a>00068 <span class="keyword">using namespace </span>std;
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 <span class="comment">//==============================================</span>
<a name="l00071"></a><a class="code" href="classEditingInterface.html#aa22c8c12331d59ed61d73057e2fc9db2">00071</a> <a class="code" href="classEditingInterface.html#aa22c8c12331d59ed61d73057e2fc9db2" title="Constructs layout.">EditingInterface::EditingInterface</a>(<a class="code" href="classQWidget.html">QWidget</a> *parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name ) 
<a name="l00072"></a>00072                                  : <a class="code" href="classQWidget.html">QWidget</a>(parent,name)
<a name="l00073"></a>00073 {
<a name="l00074"></a>00074   <span class="comment">//create a smaller font for drawing various labels and items</span>
<a name="l00075"></a>00075   QFont smallerFont = font();
<a name="l00076"></a>00076   smallerFont.setPointSize( smallerFont.pointSize() - 1 );  
<a name="l00077"></a>00077 
<a name="l00078"></a>00078   setFocusPolicy(QWidget::StrongFocus);
<a name="l00079"></a>00079 
<a name="l00080"></a>00080   <span class="comment">//set photo pointer to null by default</span>
<a name="l00081"></a>00081   <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a> = NULL;
<a name="l00082"></a>00082 
<a name="l00083"></a>00083   <span class="comment">//store layout pointer</span>
<a name="l00084"></a>00084   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a> = (<a class="code" href="classLayoutWidget.html" title="Displays list of subalbums and a particular subalbum layout.">LayoutWidget</a>*)parent;
<a name="l00085"></a>00085 
<a name="l00086"></a>00086   <span class="comment">//----------  </span>
<a name="l00087"></a>00087   <span class="comment">//Construct photo frame that houses photo being edited and prev and next buttons</span>
<a name="l00088"></a>00088   <a class="code" href="classQFrame.html">QFrame</a>* photoFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>(<span class="keyword">this</span>, <span class="stringliteral">&quot;photoFrame&quot;</span> );
<a name="l00089"></a>00089   
<a name="l00090"></a>00090   <span class="comment">//Construct the frame that houses all the controls</span>
<a name="l00091"></a>00091   <a class="code" href="classQFrame.html">QFrame</a>* controlsFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>(<span class="keyword">this</span>, <span class="stringliteral">&quot;controlsFrame&quot;</span>);
<a name="l00092"></a>00092 
<a name="l00093"></a>00093   <span class="comment">//Place photo fram and control widgets in a top level grid</span>
<a name="l00094"></a>00094   QGridLayout* mainGrid = <span class="keyword">new</span> QGridLayout( <span class="keyword">this</span>, 3, 3, 0 );
<a name="l00095"></a>00095   mainGrid-&gt;addWidget( photoFrame, 0, 1 );
<a name="l00096"></a>00096   mainGrid-&gt;setRowStretch(0, 1);
<a name="l00097"></a>00097   mainGrid-&gt;addMultiCellWidget( controlsFrame, 1,1, 0,2 );
<a name="l00098"></a>00098   mainGrid-&gt;setRowSpacing( 2, <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00099"></a>00099   <span class="comment">//----------  </span>
<a name="l00100"></a>00100   <span class="comment">//Previous photo button</span>
<a name="l00101"></a>00101   <a class="code" href="classEditingInterface.html#a06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a> = <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( photoFrame, <span class="stringliteral">&quot;previousButton&quot;</span> );
<a name="l00102"></a>00102   <a class="code" href="classEditingInterface.html#a06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a>-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/previous.png&quot;</span>) ); 
<a name="l00103"></a>00103   connect( <a class="code" href="classEditingInterface.html#a06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a>, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#acd9c98e380e6a071cb160300e6a06ce6" title="Show prev photo.">showPrevPhoto</a>()) );    
<a name="l00104"></a>00104 
<a name="l00105"></a>00105   <span class="comment">//Create widget for displaying and selecting regions of the current photo</span>
<a name="l00106"></a>00106   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a> = <span class="keyword">new</span> <a class="code" href="classSelectionInterface.html" title="Display widget for photos. Used by the PhotoEditWidget.">SelectionInterface</a>( photoFrame, <span class="stringliteral">&quot;selectionInterface&quot;</span> );
<a name="l00107"></a>00107   connect( <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>, SIGNAL( selectionChanged() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classEditingInterface.html#afefbfd885a19a7df6a2c1d790df7c003">handleSelectionChanged</a>() ) );
<a name="l00108"></a>00108   connect( <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>, SIGNAL( aspectRatioChanged() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classEditingInterface.html#afff3fe2e4a8c9bf69034b49f677c33d2">handleAspectRatioChanged</a>() ) );
<a name="l00109"></a>00109   connect( <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>, SIGNAL( ctrlClick() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classEditingInterface.html#a121c46fd3c746dc0541a684ee0b11e76" title="Rotate current selection.">rotateSelection</a>() ) );
<a name="l00110"></a>00110   
<a name="l00111"></a>00111   <span class="comment">//Next photo button</span>
<a name="l00112"></a>00112   <a class="code" href="classEditingInterface.html#ade02d662754ae57a368b0e1f2a50c650">nextButton</a> = <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( photoFrame, <span class="stringliteral">&quot;nextButton&quot;</span> );
<a name="l00113"></a>00113   <a class="code" href="classEditingInterface.html#ade02d662754ae57a368b0e1f2a50c650">nextButton</a>-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/next.png&quot;</span>) ); 
<a name="l00114"></a>00114   connect( <a class="code" href="classEditingInterface.html#ade02d662754ae57a368b0e1f2a50c650">nextButton</a>, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#afcbe162ccd791c5b341ce25f803fab22" title="Show next photo.">showNextPhoto</a>()) );    
<a name="l00115"></a>00115 
<a name="l00116"></a>00116   <span class="comment">//Place above widgets in grid, allow seletion interface to take up extra room</span>
<a name="l00117"></a>00117   QGridLayout* selectionGrid = <span class="keyword">new</span> QGridLayout( photoFrame, 1, 5, 0 );
<a name="l00118"></a>00118   selectionGrid-&gt;setColSpacing( 0, <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00119"></a>00119   selectionGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#a06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a>,     0, 1, Qt::AlignCenter );
<a name="l00120"></a>00120   selectionGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>, 0, 2 );
<a name="l00121"></a>00121   selectionGrid-&gt;setColStretch( 2, 1 );
<a name="l00122"></a>00122   selectionGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#ade02d662754ae57a368b0e1f2a50c650">nextButton</a>,         0, 3, Qt::AlignCenter );
<a name="l00123"></a>00123   selectionGrid-&gt;setColSpacing( 4, <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00124"></a>00124   selectionGrid-&gt;setSpacing( <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00125"></a>00125   <span class="comment">//-----------</span>
<a name="l00126"></a>00126   <span class="comment">//construct the frames each set of controls is placed in</span>
<a name="l00127"></a>00127   QHGroupBox* frameControls   = <span class="keyword">new</span> QHGroupBox( tr(<span class="stringliteral">&quot;Frame&quot;</span>),   controlsFrame, <span class="stringliteral">&quot;frameControls&quot;</span>   );
<a name="l00128"></a>00128   frameControls-&gt;setAlignment( Qt::AlignHCenter );
<a name="l00129"></a>00129   frameControls-&gt;setInsideMargin( <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00130"></a>00130 
<a name="l00131"></a>00131   QHGroupBox* enhanceControls = <span class="keyword">new</span> QHGroupBox( tr(<span class="stringliteral">&quot;Enhance&quot;</span>), controlsFrame, <span class="stringliteral">&quot;enhanceControls&quot;</span> );
<a name="l00132"></a>00132   enhanceControls-&gt;setAlignment( Qt::AlignHCenter ); 
<a name="l00133"></a>00133   enhanceControls-&gt;setInsideMargin( <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00134"></a>00134   
<a name="l00135"></a>00135   QHGroupBox* manipulateControls = <span class="keyword">new</span> QHGroupBox( tr(<span class="stringliteral">&quot;Manipulate&quot;</span>), controlsFrame, <span class="stringliteral">&quot;applyEffect&quot;</span> );
<a name="l00136"></a>00136   manipulateControls-&gt;setAlignment( Qt::AlignHCenter );
<a name="l00137"></a>00137   manipulateControls-&gt;setInsideMargin( <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00138"></a>00138       
<a name="l00139"></a>00139   <span class="comment">//layout groups of controls</span>
<a name="l00140"></a>00140   QGridLayout* controlsGrid = <span class="keyword">new</span> QGridLayout( controlsFrame, 1, 5, 0 );
<a name="l00141"></a>00141   controlsGrid-&gt;addWidget( frameControls,      0, 1 );  
<a name="l00142"></a>00142   controlsGrid-&gt;addWidget( enhanceControls,    0, 2 );  
<a name="l00143"></a>00143   controlsGrid-&gt;addWidget( manipulateControls, 0, 3 );  
<a name="l00144"></a>00144   
<a name="l00145"></a>00145   controlsGrid-&gt;setSpacing( <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );    
<a name="l00146"></a>00146   controlsGrid-&gt;setColSpacing(0, <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00147"></a>00147   controlsGrid-&gt;setColStretch(0, 1);
<a name="l00148"></a>00148   controlsGrid-&gt;setColSpacing(4, <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00149"></a>00149   controlsGrid-&gt;setColStretch(4, 1);
<a name="l00150"></a>00150   
<a name="l00151"></a>00151   <span class="comment">//----------   </span>
<a name="l00152"></a>00152   <span class="comment">//Frame Controls</span>
<a name="l00153"></a>00153   <span class="comment">//----------    </span>
<a name="l00154"></a>00154   <a class="code" href="classQFrame.html">QFrame</a>* frameControlsFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>( frameControls );
<a name="l00155"></a>00155  
<a name="l00156"></a>00156   <span class="comment">//-----</span>
<a name="l00157"></a>00157   <span class="comment">//rotate and flip buttons</span>
<a name="l00158"></a>00158   <a class="code" href="classQFrame.html">QFrame</a>* rotateFlipFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>( frameControlsFrame );
<a name="l00159"></a>00159   
<a name="l00160"></a>00160   QToolButton* rotateRightButton = <span class="keyword">new</span> QToolButton( rotateFlipFrame, <span class="stringliteral">&quot;rotateRight&quot;</span> );
<a name="l00161"></a>00161   rotateRightButton-&gt;setIconSet( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/rotate90.png&quot;</span>) );
<a name="l00162"></a>00162   rotateRightButton-&gt;setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
<a name="l00163"></a>00163   connect( rotateRightButton, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#ad7b6e2ea773a39f98923d8ee57fedc16" title="Rotate image right 90 degrees.">rotateRight</a>()) );
<a name="l00164"></a>00164   QToolTip::add( rotateRightButton, tr(<span class="stringliteral">&quot;Rotate clockwise&quot;</span>) );  
<a name="l00165"></a>00165   
<a name="l00166"></a>00166   QToolButton* rotateLeftButton = <span class="keyword">new</span> QToolButton( rotateFlipFrame, <span class="stringliteral">&quot;rotateLeft&quot;</span> );
<a name="l00167"></a>00167   rotateLeftButton-&gt;setIconSet( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/rotate270.png&quot;</span>) ); 
<a name="l00168"></a>00168   rotateLeftButton-&gt;setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
<a name="l00169"></a>00169   connect( rotateLeftButton, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#adbf30639b70170bfcc1a1328764364fb" title="Rotate image left 90 degrees.">rotateLeft</a>()) );
<a name="l00170"></a>00170   QToolTip::add( rotateLeftButton, tr(<span class="stringliteral">&quot;Rotate counterclockwise&quot;</span>) );  
<a name="l00171"></a>00171 
<a name="l00172"></a>00172   QToolButton* flipHorizontalButton = <span class="keyword">new</span> QToolButton( rotateFlipFrame, <span class="stringliteral">&quot;flipHorizontal&quot;</span> );
<a name="l00173"></a>00173   flipHorizontalButton-&gt;setIconSet( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/flipHorizontally.png&quot;</span>) );
<a name="l00174"></a>00174   flipHorizontalButton-&gt;setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
<a name="l00175"></a>00175   connect( flipHorizontalButton, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#af84ccf48abb5c7fc1be8978b152c22aa" title="Flip image horizontally.">flipHorizontal</a>()) );
<a name="l00176"></a>00176   QToolTip::add( flipHorizontalButton, tr(<span class="stringliteral">&quot;Flip horizontally&quot;</span>) );  
<a name="l00177"></a>00177   
<a name="l00178"></a>00178   QToolButton* flipVerticalButton = <span class="keyword">new</span> QToolButton( rotateFlipFrame, <span class="stringliteral">&quot;flipVertical&quot;</span> );
<a name="l00179"></a>00179   flipVerticalButton-&gt;setIconSet( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/flipVertically.png&quot;</span>) ); 
<a name="l00180"></a>00180   flipVerticalButton-&gt;setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
<a name="l00181"></a>00181   connect( flipVerticalButton, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a03c8d89604a2a5162c4739d7ad44f4aa" title="Flip image vertically.">flipVertical</a>()) );  
<a name="l00182"></a>00182   QToolTip::add( flipVerticalButton, tr(<span class="stringliteral">&quot;Flip vertically&quot;</span>) );  
<a name="l00183"></a>00183   
<a name="l00184"></a>00184   <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a> = <span class="keyword">new</span> QToolButton( rotateFlipFrame, <span class="stringliteral">&quot;correctTilt&quot;</span> );
<a name="l00185"></a>00185   <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>-&gt;setIconSet( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/correctTilt.png&quot;</span>) ); 
<a name="l00186"></a>00186   <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>-&gt;setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
<a name="l00187"></a>00187   
<a name="l00188"></a>00188   connect( <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a33ea92e9f52df35dc6481e794229deef" title="Enter correct image tilt mode.">startCorrectTilt</a>()) );
<a name="l00189"></a>00189 
<a name="l00190"></a>00190   connect( <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>, SIGNAL(lineSelected(QPoint, QPoint)),
<a name="l00191"></a>00191            <span class="keyword">this</span>, SLOT(<a class="code" href="classEditingInterface.html#a0c8a7e39e2d9c50d307865f89f50b8d3" title="Finish correcting and image&amp;#39;s tilt.">finishCorrectTilt</a>( QPoint, QPoint)) );
<a name="l00192"></a>00192 
<a name="l00193"></a>00193   QToolTip::add( <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>, tr(<span class="stringliteral">&quot;Correct tilt&quot;</span>) );  
<a name="l00194"></a>00194 
<a name="l00195"></a>00195   <span class="comment">//Place buttons in grid</span>
<a name="l00196"></a>00196   QGridLayout* rotateFlipGrid = <span class="keyword">new</span> QGridLayout( rotateFlipFrame, 1, 5, 0 );
<a name="l00197"></a>00197   rotateFlipGrid-&gt;setSpacing(<a class="code" href="config_8h.html#aae7eb62d4c6f4f338fdd62996fc7cf26">TIGHT_WIDGET_SPACING</a>);  
<a name="l00198"></a>00198   rotateFlipGrid-&gt;addWidget( rotateRightButton,    0, 0 );
<a name="l00199"></a>00199   rotateFlipGrid-&gt;addWidget( rotateLeftButton,     0, 1 );
<a name="l00200"></a>00200   rotateFlipGrid-&gt;addWidget( flipHorizontalButton, 0, 2 );
<a name="l00201"></a>00201   rotateFlipGrid-&gt;addWidget( flipVerticalButton,   0, 3 );
<a name="l00202"></a>00202   rotateFlipGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>,    0, 4 );
<a name="l00203"></a>00203   <span class="comment">//-----</span>
<a name="l00204"></a>00204   <span class="comment">//aspect ratio selection and crop controls</span>
<a name="l00205"></a>00205   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a> = <span class="keyword">new</span> QComboBox( frameControlsFrame );
<a name="l00206"></a>00206   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;setFont( smallerFont );
<a name="l00207"></a>00207   connect( <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>, SIGNAL(activated(<span class="keywordtype">int</span>)), <span class="keyword">this</span>, SLOT(<a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">selectAspectRatio</a>()) );  
<a name="l00208"></a>00208   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a> = <span class="keyword">new</span> QSize[8];
<a name="l00209"></a>00209   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a> = <span class="keyword">new</span> <span class="keywordtype">double</span>[8];
<a name="l00210"></a>00210   <span class="keywordtype">int</span> curAspectRatio = 0;
<a name="l00211"></a>00211   <span class="comment">//--</span>
<a name="l00212"></a>00212   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Custom&quot;</span>) );
<a name="l00213"></a>00213   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = -1.0;
<a name="l00214"></a>00214   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( -1, -1 );
<a name="l00215"></a>00215   <span class="comment">//--  </span>
<a name="l00216"></a>00216   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Photo (3.5 x 5)&quot;</span>) );
<a name="l00217"></a>00217   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = 5.0;
<a name="l00218"></a>00218   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( 10, 7 );
<a name="l00219"></a>00219   <span class="comment">//--  </span>
<a name="l00220"></a>00220   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Photo (4 x 6)&quot;</span>) );
<a name="l00221"></a>00221   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = 6.0;
<a name="l00222"></a>00222   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( 6, 4 );
<a name="l00223"></a>00223   <span class="comment">//--  </span>
<a name="l00224"></a>00224   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Photo (5 x 7)&quot;</span>) );
<a name="l00225"></a>00225   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = 7.0;
<a name="l00226"></a>00226   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( 7, 5 );
<a name="l00227"></a>00227   <span class="comment">//--  </span>
<a name="l00228"></a>00228   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Photo (8 x 10)&quot;</span>) );
<a name="l00229"></a>00229   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = 10.0;
<a name="l00230"></a>00230   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( 10, 8 );
<a name="l00231"></a>00231   <span class="comment">//--  </span>
<a name="l00232"></a>00232   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Postcard&quot;</span>) );
<a name="l00233"></a>00233   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = 6.0;
<a name="l00234"></a>00234   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( 6, 4 );
<a name="l00235"></a>00235   <span class="comment">//--  </span>
<a name="l00236"></a>00236   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Wallet&quot;</span>) );
<a name="l00237"></a>00237   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = 3.0;
<a name="l00238"></a>00238   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = QSize( 3, 2 );
<a name="l00239"></a>00239   <span class="comment">//--  </span>
<a name="l00240"></a>00240   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Desktop&quot;</span>) );
<a name="l00241"></a>00241   <a class="code" href="classEditingInterface.html#abe69f120f9551ba3bb3888275a3804b5" title="Index for screen resolution, needed if this value pair changes during program executing...">displayResolutionIndex</a> = curAspectRatio;
<a name="l00242"></a>00242   <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[curAspectRatio] = -1.0;
<a name="l00243"></a>00243   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[curAspectRatio++] = qApp-&gt;desktop()-&gt;screenGeometry().size();
<a name="l00244"></a>00244   <span class="comment">//--  </span>
<a name="l00245"></a>00245   <span class="comment">//connect signal emitted when screen resolution changes </span>
<a name="l00246"></a>00246   <span class="comment">//so as to update this stored value (and selction if necessary)</span>
<a name="l00247"></a>00247   connect( qApp-&gt;desktop(), SIGNAL( resized(<span class="keywordtype">int</span>)), <span class="keyword">this</span>, SLOT(<a class="code" href="classEditingInterface.html#ad896058aed74d4a5da5514fc6d44f441" title="Update recorded screen resolution and selection if necessary.">screenResolutionChanged</a>()) );
<a name="l00248"></a>00248 
<a name="l00249"></a>00249   QToolTip::add( <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>, tr(<span class="stringliteral">&quot;Select region for cropping using a particular aspect ratio&quot;</span>) );  
<a name="l00250"></a>00250 
<a name="l00251"></a>00251   <a class="code" href="classQLabel.html">QLabel</a>* aspectRatioLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Aspect Ratio&quot;</span>), frameControlsFrame );
<a name="l00252"></a>00252   aspectRatioLabel-&gt;setFont( smallerFont );
<a name="l00253"></a>00253   <span class="comment">//--</span>
<a name="l00254"></a>00254 
<a name="l00255"></a>00255   <span class="comment">//Crop button</span>
<a name="l00256"></a>00256   <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a> = <span class="keyword">new</span> QToolButton( frameControlsFrame );
<a name="l00257"></a>00257   QIconSet cropIcon;
<a name="l00258"></a>00258   cropIcon.setPixmap( QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/crop.png&quot;</span>,
<a name="l00259"></a>00259                       QIconSet::Automatic,
<a name="l00260"></a>00260                       QIconSet::Normal );
<a name="l00261"></a>00261                        
<a name="l00262"></a>00262   cropIcon.setPixmap( QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/crop_disabled.png&quot;</span>,
<a name="l00263"></a>00263                       QIconSet::Automatic,
<a name="l00264"></a>00264                       QIconSet::Disabled );
<a name="l00265"></a>00265   <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>-&gt;setIconSet( cropIcon );
<a name="l00266"></a>00266   connect( <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a67b16da75a6ea0cdf282764a6d72b592" title="Cropped image.">crop</a>()) );
<a name="l00267"></a>00267   QToolTip::add( <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>, tr(<span class="stringliteral">&quot;Crop photo to selected region&quot;</span>) );  
<a name="l00268"></a>00268 
<a name="l00269"></a>00269   <a class="code" href="classQLabel.html">QLabel</a>* cropLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Crop&quot;</span>), frameControlsFrame );
<a name="l00270"></a>00270   cropLabel-&gt;setFont( smallerFont );  
<a name="l00271"></a>00271   
<a name="l00272"></a>00272   <span class="comment">//--  </span>
<a name="l00273"></a>00273 
<a name="l00274"></a>00274   <span class="comment">//Place frame controls in a grid</span>
<a name="l00275"></a>00275   QGridLayout* frameControlsGrid = <span class="keyword">new</span> QGridLayout( frameControlsFrame, 3, 2, 0 );
<a name="l00276"></a>00276   frameControlsGrid-&gt;setSpacing(<a class="code" href="config_8h.html#aae7eb62d4c6f4f338fdd62996fc7cf26">TIGHT_WIDGET_SPACING</a>);  
<a name="l00277"></a>00277   frameControlsGrid-&gt;addMultiCellWidget( rotateFlipFrame, 0,0,  0,1 );
<a name="l00278"></a>00278   frameControlsGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>,     1, 0, Qt::AlignHCenter );  
<a name="l00279"></a>00279   frameControlsGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>,       1, 1, Qt::AlignHCenter );  
<a name="l00280"></a>00280   frameControlsGrid-&gt;addWidget( aspectRatioLabel, 2, 0, Qt::AlignHCenter );  
<a name="l00281"></a>00281   frameControlsGrid-&gt;addWidget( cropLabel,        2, 1, Qt::AlignHCenter );    
<a name="l00282"></a>00282 
<a name="l00283"></a>00283   <span class="comment">//----------  </span>
<a name="l00284"></a>00284   <span class="comment">//Enhance Controls</span>
<a name="l00285"></a>00285   <span class="comment">//----------    </span>
<a name="l00286"></a>00286   <a class="code" href="classQFrame.html">QFrame</a>* enhanceControlsFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>( enhanceControls );  
<a name="l00287"></a>00287   
<a name="l00288"></a>00288   <span class="comment">//setup params for large buttons  </span>
<a name="l00289"></a>00289   <span class="keywordtype">int</span> numLargeButtons = 3;
<a name="l00290"></a>00290   <span class="keywordtype">int</span> curButtonIndex=0;
<a name="l00291"></a>00291   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>** largeButtons = <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>*[numLargeButtons];
<a name="l00292"></a>00292   
<a name="l00293"></a>00293 
<a name="l00294"></a>00294   <span class="comment">//--------------------</span>
<a name="l00295"></a>00295   <span class="comment">//Frame for semi-automatic enhance controls</span>
<a name="l00296"></a>00296   <a class="code" href="classQFrame.html">QFrame</a>* autoEnhanceControlsFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>( enhanceControlsFrame );  
<a name="l00297"></a>00297 
<a name="l00298"></a>00298   <span class="comment">//Enhance Color</span>
<a name="l00299"></a>00299   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>* enhanceColorButton = largeButtons[curButtonIndex] = 
<a name="l00300"></a>00300     <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( autoEnhanceControlsFrame );
<a name="l00301"></a>00301   largeButtons[curButtonIndex]-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/improveColorBalance.png&quot;</span>) );
<a name="l00302"></a>00302   connect( largeButtons[curButtonIndex], SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a5ca89338e96e893ecafb3653c8014cc5" title="Improve color balance.">colorBalance</a>()) );
<a name="l00303"></a>00303   QToolTip::add( largeButtons[curButtonIndex], tr(<span class="stringliteral">&quot;Enhance color balance&quot;</span>) );  
<a name="l00304"></a>00304   curButtonIndex++;
<a name="l00305"></a>00305 
<a name="l00306"></a>00306   <a class="code" href="classQLabel.html">QLabel</a>* enhanceColorLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Color&quot;</span>), autoEnhanceControlsFrame );
<a name="l00307"></a>00307   enhanceColorLabel-&gt;setFont( smallerFont );  
<a name="l00308"></a>00308   
<a name="l00309"></a>00309   <span class="comment">//Enhance Contrast</span>
<a name="l00310"></a>00310   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>* enhanceContrastButton = largeButtons[curButtonIndex] = 
<a name="l00311"></a>00311     <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( autoEnhanceControlsFrame );
<a name="l00312"></a>00312   largeButtons[curButtonIndex]-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/enhanceContrast.png&quot;</span>) );
<a name="l00313"></a>00313   connect( largeButtons[curButtonIndex], SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a519a256f2b3152c1770e0922e65f2463" title="Enhance image contrast.">enhanceContrast</a>()) );
<a name="l00314"></a>00314   QToolTip::add( largeButtons[curButtonIndex], tr(<span class="stringliteral">&quot;Enhance contrast&quot;</span>) );  
<a name="l00315"></a>00315   curButtonIndex++;
<a name="l00316"></a>00316   
<a name="l00317"></a>00317   <a class="code" href="classQLabel.html">QLabel</a>* enhanceContrastLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Contrast&quot;</span>), autoEnhanceControlsFrame );
<a name="l00318"></a>00318   enhanceContrastLabel-&gt;setFont( smallerFont );  
<a name="l00319"></a>00319 
<a name="l00320"></a>00320   <span class="comment">//Remove Red-Eye  </span>
<a name="l00321"></a>00321   <a class="code" href="classEditingInterface.html#a13e1279014d3058ba5cd9c7d03f6524e" title="The red eye reduction button is disabled when no selection is present.">redEyeReductionButton</a> = largeButtons[curButtonIndex] = <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( autoEnhanceControlsFrame );
<a name="l00322"></a>00322   <a class="code" href="classEditingInterface.html#a13e1279014d3058ba5cd9c7d03f6524e" title="The red eye reduction button is disabled when no selection is present.">redEyeReductionButton</a>-&gt;<a class="code" href="classClickableLabel.html#add89196d69e61c416a0ad26a4d81dae8">setEnabled</a>( <span class="keyword">false</span> );
<a name="l00323"></a>00323   
<a name="l00324"></a>00324   largeButtons[curButtonIndex]-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap( QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/redEyeReduction.png&quot;</span> ) );
<a name="l00325"></a>00325   connect( largeButtons[curButtonIndex], SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a08172772797940818b0f45eab688e8fe" title="Applies redeye removal.">removeRedeye</a>()) );
<a name="l00326"></a>00326   QToolTip::add( largeButtons[curButtonIndex], tr(<span class="stringliteral">&quot;Remove red-eye&quot;</span>) );  
<a name="l00327"></a>00327   curButtonIndex++;
<a name="l00328"></a>00328 
<a name="l00329"></a>00329   <a class="code" href="classQLabel.html">QLabel</a>* removeRedyEyeLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Red Eye&quot;</span>), autoEnhanceControlsFrame );
<a name="l00330"></a>00330   removeRedyEyeLabel-&gt;setFont( smallerFont );  
<a name="l00331"></a>00331 
<a name="l00332"></a>00332   <span class="comment">//Place semi-automatic enhance controls in grid</span>
<a name="l00333"></a>00333   QGridLayout* autoEnhanceControlsGrid = <span class="keyword">new</span> QGridLayout( autoEnhanceControlsFrame, 2, 3, 0 );
<a name="l00334"></a>00334   autoEnhanceControlsGrid-&gt;setSpacing(<a class="code" href="config_8h.html#aae7eb62d4c6f4f338fdd62996fc7cf26">TIGHT_WIDGET_SPACING</a>);  
<a name="l00335"></a>00335   autoEnhanceControlsGrid-&gt;addWidget( enhanceColorButton,    0, 0, Qt::AlignHCenter );
<a name="l00336"></a>00336   autoEnhanceControlsGrid-&gt;addWidget( enhanceColorLabel,     1, 0, Qt::AlignHCenter );  
<a name="l00337"></a>00337 
<a name="l00338"></a>00338   autoEnhanceControlsGrid-&gt;addWidget( enhanceContrastButton, 0, 1, Qt::AlignHCenter );
<a name="l00339"></a>00339   autoEnhanceControlsGrid-&gt;addWidget( enhanceContrastLabel,  1, 1, Qt::AlignHCenter );  
<a name="l00340"></a>00340 
<a name="l00341"></a>00341   autoEnhanceControlsGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#a13e1279014d3058ba5cd9c7d03f6524e" title="The red eye reduction button is disabled when no selection is present.">redEyeReductionButton</a>, 0, 2, Qt::AlignHCenter );
<a name="l00342"></a>00342   autoEnhanceControlsGrid-&gt;addWidget( removeRedyEyeLabel,    1, 2, Qt::AlignHCenter );  
<a name="l00343"></a>00343   <span class="comment">//--------------------</span>
<a name="l00344"></a>00344   <span class="comment">//Frame for more labor intensive enhance controls</span>
<a name="l00345"></a>00345   <a class="code" href="classQFrame.html">QFrame</a>* manualEnhanceControlsFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>( enhanceControlsFrame );  
<a name="l00346"></a>00346   
<a name="l00347"></a>00347   <span class="comment">//Tune Levels Button</span>
<a name="l00348"></a>00348   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>* tuneLevelsButton = <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( manualEnhanceControlsFrame );
<a name="l00349"></a>00349   tuneLevelsButton-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/tuneLevels.png&quot;</span>) );
<a name="l00350"></a>00350   connect( tuneLevelsButton, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a652edc7eda809d376417a5eb5bbbf87d" title="Opens levels editor for manual histogram and brightness/contrast adjustments.">tuneLevels</a>()) );
<a name="l00351"></a>00351   QToolTip::add( tuneLevelsButton, tr(<span class="stringliteral">&quot;Fine tune brightness, contrast, and colors&quot;</span>) );  
<a name="l00352"></a>00352   
<a name="l00353"></a>00353   <a class="code" href="classQLabel.html">QLabel</a>* tuneLevelsLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Levels...&quot;</span>), manualEnhanceControlsFrame );
<a name="l00354"></a>00354   tuneLevelsLabel-&gt;setFont( smallerFont );  
<a name="l00355"></a>00355 
<a name="l00356"></a>00356   <span class="comment">//Adjust Grain Button</span>
<a name="l00357"></a>00357   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>* adjustGrainButton = <span class="keyword">new</span> <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>( manualEnhanceControlsFrame );
<a name="l00358"></a>00358   adjustGrainButton-&gt;<a class="code" href="classClickableLabel.html#af6ee3b690cac8ad35b1979b4fce21460">setPixmap</a>( QPixmap(QString(<a class="code" href="config_8cpp.html#a59e02362a9a29a755712dc830a3eb513">IMAGE_PATH</a>)+<span class="stringliteral">&quot;buttonIcons/adjustGrain.png&quot;</span>) );
<a name="l00359"></a>00359   connect( adjustGrainButton, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a04ed0b0af67b81d59419d14b7d57dc77" title="Opens image grain editor.">adjustGrain</a>()) );
<a name="l00360"></a>00360   QToolTip::add( adjustGrainButton, tr(<span class="stringliteral">&quot;Blur or sharpen image&quot;</span>) );  
<a name="l00361"></a>00361 
<a name="l00362"></a>00362   <a class="code" href="classQLabel.html">QLabel</a>* adjustGrainLabel = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( tr(<span class="stringliteral">&quot;Grain...&quot;</span>), manualEnhanceControlsFrame );
<a name="l00363"></a>00363   adjustGrainLabel-&gt;setFont( smallerFont );  
<a name="l00364"></a>00364 
<a name="l00365"></a>00365   <span class="comment">//Place manual enhance controls in grid</span>
<a name="l00366"></a>00366   QGridLayout* manualEnhanceControlsGrid = <span class="keyword">new</span> QGridLayout( manualEnhanceControlsFrame, 2, 3, 0 );
<a name="l00367"></a>00367   manualEnhanceControlsGrid-&gt;setSpacing(<a class="code" href="config_8h.html#aae7eb62d4c6f4f338fdd62996fc7cf26">TIGHT_WIDGET_SPACING</a>);  
<a name="l00368"></a>00368   manualEnhanceControlsGrid-&gt;addWidget( tuneLevelsButton,    0, 0, Qt::AlignHCenter );
<a name="l00369"></a>00369   manualEnhanceControlsGrid-&gt;addWidget( tuneLevelsLabel,     1, 0, Qt::AlignHCenter );
<a name="l00370"></a>00370   manualEnhanceControlsGrid-&gt;setColSpacing( 1, <a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a> );
<a name="l00371"></a>00371   manualEnhanceControlsGrid-&gt;addWidget( adjustGrainButton, 0, 2, Qt::AlignHCenter );
<a name="l00372"></a>00372   manualEnhanceControlsGrid-&gt;addWidget( adjustGrainLabel,  1, 2, Qt::AlignHCenter );
<a name="l00373"></a>00373   <span class="comment">//--------------------</span>
<a name="l00374"></a>00374 
<a name="l00375"></a>00375   <span class="comment">//Place enhance controls in a grid</span>
<a name="l00376"></a>00376   QGridLayout* enhanceControlsGrid = <span class="keyword">new</span> QGridLayout( enhanceControlsFrame, 4, 2, 0 );
<a name="l00377"></a>00377   enhanceControlsGrid-&gt;setSpacing(<a class="code" href="config_8h.html#a07d364596a27705c900f07340515d5db">WIDGET_SPACING</a>);  
<a name="l00378"></a>00378   enhanceControlsGrid-&gt;addWidget( autoEnhanceControlsFrame,   0, 0, Qt::AlignHCenter );
<a name="l00379"></a>00379   enhanceControlsGrid-&gt;addWidget( manualEnhanceControlsFrame, 1, 0, Qt::AlignHCenter );
<a name="l00380"></a>00380   enhanceControlsGrid-&gt;setRowStretch( 0, 1 );
<a name="l00381"></a>00381   enhanceControlsGrid-&gt;setRowStretch( 3, 1 );
<a name="l00382"></a>00382   
<a name="l00383"></a>00383   <span class="comment">//----------  </span>
<a name="l00384"></a>00384   <span class="comment">//Effects Controls</span>
<a name="l00385"></a>00385   <span class="comment">//----------  </span>
<a name="l00386"></a>00386   <a class="code" href="classQFrame.html">QFrame</a>* manipulateControlsFrame = <span class="keyword">new</span> <a class="code" href="classQFrame.html">QFrame</a>( manipulateControls, <span class="stringliteral">&quot;manipulateControlsFrame&quot;</span> );
<a name="l00387"></a>00387   <span class="comment">//--  </span>
<a name="l00388"></a>00388   <span class="comment">//Effects</span>
<a name="l00389"></a>00389   <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a> = <span class="keyword">new</span> QComboBox( manipulateControlsFrame );
<a name="l00390"></a>00390   <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;setFont( smallerFont );  
<a name="l00391"></a>00391   connect( <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>, SIGNAL(activated(<span class="keywordtype">int</span>)), <span class="keyword">this</span>, SLOT(<a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>()) );
<a name="l00392"></a>00392 
<a name="l00393"></a>00393   <span class="keywordtype">int</span> i;
<a name="l00394"></a>00394   <span class="keywordflow">for</span>(i=0; i&lt;<a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3af0c6e82ebdcf11902351fb4350c04ce2">NUM_MANIPULATIONS</a>; i++)
<a name="l00395"></a>00395   {
<a name="l00396"></a>00396     <span class="keywordflow">switch</span>(i)
<a name="l00397"></a>00397     {
<a name="l00398"></a>00398       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a8a6bb83861d9266fa652102f015f8447">BW_EFFECT</a>:          <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;B + W&quot;</span>) );       <span class="keywordflow">break</span>;
<a name="l00399"></a>00399       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3abefd1d074318684f1cdaa5aea4d52c00">SEPIA_EFFECT</a>:       <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Sepia&quot;</span>) );       <span class="keywordflow">break</span>;
<a name="l00400"></a>00400       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a17d564496298a9d2eeb054a12762f3d3">INVERT_EFFECT</a>:      <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Invert&quot;</span>) );      <span class="keywordflow">break</span>;
<a name="l00401"></a>00401       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3ab345476c3b1fe16bdf042e8cf32f0d00">EMBOSS_EFFECT</a>:      <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Emboss&quot;</span>) );      <span class="keywordflow">break</span>;
<a name="l00402"></a>00402       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3abe07f7e17db3f3f2d79497af618f3702">MOSAIC_EFFECT</a>:      <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Mosaic&quot;</span>) );       <span class="keywordflow">break</span>;
<a name="l00403"></a>00403       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a3abdd4a1a3796ef46d90db4949549f68">PAINTING_EFFECT</a>:    <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Painting&quot;</span>) );    <span class="keywordflow">break</span>;
<a name="l00404"></a>00404       <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a8137719aa4c7bd4657f1b35b426c1a65">POINTILLISM_EFFECT</a>: <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;insertItem( tr(<span class="stringliteral">&quot;Pointillism&quot;</span>) ); <span class="keywordflow">break</span>;
<a name="l00405"></a>00405     }
<a name="l00406"></a>00406   }
<a name="l00407"></a>00407 
<a name="l00408"></a>00408   <span class="comment">//Apply effect button</span>
<a name="l00409"></a>00409   <a class="code" href="classEditingInterface.html#ac762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a> = <span class="keyword">new</span> QPushButton( tr(<span class="stringliteral">&quot;Apply&quot;</span>), manipulateControlsFrame );
<a name="l00410"></a>00410   <a class="code" href="classEditingInterface.html#ac762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a>-&gt;setFont( smallerFont );  
<a name="l00411"></a>00411   connect( <a class="code" href="classEditingInterface.html#ac762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a>, SIGNAL(clicked()), SLOT(<a class="code" href="classEditingInterface.html#a4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">applyEffect</a>()) );   
<a name="l00412"></a>00412   
<a name="l00413"></a>00413   <span class="comment">//preview of seleted effect</span>
<a name="l00414"></a>00414   <a class="code" href="classEditingInterface.html#afe8e2ce9083be33c7e620242f8103b6d" title="Label that shows preview of effect.">effectPreview</a> = <span class="keyword">new</span> <a class="code" href="classQLabel.html">QLabel</a>( manipulateControlsFrame );
<a name="l00415"></a>00415  
<a name="l00416"></a>00416   <span class="comment">//Place effects controls in a grid</span>
<a name="l00417"></a>00417   QGridLayout* manipulateControlsGrid = <span class="keyword">new</span> QGridLayout( manipulateControlsFrame, 2, 2, 0 );
<a name="l00418"></a>00418   manipulateControlsGrid-&gt;setSpacing(<a class="code" href="config_8h.html#aae7eb62d4c6f4f338fdd62996fc7cf26">TIGHT_WIDGET_SPACING</a>);  
<a name="l00419"></a>00419   manipulateControlsGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>, 0, 0 );
<a name="l00420"></a>00420   manipulateControlsGrid-&gt;addWidget( <a class="code" href="classEditingInterface.html#ac762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a>, 1, 0, Qt::AlignHCenter );  
<a name="l00421"></a>00421   manipulateControlsGrid-&gt;addMultiCellWidget( <a class="code" href="classEditingInterface.html#afe8e2ce9083be33c7e620242f8103b6d" title="Label that shows preview of effect.">effectPreview</a>, 0,1, 1,1, Qt::AlignHCenter );  
<a name="l00422"></a>00422 
<a name="l00423"></a>00423   <span class="comment">//make sure preview image always requires EFFECT_PREVIEW_WIDTH width so contorls don&#39;t</span>
<a name="l00424"></a>00424   <span class="comment">//move around when rotating photos</span>
<a name="l00425"></a>00425   manipulateControlsGrid-&gt;setColSpacing(1, 85 );
<a name="l00426"></a>00426 }
<a name="l00427"></a>00427 <span class="comment">//==============================================</span>
<a name="l00428"></a><a class="code" href="classEditingInterface.html#afda8cc5c2912eef02ecd95ea03086b6d">00428</a> <a class="code" href="classEditingInterface.html#afda8cc5c2912eef02ecd95ea03086b6d">EditingInterface::~EditingInterface</a>() { }
<a name="l00429"></a>00429 <span class="comment">//==============================================</span>
<a name="l00430"></a><a class="code" href="classEditingInterface.html#adda3154b044e4613351592dc9d2e2645">00430</a> <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* <a class="code" href="classEditingInterface.html#adda3154b044e4613351592dc9d2e2645" title="Returns a pointer to the currently selected photo.">EditingInterface::getPhoto</a>() { <span class="keywordflow">return</span> <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>; }
<a name="l00431"></a>00431 <span class="comment">//==============================================</span>
<a name="l00432"></a><a class="code" href="classEditingInterface.html#a65a44f99011c590cc41406fc7f09c983">00432</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a65a44f99011c590cc41406fc7f09c983" title="Sets the photo pointer and constructs scaled qimage&amp;#39;s for painting.">EditingInterface::setPhoto</a>(<a class="code" href="classSubalbum.html" title="A subalbum contains photos.">Subalbum</a>* collection, <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* photo)
<a name="l00433"></a>00433 {
<a name="l00434"></a>00434   <span class="comment">//store photo and collection object handles</span>
<a name="l00435"></a>00435   this-&gt;collection = collection;
<a name="l00436"></a>00436   this-&gt;photo = photo;
<a name="l00437"></a>00437 
<a name="l00438"></a>00438   <span class="comment">//update visibility of prev and next buttons</span>
<a name="l00439"></a>00439   <a class="code" href="classEditingInterface.html#a06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a>-&gt;<a class="code" href="classClickableLabel.html#ac577cf889d98cb6201940bf5d761470b">setInvisible</a>( photo-&gt;<a class="code" href="classPhoto.html#a9740a1e6a5ad83534e1c3b2b2622cf7a" title="Returns the previous photo pointer.">getPrev</a>() == NULL );
<a name="l00440"></a>00440   <a class="code" href="classEditingInterface.html#ade02d662754ae57a368b0e1f2a50c650">nextButton</a>-&gt;<a class="code" href="classClickableLabel.html#ac577cf889d98cb6201940bf5d761470b">setInvisible</a>( photo-&gt;<a class="code" href="classPhoto.html#a357f9d79451532a37f41142d3aaba9f9" title="Returns next photo pointer.">getNext</a>() == NULL );
<a name="l00441"></a>00441   
<a name="l00442"></a>00442   <span class="comment">//reset combo menu&#39;s back to first entries</span>
<a name="l00443"></a>00443   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;setCurrentItem(0);
<a name="l00444"></a>00444   <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;setCurrentItem(0);
<a name="l00445"></a>00445 
<a name="l00446"></a>00446   <span class="comment">//reset selectionRotated bool to false</span>
<a name="l00447"></a>00447   <a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a> = <span class="keyword">false</span>;
<a name="l00448"></a>00448   
<a name="l00449"></a>00449   <span class="comment">//update view of photo</span>
<a name="l00450"></a>00450   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a39abdf30168c98a1e7c5720271616c17" title="Updates displayed photo.">setPhoto</a>( photo-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>() );  
<a name="l00451"></a>00451  
<a name="l00452"></a>00452   <span class="comment">//created effect preview image  </span>
<a name="l00453"></a>00453   <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a> = ((<a class="code" href="classWindow.html" title="Top level widget, encapsulates the title widget, the layout widget, and the toolbar...">Window</a>*)qApp-&gt;mainWidget())-&gt;getTitle()-&gt;getAlbum()-&gt;getTmpDir() + 
<a name="l00454"></a>00454                                <span class="stringliteral">&quot;/effectPreviewImage.jpg&quot;</span>;
<a name="l00455"></a>00455   <a class="code" href="imageTools_8cpp.html#a126e11984fb8124e78e3b1b68a24870c" title="Scale image and save copy to disk.">scaleImage</a>( photo-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a>, <a class="code" href="editingInterface_8cpp.html#ad01edca3af426c705486d1957a2a0eb1">EFFECT_PREVIEW_WIDTH</a>, <a class="code" href="editingInterface_8cpp.html#a40d3b0f064584f10e9c7bd23cd78a8f5">EFFECT_PREVIEW_HEIGHT</a> );
<a name="l00456"></a>00456   <a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>();
<a name="l00457"></a>00457   
<a name="l00458"></a>00458   <span class="comment">//get full size photo dimensions</span>
<a name="l00459"></a>00459   <a class="code" href="imageTools_8cpp.html#a2af7f0a9c4f931ad3213c36796e95288" title="Get image dimensions.">getImageSize</a>( photo-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> );
<a name="l00460"></a>00460   
<a name="l00461"></a>00461   <span class="comment">//get display size photo dimensions</span>
<a name="l00462"></a>00462   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a7ad038bcab80c14877ef09e297ba31c3" title="returns the current photo display size (in screen pixels)">getDisplaySize</a>( <a class="code" href="classEditingInterface.html#aff0b2029cd1a4e55061c185daccff0b9" title="Dimension of photo in display coordinates.">displayWidth</a>, <a class="code" href="classEditingInterface.html#aff8dca0c9cb4cefd8f76487461c60c4e">displayHeight</a> );
<a name="l00463"></a>00463 
<a name="l00464"></a>00464   <span class="comment">//disable the crop and reset buttons</span>
<a name="l00465"></a>00465   <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>-&gt;setEnabled( <span class="keyword">false</span> );
<a name="l00466"></a>00466   <a class="code" href="classEditingInterface.html#a13e1279014d3058ba5cd9c7d03f6524e" title="The red eye reduction button is disabled when no selection is present.">redEyeReductionButton</a>-&gt;<a class="code" href="classClickableLabel.html#add89196d69e61c416a0ad26a4d81dae8">setEnabled</a>( <span class="keyword">false</span> );  
<a name="l00467"></a>00467 }
<a name="l00468"></a>00468 <span class="comment">//==============================================</span>
<a name="l00469"></a><a class="code" href="classEditingInterface.html#acd9c98e380e6a071cb160300e6a06ce6">00469</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#acd9c98e380e6a071cb160300e6a06ce6" title="Show prev photo.">EditingInterface::showPrevPhoto</a>()
<a name="l00470"></a>00470 { 
<a name="l00471"></a>00471   <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* prevPhoto = <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a9740a1e6a5ad83534e1c3b2b2622cf7a" title="Returns the previous photo pointer.">getPrev</a>();
<a name="l00472"></a>00472 
<a name="l00473"></a>00473   <span class="keywordflow">if</span>( prevPhoto != NULL &amp;&amp; 
<a name="l00474"></a>00474       prevPhoto != <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a> )
<a name="l00475"></a>00475   { <a class="code" href="classEditingInterface.html#a60e51aace37db14afd46b3aa4e33d174" title="Utility method for show prev/next photos.">showNextPrevFirstLastPhoto</a>( prevPhoto ); }
<a name="l00476"></a>00476 }
<a name="l00477"></a>00477 <span class="comment">//==============================================</span>
<a name="l00478"></a><a class="code" href="classEditingInterface.html#afcbe162ccd791c5b341ce25f803fab22">00478</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#afcbe162ccd791c5b341ce25f803fab22" title="Show next photo.">EditingInterface::showNextPhoto</a>()
<a name="l00479"></a>00479 { 
<a name="l00480"></a>00480   <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* nextPhoto = <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a357f9d79451532a37f41142d3aaba9f9" title="Returns next photo pointer.">getNext</a>();
<a name="l00481"></a>00481 
<a name="l00482"></a>00482   <span class="keywordflow">if</span>( nextPhoto != NULL &amp;&amp;
<a name="l00483"></a>00483       nextPhoto != <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a> )
<a name="l00484"></a>00484   { <a class="code" href="classEditingInterface.html#a60e51aace37db14afd46b3aa4e33d174" title="Utility method for show prev/next photos.">showNextPrevFirstLastPhoto</a>( nextPhoto ); }
<a name="l00485"></a>00485 }  
<a name="l00486"></a>00486 <span class="comment">//==============================================</span>
<a name="l00487"></a><a class="code" href="classEditingInterface.html#a62e076d8097e9aef4d1cdc3ffed28dcc">00487</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a62e076d8097e9aef4d1cdc3ffed28dcc" title="Show first photo.">EditingInterface::showFirstPhoto</a>()
<a name="l00488"></a>00488 { 
<a name="l00489"></a>00489   <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* firstPhoto = <a class="code" href="classEditingInterface.html#ad2c3dafeb9a73b9e212904224de7778b" title="========== Pointer to backend collection">collection</a>-&gt;<a class="code" href="classSubalbum.html#aa38b7736f58738d25426bf0cd93fc28a" title="Returns first photo in subalbum.">getFirst</a>();
<a name="l00490"></a>00490 
<a name="l00491"></a>00491   <span class="keywordflow">if</span>(firstPhoto != <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>)
<a name="l00492"></a>00492   { <a class="code" href="classEditingInterface.html#a60e51aace37db14afd46b3aa4e33d174" title="Utility method for show prev/next photos.">showNextPrevFirstLastPhoto</a>( firstPhoto ); }
<a name="l00493"></a>00493 }
<a name="l00494"></a>00494 <span class="comment">//==============================================</span>
<a name="l00495"></a><a class="code" href="classEditingInterface.html#a6255450a6a96ea21c5b0e1f16aa48dff">00495</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a6255450a6a96ea21c5b0e1f16aa48dff" title="Show last photo.">EditingInterface::showLastPhoto</a>()
<a name="l00496"></a>00496 { 
<a name="l00497"></a>00497   <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* lastPhoto = <a class="code" href="classEditingInterface.html#ad2c3dafeb9a73b9e212904224de7778b" title="========== Pointer to backend collection">collection</a>-&gt;<a class="code" href="classSubalbum.html#a22578a064d4c60f3bba4b0e8d314ce42" title="Returns last photo in subalbum.">getLast</a>();
<a name="l00498"></a>00498   
<a name="l00499"></a>00499   <span class="keywordflow">if</span>(lastPhoto != <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>)
<a name="l00500"></a>00500   { <a class="code" href="classEditingInterface.html#a60e51aace37db14afd46b3aa4e33d174" title="Utility method for show prev/next photos.">showNextPrevFirstLastPhoto</a>( lastPhoto ); }
<a name="l00501"></a>00501 }
<a name="l00502"></a>00502 <span class="comment">//==============================================</span>
<a name="l00503"></a><a class="code" href="classEditingInterface.html#a60e51aace37db14afd46b3aa4e33d174">00503</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a60e51aace37db14afd46b3aa4e33d174" title="Utility method for show prev/next photos.">EditingInterface::showNextPrevFirstLastPhoto</a>( <a class="code" href="classPhoto.html" title="A photo consists of a full size image, a smaller slide show image, a very small thumbnail...">Photo</a>* newPhoto )
<a name="l00504"></a>00504 {  
<a name="l00505"></a>00505   <span class="comment">//set busy pointer</span>
<a name="l00506"></a>00506   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00507"></a>00507   qApp-&gt;processEvents();
<a name="l00508"></a>00508 
<a name="l00509"></a>00509   <span class="comment">//reset photo object handle</span>
<a name="l00510"></a>00510   <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a> = newPhoto;
<a name="l00511"></a>00511 
<a name="l00512"></a>00512   <span class="comment">//reset selectionRotated bool to false</span>
<a name="l00513"></a>00513   <a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a> = <span class="keyword">false</span>;
<a name="l00514"></a>00514   
<a name="l00515"></a>00515   <span class="comment">//update visibility of prev and next buttons</span>
<a name="l00516"></a>00516   <a class="code" href="classEditingInterface.html#a06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a>-&gt;<a class="code" href="classClickableLabel.html#ac577cf889d98cb6201940bf5d761470b">setInvisible</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a9740a1e6a5ad83534e1c3b2b2622cf7a" title="Returns the previous photo pointer.">getPrev</a>() == NULL );
<a name="l00517"></a>00517   <a class="code" href="classEditingInterface.html#ade02d662754ae57a368b0e1f2a50c650">nextButton</a>-&gt;<a class="code" href="classClickableLabel.html#ac577cf889d98cb6201940bf5d761470b">setInvisible</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a357f9d79451532a37f41142d3aaba9f9" title="Returns next photo pointer.">getNext</a>() == NULL );
<a name="l00518"></a>00518     
<a name="l00519"></a>00519   <span class="comment">//update view of photo</span>
<a name="l00520"></a>00520   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a39abdf30168c98a1e7c5720271616c17" title="Updates displayed photo.">setPhoto</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>() );  
<a name="l00521"></a>00521 
<a name="l00522"></a>00522   <span class="comment">//created effect preview image  </span>
<a name="l00523"></a>00523   <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a> = ((<a class="code" href="classWindow.html" title="Top level widget, encapsulates the title widget, the layout widget, and the toolbar...">Window</a>*)qApp-&gt;mainWidget())-&gt;getTitle()-&gt;getAlbum()-&gt;getTmpDir() +     <span class="stringliteral">&quot;/effectPreviewImage.jpg&quot;</span>;
<a name="l00524"></a>00524   <a class="code" href="imageTools_8cpp.html#a126e11984fb8124e78e3b1b68a24870c" title="Scale image and save copy to disk.">scaleImage</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a>, <a class="code" href="editingInterface_8cpp.html#ad01edca3af426c705486d1957a2a0eb1">EFFECT_PREVIEW_WIDTH</a>, <a class="code" href="editingInterface_8cpp.html#a40d3b0f064584f10e9c7bd23cd78a8f5">EFFECT_PREVIEW_HEIGHT</a> );
<a name="l00525"></a>00525   <a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>();
<a name="l00526"></a>00526 
<a name="l00527"></a>00527   <span class="comment">//get full size photo dimensions</span>
<a name="l00528"></a>00528   <a class="code" href="imageTools_8cpp.html#a2af7f0a9c4f931ad3213c36796e95288" title="Get image dimensions.">getImageSize</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> );
<a name="l00529"></a>00529 
<a name="l00530"></a>00530   <span class="comment">//get display size photo dimensions</span>
<a name="l00531"></a>00531   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a7ad038bcab80c14877ef09e297ba31c3" title="returns the current photo display size (in screen pixels)">getDisplaySize</a>( <a class="code" href="classEditingInterface.html#aff0b2029cd1a4e55061c185daccff0b9" title="Dimension of photo in display coordinates.">displayWidth</a>, <a class="code" href="classEditingInterface.html#aff8dca0c9cb4cefd8f76487461c60c4e">displayHeight</a> );
<a name="l00532"></a>00532 
<a name="l00533"></a>00533   <span class="comment">//auto select region if custom not selected, else select nothing</span>
<a name="l00534"></a>00534   <span class="keywordflow">if</span>(<a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem() != 0)
<a name="l00535"></a>00535   { <a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">selectAspectRatio</a>(); }
<a name="l00536"></a>00536   <span class="keywordflow">else</span>  
<a name="l00537"></a>00537   { <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a9d6846ede17f33a9846abd6efe2df3f8" title="Sets the current selection cropMaxDimen specifies the idealized dimension in dominant...">setSelection</a>( QPoint(-1,-1), QPoint(-1, -1) ); }
<a name="l00538"></a>00538   
<a name="l00539"></a>00539   <span class="comment">//emit signal that photo state possibly has changed</span>
<a name="l00540"></a>00540   emit <a class="code" href="classEditingInterface.html#a4668bb677a034f32db26aaafcc2477e6">photoModified</a>();
<a name="l00541"></a>00541   
<a name="l00542"></a>00542   <span class="comment">//remove busy cursor</span>
<a name="l00543"></a>00543   qApp-&gt;restoreOverrideCursor();
<a name="l00544"></a>00544   qApp-&gt;processEvents();
<a name="l00545"></a>00545 }
<a name="l00546"></a>00546 <span class="comment">//==============================================</span>
<a name="l00547"></a><a class="code" href="classEditingInterface.html#ad7b6e2ea773a39f98923d8ee57fedc16">00547</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#ad7b6e2ea773a39f98923d8ee57fedc16" title="Rotate image right 90 degrees.">EditingInterface::rotateRight</a>()
<a name="l00548"></a>00548 {
<a name="l00549"></a>00549   <a class="code" href="classEditingInterface.html#a75c402fcfe5255b147002f972c35bfd4" title="Utility method for rotation + flip slots.">rotateFlip</a>( <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288a685062467b0c1a3164556335b467c886">ROTATE_90</a> );
<a name="l00550"></a>00550 }
<a name="l00551"></a>00551 <span class="comment">//==============================================</span>
<a name="l00552"></a><a class="code" href="classEditingInterface.html#adbf30639b70170bfcc1a1328764364fb">00552</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#adbf30639b70170bfcc1a1328764364fb" title="Rotate image left 90 degrees.">EditingInterface::rotateLeft</a>()
<a name="l00553"></a>00553 {
<a name="l00554"></a>00554   <a class="code" href="classEditingInterface.html#a75c402fcfe5255b147002f972c35bfd4" title="Utility method for rotation + flip slots.">rotateFlip</a>( <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288a554e734d2a23790b248c5ce39816c18f">ROTATE_270</a> );
<a name="l00555"></a>00555 }
<a name="l00556"></a>00556 <span class="comment">//==============================================</span>
<a name="l00557"></a><a class="code" href="classEditingInterface.html#af84ccf48abb5c7fc1be8978b152c22aa">00557</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#af84ccf48abb5c7fc1be8978b152c22aa" title="Flip image horizontally.">EditingInterface::flipHorizontal</a>()
<a name="l00558"></a>00558 {
<a name="l00559"></a>00559   <a class="code" href="classEditingInterface.html#a75c402fcfe5255b147002f972c35bfd4" title="Utility method for rotation + flip slots.">rotateFlip</a>( <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288aa02c13f8f08154ca2e58c488c922fbe5">FLIP_H</a> );
<a name="l00560"></a>00560 }
<a name="l00561"></a>00561 <span class="comment">//==============================================</span>
<a name="l00562"></a><a class="code" href="classEditingInterface.html#a03c8d89604a2a5162c4739d7ad44f4aa">00562</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a03c8d89604a2a5162c4739d7ad44f4aa" title="Flip image vertically.">EditingInterface::flipVertical</a>()
<a name="l00563"></a>00563 {
<a name="l00564"></a>00564   <a class="code" href="classEditingInterface.html#a75c402fcfe5255b147002f972c35bfd4" title="Utility method for rotation + flip slots.">rotateFlip</a>( <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288a127171d15d7e5849705973e163393c71">FLIP_V</a> );
<a name="l00565"></a>00565 }
<a name="l00566"></a>00566 <span class="comment">//==============================================</span>
<a name="l00567"></a><a class="code" href="classEditingInterface.html#a75c402fcfe5255b147002f972c35bfd4">00567</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a75c402fcfe5255b147002f972c35bfd4" title="Utility method for rotation + flip slots.">EditingInterface::rotateFlip</a>( <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288">TRANSFORM_CODE</a> rotationFlipType )
<a name="l00568"></a>00568 {
<a name="l00569"></a>00569   <span class="comment">//set busy pointer</span>
<a name="l00570"></a>00570   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00571"></a>00571   qApp-&gt;processEvents();
<a name="l00572"></a>00572   
<a name="l00573"></a>00573   <span class="comment">//disable user input</span>
<a name="l00574"></a>00574   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00575"></a>00575   
<a name="l00576"></a>00576   <span class="comment">//rotate image, bail if rotation fails</span>
<a name="l00577"></a>00577   QString editedImagePath = ((<a class="code" href="classWindow.html" title="Top level widget, encapsulates the title widget, the layout widget, and the toolbar...">Window</a>*)qApp-&gt;mainWidget())-&gt;getTitle()-&gt;getAlbum()-&gt;getTmpDir() + <span class="stringliteral">&quot;/editedImage.jpg&quot;</span>;
<a name="l00578"></a>00578   <a class="code" href="imageTools_8cpp.html#ac697bfb4e95bd96d949a4a61f0ce006e" title="Apply image transformation on image.">transformImage</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), editedImagePath, rotationFlipType );
<a name="l00579"></a>00579 
<a name="l00580"></a>00580   <span class="comment">//apply changes to photo</span>
<a name="l00581"></a>00581   <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a29e2aae62991d904c3cb763ec838d9bd" title="Setup photo using preexisting full size, slideshow, and thumbnail images.">setImage</a>( editedImagePath );
<a name="l00582"></a>00582   
<a name="l00583"></a>00583   <span class="comment">//Reload photo view</span>
<a name="l00584"></a>00584   <span class="keywordtype">bool</span> aspectRatioChanged = ( rotationFlipType == <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288a685062467b0c1a3164556335b467c886">ROTATE_90</a> || rotationFlipType == <a class="code" href="imageTools_8h.html#ad6b8916a355278afb7cd35f14afc9288a554e734d2a23790b248c5ce39816c18f">ROTATE_270</a> );  
<a name="l00585"></a>00585   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a39abdf30168c98a1e7c5720271616c17" title="Updates displayed photo.">setPhoto</a>( editedImagePath, aspectRatioChanged );  
<a name="l00586"></a>00586   
<a name="l00587"></a>00587   <span class="comment">//update image dimension variables</span>
<a name="l00588"></a>00588   <a class="code" href="imageTools_8cpp.html#a2af7f0a9c4f931ad3213c36796e95288" title="Get image dimensions.">getImageSize</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> );  
<a name="l00589"></a>00589   
<a name="l00590"></a>00590   <span class="comment">//get display size photo dimensions</span>
<a name="l00591"></a>00591   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a7ad038bcab80c14877ef09e297ba31c3" title="returns the current photo display size (in screen pixels)">getDisplaySize</a>( <a class="code" href="classEditingInterface.html#aff0b2029cd1a4e55061c185daccff0b9" title="Dimension of photo in display coordinates.">displayWidth</a>, <a class="code" href="classEditingInterface.html#aff8dca0c9cb4cefd8f76487461c60c4e">displayHeight</a> );
<a name="l00592"></a>00592   
<a name="l00593"></a>00593   <span class="comment">//reapply selected aspect ratio selection if aspect ratio changed</span>
<a name="l00594"></a>00594   <span class="keywordflow">if</span>( aspectRatioChanged )
<a name="l00595"></a>00595   {
<a name="l00596"></a>00596     <span class="comment">//reset selectionRotated bool to false</span>
<a name="l00597"></a>00597     <a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a> = <span class="keyword">false</span>;
<a name="l00598"></a>00598     <a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">selectAspectRatio</a>();      
<a name="l00599"></a>00599   }
<a name="l00600"></a>00600   
<a name="l00601"></a>00601   <span class="comment">//update effect preview</span>
<a name="l00602"></a>00602   <a class="code" href="imageTools_8cpp.html#a126e11984fb8124e78e3b1b68a24870c" title="Scale image and save copy to disk.">scaleImage</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a>, <a class="code" href="editingInterface_8cpp.html#ad01edca3af426c705486d1957a2a0eb1">EFFECT_PREVIEW_WIDTH</a>, <a class="code" href="editingInterface_8cpp.html#a40d3b0f064584f10e9c7bd23cd78a8f5">EFFECT_PREVIEW_HEIGHT</a> );
<a name="l00603"></a>00603   <a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>();
<a name="l00604"></a>00604   
<a name="l00605"></a>00605   <span class="comment">//emit modified signal</span>
<a name="l00606"></a>00606   emit <a class="code" href="classEditingInterface.html#a4668bb677a034f32db26aaafcc2477e6">photoModified</a>();
<a name="l00607"></a>00607   
<a name="l00608"></a>00608   <span class="comment">//enable user input</span>
<a name="l00609"></a>00609   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00610"></a>00610 
<a name="l00611"></a>00611   <span class="comment">//remove busy cursor</span>
<a name="l00612"></a>00612   qApp-&gt;restoreOverrideCursor();
<a name="l00613"></a>00613   qApp-&gt;processEvents();
<a name="l00614"></a>00614 }
<a name="l00615"></a>00615 <span class="comment">//==============================================</span>
<a name="l00616"></a><a class="code" href="classEditingInterface.html#ad896058aed74d4a5da5514fc6d44f441">00616</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#ad896058aed74d4a5da5514fc6d44f441" title="Update recorded screen resolution and selection if necessary.">EditingInterface::screenResolutionChanged</a>()
<a name="l00617"></a>00617 {
<a name="l00618"></a>00618   <span class="comment">//reset display resolution</span>
<a name="l00619"></a>00619   <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[<a class="code" href="classEditingInterface.html#abe69f120f9551ba3bb3888275a3804b5" title="Index for screen resolution, needed if this value pair changes during program executing...">displayResolutionIndex</a>] = qApp-&gt;desktop()-&gt;screenGeometry().size();
<a name="l00620"></a>00620 
<a name="l00621"></a>00621   <span class="comment">//if user is currently constraining the current selection then reset to fit new display resolution</span>
<a name="l00622"></a>00622   <span class="keywordflow">if</span>(<a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem() == <a class="code" href="classEditingInterface.html#abe69f120f9551ba3bb3888275a3804b5" title="Index for screen resolution, needed if this value pair changes during program executing...">displayResolutionIndex</a> )
<a name="l00623"></a>00623   { <a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">selectAspectRatio</a>(); }
<a name="l00624"></a>00624 }
<a name="l00625"></a>00625 <span class="comment">//==============================================</span>
<a name="l00626"></a><a class="code" href="classEditingInterface.html#a67b16da75a6ea0cdf282764a6d72b592">00626</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a67b16da75a6ea0cdf282764a6d72b592" title="Cropped image.">EditingInterface::crop</a>()
<a name="l00627"></a>00627 {
<a name="l00628"></a>00628   <span class="comment">//find selection, if empty bail!</span>
<a name="l00629"></a>00629   QPoint <a class="code" href="redEye__internal_8h.html#a6a9aebec61b1a6732045c187a6156f4f">topLeft</a>, <a class="code" href="redEye__internal_8h.html#a75e80edb449bc9a0925be60719132bd0">bottomRight</a>;
<a name="l00630"></a>00630   <span class="keywordflow">if</span> (!<a class="code" href="classEditingInterface.html#a046a694a5cda09daeb9b8ac1d3841563" title="Finds the selected region of the image.">findSelection</a>(topLeft, bottomRight) )
<a name="l00631"></a>00631     <span class="keywordflow">return</span>;
<a name="l00632"></a>00632 
<a name="l00633"></a>00633   <span class="comment">//set busy cursor</span>
<a name="l00634"></a>00634   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00635"></a>00635 
<a name="l00636"></a>00636   <span class="comment">//disable user input</span>
<a name="l00637"></a>00637   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00638"></a>00638 
<a name="l00639"></a>00639   <span class="comment">//crop image</span>
<a name="l00640"></a>00640   <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( <a class="code" href="crop_8cpp.html#a34a3b1a1cf40e0cc8ef3c30da641dac8">cropImage</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), topLeft, bottomRight ),
<a name="l00641"></a>00641                     <span class="keyword">true</span> );
<a name="l00642"></a>00642 
<a name="l00643"></a>00643   <span class="comment">//enable user input</span>
<a name="l00644"></a>00644   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00645"></a>00645 
<a name="l00646"></a>00646   <span class="comment">//remove busy cursor</span>
<a name="l00647"></a>00647   qApp-&gt;restoreOverrideCursor();
<a name="l00648"></a>00648 }
<a name="l00649"></a>00649 <span class="comment">//==============================================</span>
<a name="l00650"></a><a class="code" href="classEditingInterface.html#a519a256f2b3152c1770e0922e65f2463">00650</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a519a256f2b3152c1770e0922e65f2463" title="Enhance image contrast.">EditingInterface::enhanceContrast</a>()
<a name="l00651"></a>00651 {
<a name="l00652"></a>00652   <span class="comment">//set busy cursor</span>
<a name="l00653"></a>00653   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00654"></a>00654   qApp-&gt;processEvents();
<a name="l00655"></a>00655 
<a name="l00656"></a>00656   <span class="comment">//disable user input</span>
<a name="l00657"></a>00657   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00658"></a>00658 
<a name="l00659"></a>00659   <span class="comment">//enhance image</span>
<a name="l00660"></a>00660   <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( <a class="code" href="contrast_8cpp.html#a5a7a57ce540b35b0987153951f45a398">enhanceImageContrast</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(),
<a name="l00661"></a>00661                                           <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>() ),
<a name="l00662"></a>00662                     <span class="keyword">false</span> );
<a name="l00663"></a>00663 
<a name="l00664"></a>00664   <span class="comment">//enable user input</span>
<a name="l00665"></a>00665   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00666"></a>00666 
<a name="l00667"></a>00667   <span class="comment">//remove busy cursor</span>
<a name="l00668"></a>00668   qApp-&gt;restoreOverrideCursor();
<a name="l00669"></a>00669   qApp-&gt;processEvents();
<a name="l00670"></a>00670 }
<a name="l00671"></a>00671 <span class="comment">//==============================================</span>
<a name="l00672"></a><a class="code" href="classEditingInterface.html#a5ca89338e96e893ecafb3653c8014cc5">00672</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a5ca89338e96e893ecafb3653c8014cc5" title="Improve color balance.">EditingInterface::colorBalance</a>()
<a name="l00673"></a>00673 {
<a name="l00674"></a>00674   <span class="comment">//set busy cursor</span>
<a name="l00675"></a>00675   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00676"></a>00676   qApp-&gt;processEvents();
<a name="l00677"></a>00677 
<a name="l00678"></a>00678   <span class="comment">//disable user input</span>
<a name="l00679"></a>00679   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00680"></a>00680 
<a name="l00681"></a>00681   <span class="comment">//improve color balance</span>
<a name="l00682"></a>00682   <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( <a class="code" href="color_8cpp.html#ae7c58c9889965ef85e26584ebdabef3c">improveColorBalance</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(),
<a name="l00683"></a>00683                                          <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>() ),
<a name="l00684"></a>00684                     <span class="keyword">false</span> );
<a name="l00685"></a>00685 
<a name="l00686"></a>00686   <span class="comment">//enable user input</span>
<a name="l00687"></a>00687   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00688"></a>00688 
<a name="l00689"></a>00689   <span class="comment">//remove busy cursor</span>
<a name="l00690"></a>00690   qApp-&gt;restoreOverrideCursor();
<a name="l00691"></a>00691   qApp-&gt;processEvents();
<a name="l00692"></a>00692 }
<a name="l00693"></a>00693 <span class="comment">//==============================================</span>
<a name="l00694"></a><a class="code" href="classEditingInterface.html#a08172772797940818b0f45eab688e8fe">00694</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a08172772797940818b0f45eab688e8fe" title="Applies redeye removal.">EditingInterface::removeRedeye</a>()
<a name="l00695"></a>00695 {
<a name="l00696"></a>00696   <span class="comment">//find selection, if empty bail!</span>
<a name="l00697"></a>00697   QPoint <a class="code" href="redEye__internal_8h.html#a6a9aebec61b1a6732045c187a6156f4f">topLeft</a>, <a class="code" href="redEye__internal_8h.html#a75e80edb449bc9a0925be60719132bd0">bottomRight</a>;
<a name="l00698"></a>00698   <span class="keywordflow">if</span> (!<a class="code" href="classEditingInterface.html#a046a694a5cda09daeb9b8ac1d3841563" title="Finds the selected region of the image.">findSelection</a>(topLeft, bottomRight) )
<a name="l00699"></a>00699     <span class="keywordflow">return</span>;
<a name="l00700"></a>00700 
<a name="l00701"></a>00701   <span class="comment">//set busy cursor</span>
<a name="l00702"></a>00702   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00703"></a>00703   qApp-&gt;processEvents();
<a name="l00704"></a>00704   
<a name="l00705"></a>00705   <span class="comment">//disable user input</span>
<a name="l00706"></a>00706   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00707"></a>00707 
<a name="l00708"></a>00708   <span class="comment">//remove redeye image</span>
<a name="l00709"></a>00709   <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( <a class="code" href="redEye_8cpp.html#a08c3ef4b07c510049d36c6b0825d2455">removeRedeyeRegions</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), 
<a name="l00710"></a>00710                                          topLeft, bottomRight,
<a name="l00711"></a>00711                                          <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>() ),
<a name="l00712"></a>00712                     <span class="keyword">true</span> );
<a name="l00713"></a>00713 
<a name="l00714"></a>00714   <span class="comment">//enable user input</span>
<a name="l00715"></a>00715   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00716"></a>00716 
<a name="l00717"></a>00717   <span class="comment">//remove busy cursor</span>
<a name="l00718"></a>00718   qApp-&gt;restoreOverrideCursor();
<a name="l00719"></a>00719   qApp-&gt;processEvents();
<a name="l00720"></a>00720 }
<a name="l00721"></a>00721 <span class="comment">//==============================================</span>
<a name="l00722"></a><a class="code" href="classEditingInterface.html#a652edc7eda809d376417a5eb5bbbf87d">00722</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a652edc7eda809d376417a5eb5bbbf87d" title="Opens levels editor for manual histogram and brightness/contrast adjustments.">EditingInterface::tuneLevels</a>()
<a name="l00723"></a>00723 {
<a name="l00724"></a>00724   <span class="comment">//load photo in histogram editor</span>
<a name="l00725"></a>00725   <span class="comment">//if changes took place update image</span>
<a name="l00726"></a>00726   <a class="code" href="classHistogramEditor.html" title="Interface for adjusting image historgram using upper and lower bounds and bright...">HistogramEditor</a> editor( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <span class="keyword">this</span>);
<a name="l00727"></a>00727   <span class="keywordflow">if</span>( editor.exec() ) 
<a name="l00728"></a>00728   { 
<a name="l00729"></a>00729     <span class="comment">//set busy cursor</span>
<a name="l00730"></a>00730     qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00731"></a>00731     qApp-&gt;processEvents();
<a name="l00732"></a>00732 
<a name="l00733"></a>00733     <span class="comment">//disable user input</span>
<a name="l00734"></a>00734     <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00735"></a>00735 
<a name="l00736"></a>00736     <span class="comment">//update image    </span>
<a name="l00737"></a>00737     <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( editor.getModifiedImage(), false ); 
<a name="l00738"></a>00738 
<a name="l00739"></a>00739     <span class="comment">//enable user input</span>
<a name="l00740"></a>00740     <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00741"></a>00741 
<a name="l00742"></a>00742     <span class="comment">//remove busy cursor</span>
<a name="l00743"></a>00743     qApp-&gt;restoreOverrideCursor();
<a name="l00744"></a>00744     qApp-&gt;processEvents();
<a name="l00745"></a>00745   }
<a name="l00746"></a>00746 }
<a name="l00747"></a>00747 <span class="comment">//==============================================</span>
<a name="l00748"></a><a class="code" href="classEditingInterface.html#a04ed0b0af67b81d59419d14b7d57dc77">00748</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a04ed0b0af67b81d59419d14b7d57dc77" title="Opens image grain editor.">EditingInterface::adjustGrain</a>()
<a name="l00749"></a>00749 {
<a name="l00750"></a>00750   <span class="comment">//load photo in grain editor</span>
<a name="l00751"></a>00751   <span class="comment">//if changes took place update image</span>
<a name="l00752"></a>00752   <a class="code" href="classGrainEditor.html" title="Interface for adjusting image grain by bluring and sharpening.">GrainEditor</a> editor( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <span class="keyword">this</span>);
<a name="l00753"></a>00753   <span class="keywordflow">if</span>( editor.exec() ) 
<a name="l00754"></a>00754   { 
<a name="l00755"></a>00755     <span class="comment">//set busy cursor</span>
<a name="l00756"></a>00756     qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00757"></a>00757     qApp-&gt;processEvents();
<a name="l00758"></a>00758     
<a name="l00759"></a>00759     <span class="comment">//disable user input</span>
<a name="l00760"></a>00760     <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00761"></a>00761 
<a name="l00762"></a>00762     <span class="comment">//update image    </span>
<a name="l00763"></a>00763     <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( editor.getModifiedImage(), false ); 
<a name="l00764"></a>00764     
<a name="l00765"></a>00765     <span class="comment">//enable user input</span>
<a name="l00766"></a>00766     <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00767"></a>00767 
<a name="l00768"></a>00768     <span class="comment">//remove busy cursor</span>
<a name="l00769"></a>00769     qApp-&gt;restoreOverrideCursor();
<a name="l00770"></a>00770     qApp-&gt;processEvents();
<a name="l00771"></a>00771   }
<a name="l00772"></a>00772 }
<a name="l00773"></a>00773 <span class="comment">//==============================================</span>
<a name="l00774"></a><a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba">00774</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">EditingInterface::selectEffect</a>()
<a name="l00775"></a>00775 {  
<a name="l00776"></a>00776   <span class="comment">//apply effect on preview image</span>
<a name="l00777"></a>00777   QImage* <a class="code" href="redEye__internal_8h.html#a63116a8b94b4ed0e99ddcb7f6f3bd919">editedImage</a> = <a class="code" href="classEditingInterface.html#a4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">applyEffect</a>( <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a> );
<a name="l00778"></a>00778   
<a name="l00779"></a>00779   <span class="comment">//bail if generated preview image failed</span>
<a name="l00780"></a>00780   <span class="keywordflow">if</span>( editedImage == NULL ) <span class="keywordflow">return</span>;
<a name="l00781"></a>00781   
<a name="l00782"></a>00782   <span class="comment">//refresh displayed preview image</span>
<a name="l00783"></a>00783   <a class="code" href="classEditingInterface.html#afe8e2ce9083be33c7e620242f8103b6d" title="Label that shows preview of effect.">effectPreview</a>-&gt;setPixmap( QPixmap(*editedImage) );
<a name="l00784"></a>00784   <span class="keyword">delete</span> editedImage;
<a name="l00785"></a>00785   editedImage = NULL;  
<a name="l00786"></a>00786 }
<a name="l00787"></a>00787 <span class="comment">//==============================================</span>
<a name="l00788"></a><a class="code" href="classEditingInterface.html#a4d58ef2d037f80f153649520f008239c">00788</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">EditingInterface::applyEffect</a>()
<a name="l00789"></a>00789 {  
<a name="l00790"></a>00790   <span class="comment">//--------------------------------</span>
<a name="l00791"></a>00791   <span class="comment">//Get any manipulation options if needed</span>
<a name="l00792"></a>00792   <a class="code" href="classManipulationOptions.html">ManipulationOptions</a>* options = NULL;
<a name="l00793"></a>00793   <span class="keywordflow">if</span>( <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;currentItem() == <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3abe07f7e17db3f3f2d79497af618f3702">MOSAIC_EFFECT</a> )   
<a name="l00794"></a>00794   {
<a name="l00795"></a>00795     <a class="code" href="classMosaicOptionsDialog.html" title="Interface for choosing mosiac effect options.">MosaicOptionsDialog</a> optionsDialog(<span class="keyword">this</span>);
<a name="l00796"></a>00796     <span class="comment">//user accepted so get selected options</span>
<a name="l00797"></a>00797     <span class="keywordflow">if</span>( optionsDialog.exec() ) 
<a name="l00798"></a>00798     { 
<a name="l00799"></a>00799       <span class="comment">//constructing the tiles list can unfortunately be quite slow so show a preparing tiles message</span>
<a name="l00800"></a>00800       <span class="comment">//and busy icon while getting the options chosen</span>
<a name="l00801"></a>00801       <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a57d461014070b9d651c36bd157cab9c1" title="Initializes the progress bar.">showProgressBar</a>( QString(tr(<span class="stringliteral">&quot;Preparing Tiles&quot;</span>)), 100 );
<a name="l00802"></a>00802       qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00803"></a>00803       qApp-&gt;processEvents();       
<a name="l00804"></a>00804       options = optionsDialog.<a class="code" href="classMosaicOptionsDialog.html#a0c2e1e17f37dd439c17ab9fe342e5718" title="returns a populate options object">getOptions</a>(); 
<a name="l00805"></a>00805       qApp-&gt;restoreOverrideCursor();
<a name="l00806"></a>00806     }
<a name="l00807"></a>00807     <span class="comment">//user hit cancel so bail</span>
<a name="l00808"></a>00808     <span class="keywordflow">else</span> 
<a name="l00809"></a>00809     { <span class="keywordflow">return</span>; }
<a name="l00810"></a>00810   }
<a name="l00811"></a>00811   <span class="keywordflow">else</span>
<a name="l00812"></a>00812   { options = <span class="keyword">new</span> <a class="code" href="classManipulationOptions.html">ManipulationOptions</a>( <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>() ); }
<a name="l00813"></a>00813   <span class="comment">//--------------------------------</span>
<a name="l00814"></a>00814   <span class="comment">//Disable user input</span>
<a name="l00815"></a>00815   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l00816"></a>00816   <a class="code" href="classEditingInterface.html#ac762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a>-&gt;setEnabled(<span class="keyword">false</span>);
<a name="l00817"></a>00817   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l00818"></a>00818   qApp-&gt;processEvents();
<a name="l00819"></a>00819   <span class="comment">//--------------------------------</span>
<a name="l00820"></a>00820   <span class="comment">//Apply effect</span>
<a name="l00821"></a>00821   QImage* <a class="code" href="redEye__internal_8h.html#a63116a8b94b4ed0e99ddcb7f6f3bd919">editedImage</a> = <a class="code" href="classEditingInterface.html#a4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">applyEffect</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), options );
<a name="l00822"></a>00822   <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( editedImage, <span class="keyword">false</span> );
<a name="l00823"></a>00823   <span class="keyword">delete</span> options; options = NULL;
<a name="l00824"></a>00824   <span class="comment">//--------------------------------</span>
<a name="l00825"></a>00825   <span class="comment">//Remove status bar if present and reenable user input</span>
<a name="l00826"></a>00826   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a02084869ff1c15dab4bc922a49b31808" title="Update message.">setStatus</a>( <span class="stringliteral">&quot;&quot;</span> );
<a name="l00827"></a>00827   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l00828"></a>00828   <a class="code" href="classEditingInterface.html#ac762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a>-&gt;setEnabled(<span class="keyword">true</span>);
<a name="l00829"></a>00829   qApp-&gt;restoreOverrideCursor();
<a name="l00830"></a>00830   qApp-&gt;processEvents();
<a name="l00831"></a>00831   <span class="comment">//--------------------------------</span>
<a name="l00832"></a>00832 } 
<a name="l00833"></a>00833 <span class="comment">//==============================================</span>
<a name="l00834"></a><a class="code" href="classEditingInterface.html#a1e61c6f8c77e6a7c4000c3a5683a746d">00834</a> QImage* <a class="code" href="classEditingInterface.html#a4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">EditingInterface::applyEffect</a>(QString filename, <a class="code" href="classManipulationOptions.html">ManipulationOptions</a>* options)
<a name="l00835"></a>00835 {
<a name="l00836"></a>00836   <span class="comment">//apply effect</span>
<a name="l00837"></a>00837   QImage* effectedImage = NULL;
<a name="l00838"></a>00838   <span class="keywordflow">switch</span>( <a class="code" href="classEditingInterface.html#a24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>-&gt;currentItem() )
<a name="l00839"></a>00839   {
<a name="l00840"></a>00840     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a8a6bb83861d9266fa652102f015f8447">BW_EFFECT</a>:          effectedImage = <a class="code" href="blackWhite_8cpp.html#a81188751080c22115720554f1ce6a30f">blackWhiteEffect</a>(  filename, options ); <span class="keywordflow">break</span>;
<a name="l00841"></a>00841     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3abefd1d074318684f1cdaa5aea4d52c00">SEPIA_EFFECT</a>:       effectedImage = <a class="code" href="sepia_8cpp.html#ad6c6af0e83fde873fc69818cae51e974">sepiaEffect</a>(       filename, options ); <span class="keywordflow">break</span>;
<a name="l00842"></a>00842     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a17d564496298a9d2eeb054a12762f3d3">INVERT_EFFECT</a>:      effectedImage = <a class="code" href="invert_8cpp.html#abd9c00aad578dda7df0f47fd5f3f3e11">invertEffect</a>(      filename, options ); <span class="keywordflow">break</span>;
<a name="l00843"></a>00843     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3ab345476c3b1fe16bdf042e8cf32f0d00">EMBOSS_EFFECT</a>:      effectedImage = <a class="code" href="emboss_8cpp.html#af8d48220a7a9b902041fcae5d6278e04">embossEffect</a>(      filename, options ); <span class="keywordflow">break</span>;
<a name="l00844"></a>00844     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a3abdd4a1a3796ef46d90db4949549f68">PAINTING_EFFECT</a>:    effectedImage = <a class="code" href="painting_8cpp.html#a014a24abedbd69fe2a641c7edfadd959">oilPaintingEffect</a>( filename, options ); <span class="keywordflow">break</span>;
<a name="l00845"></a>00845     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3a8137719aa4c7bd4657f1b35b426c1a65">POINTILLISM_EFFECT</a>: effectedImage = <a class="code" href="pointillism_8cpp.html#a0337653a2cbb1e1547d58ac6d7b8f395">pointillismEffect</a>( filename, options ); <span class="keywordflow">break</span>;
<a name="l00846"></a>00846     <span class="keywordflow">case</span> <a class="code" href="editingInterface_8h.html#a553f0b1b193ab994f8d7563dce0d7cf3abe07f7e17db3f3f2d79497af618f3702">MOSAIC_EFFECT</a>:      effectedImage = <a class="code" href="mosaic_8cpp.html#a012c297101e169545b4ec948ddac9b23">mosaicEffect</a>(      filename, (<a class="code" href="classMosaicOptions.html">MosaicOptions</a>*) options ); <span class="keywordflow">break</span>;
<a name="l00847"></a>00847   }
<a name="l00848"></a>00848 
<a name="l00849"></a>00849   <span class="comment">//return effected image</span>
<a name="l00850"></a>00850   <span class="keywordflow">return</span> effectedImage;
<a name="l00851"></a>00851 }
<a name="l00852"></a>00852 <span class="comment">//==============================================</span>
<a name="l00853"></a><a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542">00853</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">EditingInterface::applyImageUpdate</a>(QImage* <a class="code" href="redEye__internal_8h.html#a63116a8b94b4ed0e99ddcb7f6f3bd919">editedImage</a>, <span class="keywordtype">bool</span> resetSelection)
<a name="l00854"></a>00854 {  
<a name="l00855"></a>00855   <span class="comment">//skip apply step if pointer is null. this usually means</span>
<a name="l00856"></a>00856   <span class="comment">//no modifications were made (for example: no red eyes were detected)</span>
<a name="l00857"></a>00857   <span class="keywordflow">if</span>(editedImage == NULL) 
<a name="l00858"></a>00858   { 
<a name="l00859"></a>00859     <span class="comment">//sometimes the user instructs the program to modify an image in a way</span>
<a name="l00860"></a>00860     <span class="comment">//where no real changes are actually necessary. case in point, red eye reduction</span>
<a name="l00861"></a>00861     <span class="comment">//on a region where there is no red stuff at all! in order to be consistant, if</span>
<a name="l00862"></a>00862     <span class="comment">//the user is expecting the selection to be reset then always reset it! this</span>
<a name="l00863"></a>00863     <span class="comment">//normally occurs below when resetting the photo but we&#39;ll do it here </span>
<a name="l00864"></a>00864     <span class="comment">//since resetting the photo will not take place</span>
<a name="l00865"></a>00865     <span class="keywordflow">if</span>(resetSelection) 
<a name="l00866"></a>00866     { 
<a name="l00867"></a>00867       <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a31e54213a11768e60de29129ec8eaf7d" title="selects none of the image">selectNone</a>(); 
<a name="l00868"></a>00868     }
<a name="l00869"></a>00869     
<a name="l00870"></a>00870     <span class="keywordflow">return</span>; 
<a name="l00871"></a>00871   }
<a name="l00872"></a>00872   
<a name="l00873"></a>00873   <span class="comment">//construct edited image path</span>
<a name="l00874"></a>00874   QString editedImagePath = ((<a class="code" href="classWindow.html" title="Top level widget, encapsulates the title widget, the layout widget, and the toolbar...">Window</a>*)qApp-&gt;mainWidget())-&gt;getTitle()-&gt;getAlbum()-&gt;getTmpDir() + <span class="stringliteral">&quot;/editedImage.jpg&quot;</span>;
<a name="l00875"></a>00875 
<a name="l00876"></a>00876   <span class="comment">//save edited image to temporary location</span>
<a name="l00877"></a>00877   <span class="comment">//TODO: EXIF information is lost at this point, Qt does not support</span>
<a name="l00878"></a>00878   <span class="comment">//storing exif information, but perhaps a 2nd pass can be made on the file</span>
<a name="l00879"></a>00879   <span class="comment">//where exif info is added using libjpeg functions?</span>
<a name="l00880"></a>00880   editedImage-&gt;save( editedImagePath, <span class="stringliteral">&quot;JPEG&quot;</span>, 95 );
<a name="l00881"></a>00881   <span class="keyword">delete</span> editedImage;
<a name="l00882"></a>00882   editedImage = NULL;
<a name="l00883"></a>00883     
<a name="l00884"></a>00884   <span class="comment">//apply changes to photo</span>
<a name="l00885"></a>00885   <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a29e2aae62991d904c3cb763ec838d9bd" title="Setup photo using preexisting full size, slideshow, and thumbnail images.">setImage</a>( editedImagePath );
<a name="l00886"></a>00886   
<a name="l00887"></a>00887   <span class="comment">//Reload photo view</span>
<a name="l00888"></a>00888   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a39abdf30168c98a1e7c5720271616c17" title="Updates displayed photo.">setPhoto</a>( editedImagePath, resetSelection );  
<a name="l00889"></a>00889 
<a name="l00890"></a>00890   <span class="comment">//If we&#39;re resetting the selection (due to cropping), reset the </span>
<a name="l00891"></a>00891   <span class="comment">//selection rotated bit as well</span>
<a name="l00892"></a>00892   <span class="keywordflow">if</span>( resetSelection ) { <a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a> = <span class="keyword">false</span>; }
<a name="l00893"></a>00893   
<a name="l00894"></a>00894   <span class="comment">//update image dimension variables</span>
<a name="l00895"></a>00895   <a class="code" href="imageTools_8cpp.html#a2af7f0a9c4f931ad3213c36796e95288" title="Get image dimensions.">getImageSize</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> );  
<a name="l00896"></a>00896 
<a name="l00897"></a>00897   <span class="comment">//get display size photo dimensions</span>
<a name="l00898"></a>00898   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a7ad038bcab80c14877ef09e297ba31c3" title="returns the current photo display size (in screen pixels)">getDisplaySize</a>( <a class="code" href="classEditingInterface.html#aff0b2029cd1a4e55061c185daccff0b9" title="Dimension of photo in display coordinates.">displayWidth</a>, <a class="code" href="classEditingInterface.html#aff8dca0c9cb4cefd8f76487461c60c4e">displayHeight</a> );
<a name="l00899"></a>00899 
<a name="l00900"></a>00900   <span class="comment">//update effect preview</span>
<a name="l00901"></a>00901   <a class="code" href="imageTools_8cpp.html#a126e11984fb8124e78e3b1b68a24870c" title="Scale image and save copy to disk.">scaleImage</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a>, <a class="code" href="editingInterface_8cpp.html#ad01edca3af426c705486d1957a2a0eb1">EFFECT_PREVIEW_WIDTH</a>, <a class="code" href="editingInterface_8cpp.html#a40d3b0f064584f10e9c7bd23cd78a8f5">EFFECT_PREVIEW_HEIGHT</a> );
<a name="l00902"></a>00902   <a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>();
<a name="l00903"></a>00903   
<a name="l00904"></a>00904   <span class="comment">//emit modified signal</span>
<a name="l00905"></a>00905   emit <a class="code" href="classEditingInterface.html#a4668bb677a034f32db26aaafcc2477e6">photoModified</a>();
<a name="l00906"></a>00906 }
<a name="l00907"></a>00907 <span class="comment">//==============================================</span>
<a name="l00908"></a><a class="code" href="classEditingInterface.html#a856017a10fd096d3aed58c032e2d8717">00908</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a856017a10fd096d3aed58c032e2d8717" title="Exit editing interface.">EditingInterface::returnAction</a>()
<a name="l00909"></a>00909 {
<a name="l00910"></a>00910   <span class="comment">//exit edit mode</span>
<a name="l00911"></a>00911   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#ad31964351b72e66e6a576a0be929a937" title="Select organize tab.">organize</a>();
<a name="l00912"></a>00912 }
<a name="l00913"></a>00913 <span class="comment">//==============================================</span>
<a name="l00914"></a><a class="code" href="classEditingInterface.html#a046a694a5cda09daeb9b8ac1d3841563">00914</a> <span class="keywordtype">bool</span> <a class="code" href="classEditingInterface.html#a046a694a5cda09daeb9b8ac1d3841563" title="Finds the selected region of the image.">EditingInterface::findSelection</a>(QPoint&amp; <a class="code" href="redEye__internal_8h.html#a6a9aebec61b1a6732045c187a6156f4f">topLeft</a>, QPoint&amp; <a class="code" href="redEye__internal_8h.html#a75e80edb449bc9a0925be60719132bd0">bottomRight</a>)
<a name="l00915"></a>00915 {
<a name="l00916"></a>00916   <span class="comment">//get raw selection in display coordinates</span>
<a name="l00917"></a>00917   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#acf90bb6743ebc759ff43ab16aa7fa15f" title="Returns the current selected coordinates (actual slideshow image space, aka not including...">getSelection</a>(topLeft, bottomRight);
<a name="l00918"></a>00918 
<a name="l00919"></a>00919   <span class="comment">//if range is empty then retrun false</span>
<a name="l00920"></a>00920   <span class="keywordflow">if</span>(topLeft.x() &gt;= bottomRight.x() ||
<a name="l00921"></a>00921      topLeft.y() &gt;= bottomRight.y())
<a name="l00922"></a>00922     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00923"></a>00923   
<a name="l00924"></a>00924   <span class="comment">//return success</span>
<a name="l00925"></a>00925   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00926"></a>00926 }
<a name="l00927"></a>00927 <span class="comment">//==============================================</span>
<a name="l00928"></a><a class="code" href="classEditingInterface.html#afefbfd885a19a7df6a2c1d790df7c003">00928</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#afefbfd885a19a7df6a2c1d790df7c003">EditingInterface::handleSelectionChanged</a>()
<a name="l00929"></a>00929 {
<a name="l00930"></a>00930   <span class="comment">//crop button is enabled only when a portion of the image is selected</span>
<a name="l00931"></a>00931   QPoint <a class="code" href="redEye__internal_8h.html#a6a9aebec61b1a6732045c187a6156f4f">topLeft</a>, <a class="code" href="redEye__internal_8h.html#a75e80edb449bc9a0925be60719132bd0">bottomRight</a>;
<a name="l00932"></a>00932   <span class="keywordtype">bool</span> selectionPresent = <a class="code" href="classEditingInterface.html#a046a694a5cda09daeb9b8ac1d3841563" title="Finds the selected region of the image.">findSelection</a>(topLeft,bottomRight);     
<a name="l00933"></a>00933 
<a name="l00934"></a>00934   <a class="code" href="classEditingInterface.html#ac25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>-&gt;setEnabled( selectionPresent );
<a name="l00935"></a>00935   <a class="code" href="classEditingInterface.html#a13e1279014d3058ba5cd9c7d03f6524e" title="The red eye reduction button is disabled when no selection is present.">redEyeReductionButton</a>-&gt;<a class="code" href="classClickableLabel.html#add89196d69e61c416a0ad26a4d81dae8">setEnabled</a>( selectionPresent );  
<a name="l00936"></a>00936 }
<a name="l00937"></a>00937 <span class="comment">//==============================================</span>
<a name="l00938"></a><a class="code" href="classEditingInterface.html#afff3fe2e4a8c9bf69034b49f677c33d2">00938</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#afff3fe2e4a8c9bf69034b49f677c33d2">EditingInterface::handleAspectRatioChanged</a>()
<a name="l00939"></a>00939 {
<a name="l00940"></a>00940   <span class="comment">//change aspect ratio combo box to custom</span>
<a name="l00941"></a>00941   <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;setCurrentItem(0);  
<a name="l00942"></a>00942 }
<a name="l00943"></a>00943 <span class="comment">//==============================================</span>
<a name="l00944"></a><a class="code" href="classEditingInterface.html#ac8334413d038848a62b3d375b0e2efc1">00944</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#ac8334413d038848a62b3d375b0e2efc1" title="Return coordinates that select entire image.">EditingInterface::selectAll</a>(QPoint&amp; <a class="code" href="redEye__internal_8h.html#a6a9aebec61b1a6732045c187a6156f4f">topLeft</a>, QPoint&amp; <a class="code" href="redEye__internal_8h.html#a75e80edb449bc9a0925be60719132bd0">bottomRight</a>)
<a name="l00945"></a>00945 {
<a name="l00946"></a>00946   topLeft.setX(0); 
<a name="l00947"></a>00947   topLeft.setY(0);
<a name="l00948"></a>00948   bottomRight.setX(<a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> - 1); 
<a name="l00949"></a>00949   bottomRight.setY(<a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> - 1);     
<a name="l00950"></a>00950 }
<a name="l00951"></a>00951 <span class="comment">//==============================================</span>
<a name="l00952"></a><a class="code" href="classEditingInterface.html#abb1d163b39c93383641da613513560e8">00952</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#abb1d163b39c93383641da613513560e8">EditingInterface::keyPressEvent</a>( QKeyEvent *e )
<a name="l00953"></a>00953 {
<a name="l00954"></a>00954   <span class="comment">//next handle additional keys</span>
<a name="l00955"></a>00955   <span class="keywordflow">switch</span>( e-&gt;key() )
<a name="l00956"></a>00956   {
<a name="l00957"></a>00957     <span class="comment">//apply changes and exit</span>
<a name="l00958"></a>00958     <span class="keywordflow">case</span> Qt::Key_Escape:
<a name="l00959"></a>00959       <a class="code" href="classEditingInterface.html#a856017a10fd096d3aed58c032e2d8717" title="Exit editing interface.">returnAction</a>();
<a name="l00960"></a>00960       <span class="keywordflow">break</span>;
<a name="l00961"></a>00961     <span class="keywordflow">case</span> Qt::Key_Prior:
<a name="l00962"></a>00962       <a class="code" href="classEditingInterface.html#acd9c98e380e6a071cb160300e6a06ce6" title="Show prev photo.">showPrevPhoto</a>();
<a name="l00963"></a>00963       <span class="keywordflow">break</span>;
<a name="l00964"></a>00964     <span class="keywordflow">case</span> Qt::Key_Next:
<a name="l00965"></a>00965       <a class="code" href="classEditingInterface.html#afcbe162ccd791c5b341ce25f803fab22" title="Show next photo.">showNextPhoto</a>();
<a name="l00966"></a>00966       <span class="keywordflow">break</span>;
<a name="l00967"></a>00967     <span class="keywordflow">case</span> Qt::Key_Home:
<a name="l00968"></a>00968       <a class="code" href="classEditingInterface.html#a62e076d8097e9aef4d1cdc3ffed28dcc" title="Show first photo.">showFirstPhoto</a>();
<a name="l00969"></a>00969       <span class="keywordflow">break</span>;
<a name="l00970"></a>00970     <span class="keywordflow">case</span> Qt::Key_End:
<a name="l00971"></a>00971       <a class="code" href="classEditingInterface.html#a6255450a6a96ea21c5b0e1f16aa48dff" title="Show last photo.">showLastPhoto</a>();
<a name="l00972"></a>00972       <span class="keywordflow">break</span>;
<a name="l00973"></a>00973     <span class="keywordflow">case</span> Qt::Key_R:
<a name="l00974"></a>00974       <span class="keywordflow">if</span>(e-&gt;state() &amp; Qt::ControlButton)
<a name="l00975"></a>00975         <a class="code" href="classEditingInterface.html#ad7b6e2ea773a39f98923d8ee57fedc16" title="Rotate image right 90 degrees.">rotateRight</a>();
<a name="l00976"></a>00976       <span class="keywordflow">break</span>;
<a name="l00977"></a>00977     <span class="keywordflow">case</span> Qt::Key_L:
<a name="l00978"></a>00978       <span class="keywordflow">if</span>(e-&gt;state() &amp; Qt::ControlButton)
<a name="l00979"></a>00979         <a class="code" href="classEditingInterface.html#adbf30639b70170bfcc1a1328764364fb" title="Rotate image left 90 degrees.">rotateLeft</a>();
<a name="l00980"></a>00980       <span class="keywordflow">break</span>;
<a name="l00981"></a>00981     <span class="keywordflow">case</span> Qt::Key_F:
<a name="l00982"></a>00982       <span class="keywordflow">if</span>(e-&gt;state() &amp; Qt::ControlButton)
<a name="l00983"></a>00983       {
<a name="l00984"></a>00984         <span class="keywordflow">if</span>( e-&gt;state() &amp; Qt::AltButton )
<a name="l00985"></a>00985           <a class="code" href="classEditingInterface.html#a03c8d89604a2a5162c4739d7ad44f4aa" title="Flip image vertically.">flipVertical</a>();
<a name="l00986"></a>00986         <span class="keywordflow">else</span>
<a name="l00987"></a>00987           <a class="code" href="classEditingInterface.html#af84ccf48abb5c7fc1be8978b152c22aa" title="Flip image horizontally.">flipHorizontal</a>();
<a name="l00988"></a>00988       }
<a name="l00989"></a>00989       <span class="keywordflow">break</span>;
<a name="l00990"></a>00990     <span class="keywordflow">default</span>:
<a name="l00991"></a>00991       e-&gt;ignore();
<a name="l00992"></a>00992   }
<a name="l00993"></a>00993 }
<a name="l00994"></a>00994 <span class="comment">//==============================================</span>
<a name="l00995"></a><a class="code" href="classEditingInterface.html#a454d777dfb81132fca4c3d1147f8f95f">00995</a> <span class="keywordtype">bool</span> <a class="code" href="classEditingInterface.html#a454d777dfb81132fca4c3d1147f8f95f">EditingInterface::currentPhotoRevertable</a>()
<a name="l00996"></a>00996 {
<a name="l00997"></a>00997   <span class="keywordflow">if</span>(<a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a> == NULL) 
<a name="l00998"></a>00998     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00999"></a>00999   <span class="keywordflow">else</span>
<a name="l01000"></a>01000     <span class="keywordflow">return</span> <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#acf93c6065bb708320e7c675068e0b3d0" title="can photo be reverted to a differnt original form">revertPossible</a>();
<a name="l01001"></a>01001 }
<a name="l01002"></a>01002 <span class="comment">//==============================================</span>
<a name="l01003"></a><a class="code" href="classEditingInterface.html#ae61328cde050bcfde287bdc869cc596b">01003</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#ae61328cde050bcfde287bdc869cc596b" title="reverts current photo and updates display">EditingInterface::revertCurrentPhoto</a>()
<a name="l01004"></a>01004 {
<a name="l01005"></a>01005   <span class="comment">//if current photo not revertable immediately bail</span>
<a name="l01006"></a>01006   <span class="keywordflow">if</span>( ! <a class="code" href="classEditingInterface.html#a454d777dfb81132fca4c3d1147f8f95f">currentPhotoRevertable</a>() ) <span class="keywordflow">return</span>;
<a name="l01007"></a>01007   
<a name="l01008"></a>01008   <span class="comment">//set busy cursor</span>
<a name="l01009"></a>01009   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l01010"></a>01010   
<a name="l01011"></a>01011   <span class="comment">//disable user input</span>
<a name="l01012"></a>01012   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l01013"></a>01013 
<a name="l01014"></a>01014   <span class="comment">//get current and reverted image sizes and compare to see if size has changed.</span>
<a name="l01015"></a>01015   <span class="comment">//if so reset selected region</span>
<a name="l01016"></a>01016   <span class="keywordtype">int</span> origWidth, origHeight;
<a name="l01017"></a>01017   <a class="code" href="imageTools_8cpp.html#a2af7f0a9c4f931ad3213c36796e95288" title="Get image dimensions.">getImageSize</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a6a4cd6dfc1b78fa3b1c1661a59f71162" title="orig filename">originalImageFilename</a>(), origWidth, origHeight );  
<a name="l01018"></a>01018   <span class="keywordtype">bool</span> resetSelection = (origWidth != <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>) || (origHeight != <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>);
<a name="l01019"></a>01019   
<a name="l01021"></a>01021   <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#ae50ed3a18f16735fcdade8f6f3f35488" title="revert photo to original form">revertPhoto</a>();
<a name="l01022"></a>01022 
<a name="l01023"></a>01023   <span class="comment">//Reload photo view</span>
<a name="l01024"></a>01024   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a39abdf30168c98a1e7c5720271616c17" title="Updates displayed photo.">setPhoto</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), resetSelection );  
<a name="l01025"></a>01025   
<a name="l01026"></a>01026   <span class="comment">//update image dimension variables</span>
<a name="l01027"></a>01027   <a class="code" href="imageTools_8cpp.html#a2af7f0a9c4f931ad3213c36796e95288" title="Get image dimensions.">getImageSize</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> );  
<a name="l01028"></a>01028   
<a name="l01029"></a>01029   <span class="comment">//get display size photo dimensions</span>
<a name="l01030"></a>01030   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a7ad038bcab80c14877ef09e297ba31c3" title="returns the current photo display size (in screen pixels)">getDisplaySize</a>( <a class="code" href="classEditingInterface.html#aff0b2029cd1a4e55061c185daccff0b9" title="Dimension of photo in display coordinates.">displayWidth</a>, <a class="code" href="classEditingInterface.html#aff8dca0c9cb4cefd8f76487461c60c4e">displayHeight</a> );
<a name="l01031"></a>01031   
<a name="l01032"></a>01032   <span class="comment">//update effect preview</span>
<a name="l01033"></a>01033   <a class="code" href="imageTools_8cpp.html#a126e11984fb8124e78e3b1b68a24870c" title="Scale image and save copy to disk.">scaleImage</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), <a class="code" href="classEditingInterface.html#a8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a>, <a class="code" href="editingInterface_8cpp.html#ad01edca3af426c705486d1957a2a0eb1">EFFECT_PREVIEW_WIDTH</a>, <a class="code" href="editingInterface_8cpp.html#a40d3b0f064584f10e9c7bd23cd78a8f5">EFFECT_PREVIEW_HEIGHT</a> );
<a name="l01034"></a>01034   <a class="code" href="classEditingInterface.html#a577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>();  
<a name="l01035"></a>01035   
<a name="l01036"></a>01036   <span class="comment">//emit modified signal</span>
<a name="l01037"></a>01037   emit <a class="code" href="classEditingInterface.html#a4668bb677a034f32db26aaafcc2477e6">photoModified</a>();
<a name="l01038"></a>01038 
<a name="l01039"></a>01039   <span class="comment">//enable user input</span>
<a name="l01040"></a>01040   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l01041"></a>01041 
<a name="l01042"></a>01042   <span class="comment">//remove busy cursor</span>
<a name="l01043"></a>01043   qApp-&gt;restoreOverrideCursor();
<a name="l01044"></a>01044 }
<a name="l01045"></a>01045 <span class="comment">//==============================================</span>
<a name="l01046"></a><a class="code" href="classEditingInterface.html#a602c05c7f27c9074fa580f927dcdc24c">01046</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a602c05c7f27c9074fa580f927dcdc24c">EditingInterface::setFocus</a>()
<a name="l01047"></a>01047 {
<a name="l01048"></a>01048   <span class="comment">//always pass off focus even to selection interface so it can get key strokes</span>
<a name="l01049"></a>01049   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;setFocus();
<a name="l01050"></a>01050 }
<a name="l01051"></a>01051 <span class="comment">//==============================================</span>
<a name="l01052"></a><a class="code" href="classEditingInterface.html#a121c46fd3c746dc0541a684ee0b11e76">01052</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a121c46fd3c746dc0541a684ee0b11e76" title="Rotate current selection.">EditingInterface::rotateSelection</a>()
<a name="l01053"></a>01053 {
<a name="l01054"></a>01054   <span class="comment">//invert rotate bool</span>
<a name="l01055"></a>01055   <a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a> = !<a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a>;
<a name="l01056"></a>01056   
<a name="l01057"></a>01057   <span class="comment">//rotate custom selection in place, scale/shift if necessary to keep on image</span>
<a name="l01058"></a>01058   <span class="keywordflow">if</span>(<a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem() == 0)
<a name="l01059"></a>01059   {
<a name="l01060"></a>01060     <span class="comment">//get cur selection</span>
<a name="l01061"></a>01061     QPoint curTopLeft, curBottomRight;
<a name="l01062"></a>01062     <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#acf90bb6743ebc759ff43ab16aa7fa15f" title="Returns the current selected coordinates (actual slideshow image space, aka not including...">getSelection</a>(curTopLeft, curBottomRight); 
<a name="l01063"></a>01063 
<a name="l01064"></a>01064     <span class="comment">//find center</span>
<a name="l01065"></a>01065     QPoint selectionCenter = QPoint( ( curTopLeft.x() + curBottomRight.x() ) / 2,
<a name="l01066"></a>01066                                      ( curTopLeft.y() + curBottomRight.y() ) / 2 );    
<a name="l01067"></a>01067 
<a name="l01068"></a>01068     <span class="comment">//scale rotated width/height to fit image</span>
<a name="l01069"></a>01069     <span class="keywordtype">int</span> newWidth = curBottomRight.y() - curTopLeft.y() + 1;
<a name="l01070"></a>01070     <span class="keywordtype">int</span> newHeight =curBottomRight.x() - curTopLeft.x() + 1;
<a name="l01071"></a>01071     <a class="code" href="imageTools_8cpp.html#ab6483215237a72d6b725adc644d40f0b" title="Computes scale of image dimensions while respecting aspect ratio, equivalent to a...">calcScaledImageDimensions</a>( newWidth, newHeight,
<a name="l01072"></a>01072                                <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>,
<a name="l01073"></a>01073                                newWidth, newHeight );
<a name="l01074"></a>01074 
<a name="l01075"></a>01075     <span class="comment">//center new selection over old selection</span>
<a name="l01076"></a>01076     QPoint <a class="code" href="redEye__internal_8h.html#a6a9aebec61b1a6732045c187a6156f4f">topLeft</a> = QPoint( selectionCenter.x() - newWidth/2,
<a name="l01077"></a>01077                              selectionCenter.y() - newHeight/2 );
<a name="l01078"></a>01078     QPoint <a class="code" href="redEye__internal_8h.html#a75e80edb449bc9a0925be60719132bd0">bottomRight</a> = QPoint( topLeft.x() + newWidth - 1,
<a name="l01079"></a>01079                                  topLeft.y() + newHeight - 1 );
<a name="l01080"></a>01080 
<a name="l01081"></a>01081     <span class="comment">//shift selection area to not go outside image boundary</span>
<a name="l01082"></a>01082     <span class="keywordflow">if</span>(topLeft.x() &lt; 0)
<a name="l01083"></a>01083     {
<a name="l01084"></a>01084       bottomRight.setX( bottomRight.x() - topLeft.x() );
<a name="l01085"></a>01085       topLeft.setX( 0 );
<a name="l01086"></a>01086     }
<a name="l01087"></a>01087 
<a name="l01088"></a>01088     <span class="keywordflow">if</span>(topLeft.y() &lt; 0)
<a name="l01089"></a>01089     {
<a name="l01090"></a>01090       bottomRight.setY( bottomRight.y() - topLeft.y() );
<a name="l01091"></a>01091       topLeft.setY( 0 );
<a name="l01092"></a>01092     }
<a name="l01093"></a>01093     
<a name="l01094"></a>01094     <span class="keywordflow">if</span>(bottomRight.x() &gt;= <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> )
<a name="l01095"></a>01095     {
<a name="l01096"></a>01096       topLeft.setX( topLeft.x() - ( bottomRight.x() - <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> + 1 ) );
<a name="l01097"></a>01097       bottomRight.setX( <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> - 1 );
<a name="l01098"></a>01098     }
<a name="l01099"></a>01099 
<a name="l01100"></a>01100     <span class="keywordflow">if</span>(bottomRight.y() &gt;= <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> )
<a name="l01101"></a>01101     {
<a name="l01102"></a>01102       topLeft.setY( topLeft.y() - ( bottomRight.y() - <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> + 1 ) );
<a name="l01103"></a>01103       bottomRight.setY( <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> - 1 );
<a name="l01104"></a>01104     }
<a name="l01105"></a>01105     
<a name="l01106"></a>01106     <span class="comment">//select new region</span>
<a name="l01107"></a>01107     <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a9d6846ede17f33a9846abd6efe2df3f8" title="Sets the current selection cropMaxDimen specifies the idealized dimension in dominant...">setSelection</a>(topLeft, bottomRight);    
<a name="l01108"></a>01108   }
<a name="l01109"></a>01109   <span class="comment">//else call selectAspectRatio passing true that we&#39;re</span>
<a name="l01110"></a>01110   <span class="comment">//using the rotated version of the current aspect ratio</span>
<a name="l01111"></a>01111   <span class="keywordflow">else</span>
<a name="l01112"></a>01112   { 
<a name="l01113"></a>01113     <a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">selectAspectRatio</a>(); 
<a name="l01114"></a>01114   }
<a name="l01115"></a>01115 }
<a name="l01116"></a>01116 <span class="comment">//==============================================</span>
<a name="l01117"></a><a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5">01117</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">EditingInterface::selectAspectRatio</a>()
<a name="l01118"></a>01118 {
<a name="l01119"></a>01119   <span class="comment">//if user selected &quot;custom&quot; don&#39;t modify current selection</span>
<a name="l01120"></a>01120   <span class="keywordflow">if</span>( <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem() == 0 ) <span class="keywordflow">return</span>;
<a name="l01121"></a>01121   
<a name="l01122"></a>01122   <span class="comment">//get default aspect ratio</span>
<a name="l01123"></a>01123   QSize aspectRatio = <a class="code" href="classEditingInterface.html#a459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>[ <a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem() ];  
<a name="l01124"></a>01124 
<a name="l01125"></a>01125   <span class="comment">//automatically rotate default if current photo is taller than wide</span>
<a name="l01126"></a>01126   <span class="keywordflow">if</span>( <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> &gt; <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> )
<a name="l01127"></a>01127   { aspectRatio = QSize( aspectRatio.height(), aspectRatio.width() ); }
<a name="l01128"></a>01128   
<a name="l01129"></a>01129   <span class="comment">//exchange aspect ratio dimensions if we&#39;re in rotated selection mode</span>
<a name="l01130"></a>01130   <span class="keywordflow">if</span>( <a class="code" href="classEditingInterface.html#a96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a> )
<a name="l01131"></a>01131   { aspectRatio = QSize( aspectRatio.height(), aspectRatio.width() ); }
<a name="l01132"></a>01132     
<a name="l01133"></a>01133   <span class="comment">//determine selected width and height;</span>
<a name="l01134"></a>01134   <span class="keywordtype">int</span> selectedWidth = 0; 
<a name="l01135"></a>01135   <span class="keywordtype">int</span> selectedHeight = 0;
<a name="l01136"></a>01136   
<a name="l01137"></a>01137   <span class="comment">//display resolution, match exactly or scale down</span>
<a name="l01138"></a>01138   <span class="keywordflow">if</span>(<a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem() == <a class="code" href="classEditingInterface.html#abe69f120f9551ba3bb3888275a3804b5" title="Index for screen resolution, needed if this value pair changes during program executing...">displayResolutionIndex</a>)
<a name="l01139"></a>01139   {    
<a name="l01140"></a>01140     <span class="comment">//select region less than or equal to display resolution while maintaining aspect ratio</span>
<a name="l01141"></a>01141     selectedWidth = aspectRatio.width();
<a name="l01142"></a>01142     selectedHeight = aspectRatio.height();
<a name="l01143"></a>01143     <a class="code" href="imageTools_8cpp.html#ab6483215237a72d6b725adc644d40f0b" title="Computes scale of image dimensions while respecting aspect ratio, equivalent to a...">calcScaledImageDimensions</a>( selectedWidth, selectedHeight,
<a name="l01144"></a>01144                                <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>,
<a name="l01145"></a>01145                                selectedWidth, selectedHeight );
<a name="l01146"></a>01146   }
<a name="l01147"></a>01147   <span class="comment">//else use aspect ratio directly as a ratio</span>
<a name="l01148"></a>01148   <span class="keywordflow">else</span>
<a name="l01149"></a>01149   {  
<a name="l01150"></a>01150     <span class="comment">//select region using same aspect ratio</span>
<a name="l01151"></a>01151     selectedWidth = <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>;
<a name="l01152"></a>01152     selectedHeight = (int) (((<span class="keywordtype">double</span>) (<a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> * aspectRatio.height()) ) / aspectRatio.width() );
<a name="l01153"></a>01153     <a class="code" href="imageTools_8cpp.html#ab6483215237a72d6b725adc644d40f0b" title="Computes scale of image dimensions while respecting aspect ratio, equivalent to a...">calcScaledImageDimensions</a>( selectedWidth, selectedHeight,
<a name="l01154"></a>01154                                <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>,
<a name="l01155"></a>01155                                selectedWidth, selectedHeight );
<a name="l01156"></a>01156     
<a name="l01157"></a>01157   }
<a name="l01158"></a>01158   
<a name="l01159"></a>01159   <span class="comment">//get current selection boundary</span>
<a name="l01160"></a>01160   QPoint curTopLeft, curBottomRight;
<a name="l01161"></a>01161   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#acf90bb6743ebc759ff43ab16aa7fa15f" title="Returns the current selected coordinates (actual slideshow image space, aka not including...">getSelection</a>( curTopLeft, curBottomRight );
<a name="l01162"></a>01162   
<a name="l01163"></a>01163   <span class="comment">//get current selection center</span>
<a name="l01164"></a>01164   QPoint curCenter;
<a name="l01165"></a>01165   curCenter.setX( (curTopLeft.x() + curBottomRight.x()) / 2 );
<a name="l01166"></a>01166   curCenter.setY( (curTopLeft.y() + curBottomRight.y()) / 2 );
<a name="l01167"></a>01167 
<a name="l01168"></a>01168   <span class="comment">//if center is off image (no previous selection) then</span>
<a name="l01169"></a>01169   <span class="comment">//fix center to center of image</span>
<a name="l01170"></a>01170   <span class="keywordflow">if</span>( curCenter.x() &lt; 0 || curCenter.y() &lt; 0 )
<a name="l01171"></a>01171   {
<a name="l01172"></a>01172     curCenter.setX( <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>/2 );
<a name="l01173"></a>01173     curCenter.setY( <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>/2 );
<a name="l01174"></a>01174   }
<a name="l01175"></a>01175   
<a name="l01176"></a>01176   <span class="comment">//attempt to center new selection overold selection, only</span>
<a name="l01177"></a>01177   <span class="comment">//offset if necessary</span>
<a name="l01178"></a>01178   QPoint newTopLeft, newBottomRight;
<a name="l01179"></a>01179 
<a name="l01180"></a>01180   newTopLeft.setX( curCenter.x() - selectedWidth/2 );
<a name="l01181"></a>01181   newTopLeft.setY( curCenter.y() - selectedHeight/2 );
<a name="l01182"></a>01182 
<a name="l01183"></a>01183   <span class="comment">//push right/down if necessary</span>
<a name="l01184"></a>01184   <span class="keywordflow">if</span>( newTopLeft.x() &lt; 0 ) newTopLeft.setX( 0 );
<a name="l01185"></a>01185   <span class="keywordflow">if</span>( newTopLeft.y() &lt; 0 ) newTopLeft.setY( 0 );
<a name="l01186"></a>01186   
<a name="l01187"></a>01187   <span class="comment">//push left/up if necessary</span>
<a name="l01188"></a>01188   newBottomRight.setX( newTopLeft.x() + selectedWidth - 1 );
<a name="l01189"></a>01189   <span class="keywordflow">if</span>( newBottomRight.x() &gt;= <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a> )
<a name="l01190"></a>01190   {
<a name="l01191"></a>01191     newBottomRight.setX( <a class="code" href="classEditingInterface.html#aef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>-1 );
<a name="l01192"></a>01192     newTopLeft.setX( newBottomRight.x() - selectedWidth + 1 );
<a name="l01193"></a>01193   }
<a name="l01194"></a>01194   
<a name="l01195"></a>01195   newBottomRight.setY( newTopLeft.y() + selectedHeight - 1 );
<a name="l01196"></a>01196   <span class="keywordflow">if</span>( newBottomRight.y() &gt;= <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a> )
<a name="l01197"></a>01197   {
<a name="l01198"></a>01198     newBottomRight.setY( <a class="code" href="classEditingInterface.html#aa7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>-1 );
<a name="l01199"></a>01199     newTopLeft.setY( newBottomRight.y() - selectedHeight + 1 );
<a name="l01200"></a>01200   }
<a name="l01201"></a>01201 
<a name="l01202"></a>01202   <span class="comment">//select region</span>
<a name="l01203"></a>01203   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a9d6846ede17f33a9846abd6efe2df3f8" title="Sets the current selection cropMaxDimen specifies the idealized dimension in dominant...">setSelection</a>(newTopLeft, newBottomRight,
<a name="l01204"></a>01204                                    <a class="code" href="classEditingInterface.html#a77fb5459f80abb752e9360677222283b">maxDimensions</a>[<a class="code" href="classEditingInterface.html#a85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>-&gt;currentItem()] );    
<a name="l01205"></a>01205 } 
<a name="l01206"></a>01206 <span class="comment">//==============================================</span>
<a name="l01207"></a><a class="code" href="classEditingInterface.html#a33ea92e9f52df35dc6481e794229deef">01207</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a33ea92e9f52df35dc6481e794229deef" title="Enter correct image tilt mode.">EditingInterface::startCorrectTilt</a>()
<a name="l01208"></a>01208 {
<a name="l01209"></a>01209   <span class="comment">//instruct user to select a horizontal or vertical line in the image by</span>
<a name="l01210"></a>01210   <span class="comment">//beginning draw line mode in the selection interface</span>
<a name="l01211"></a>01211   <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>-&gt;setEnabled( <span class="keyword">false</span> );
<a name="l01212"></a>01212   <a class="code" href="classEditingInterface.html#af448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>-&gt;<a class="code" href="classSelectionInterface.html#a8affc4268caeeaabaf0940181c48ff9f" title="enter draw line mode - used for tilt correction">enterDrawLineMode</a>();
<a name="l01213"></a>01213 }
<a name="l01214"></a>01214 <span class="comment">//==============================================</span>
<a name="l01215"></a><a class="code" href="classEditingInterface.html#a0c8a7e39e2d9c50d307865f89f50b8d3">01215</a> <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#a0c8a7e39e2d9c50d307865f89f50b8d3" title="Finish correcting and image&amp;#39;s tilt.">EditingInterface::finishCorrectTilt</a>( QPoint p1, QPoint p2 )
<a name="l01216"></a>01216 {
<a name="l01217"></a>01217   <span class="comment">//if either point is invalid ignore action</span>
<a name="l01218"></a>01218   <span class="keywordflow">if</span>( p1.x() == -1 || p2.x() == -1 )
<a name="l01219"></a>01219   {
<a name="l01220"></a>01220     <span class="comment">//reenable tilt button</span>
<a name="l01221"></a>01221     <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>-&gt;setEnabled( <span class="keyword">true</span> );
<a name="l01222"></a>01222     <span class="keywordflow">return</span>;
<a name="l01223"></a>01223   }
<a name="l01224"></a>01224   
<a name="l01225"></a>01225   <span class="comment">//set busy cursor</span>
<a name="l01226"></a>01226   qApp-&gt;setOverrideCursor( QCursor(Qt::WaitCursor));
<a name="l01227"></a>01227   
<a name="l01228"></a>01228   <span class="comment">//disable user input</span>
<a name="l01229"></a>01229   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#ab9b7a539b643bbd3efade444a9f63b58">grabInput</a>();
<a name="l01230"></a>01230   
<a name="l01231"></a>01231   <span class="comment">//rotate image by determining correct angle from two points</span>
<a name="l01232"></a>01232   QImage* rotatedImage = <a class="code" href="tilt_8cpp.html#a11568e88ec7c20a6b276512e8bc6b631">correctImageTilt</a>( <a class="code" href="classEditingInterface.html#a4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>-&gt;<a class="code" href="classPhoto.html#a5ebb6fccddd609df5d407498957e1089" title="Gets the image filename.">getImageFilename</a>(), p1, p2,
<a name="l01233"></a>01233                                            <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>() );
<a name="l01234"></a>01234   <a class="code" href="classEditingInterface.html#a6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>( rotatedImage, <span class="keyword">true</span> );
<a name="l01235"></a>01235   
<a name="l01236"></a>01236   <span class="comment">//reenable tilt button</span>
<a name="l01237"></a>01237   <a class="code" href="classEditingInterface.html#ae4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>-&gt;setEnabled( <span class="keyword">true</span> );
<a name="l01238"></a>01238 
<a name="l01239"></a>01239   <span class="comment">//enable user input</span>
<a name="l01240"></a>01240   <a class="code" href="classEditingInterface.html#a6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>-&gt;<a class="code" href="classLayoutWidget.html#adef61c20f8268bc631dab83afc252be2" title="Returns a pointer to the window.">getWindow</a>()-&gt;<a class="code" href="classWindow.html#a8bc149788c6ed44ae27f22e72392cdf6" title="returns a pointer to the status widget">getStatus</a>()-&gt;<a class="code" href="classStatusWidget.html#a286c1c7b47ba6b0727f5480bb47275bb">releaseInput</a>();
<a name="l01241"></a>01241 
<a name="l01242"></a>01242   <span class="comment">//remove busy cursor</span>
<a name="l01243"></a>01243   qApp-&gt;restoreOverrideCursor();
<a name="l01244"></a>01244 }
<a name="l01245"></a>01245 <span class="comment">//==============================================</span>
<a name="l01246"></a>01246 
<a name="l01247"></a>01247 
</pre></div></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>