Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 4f45e7bdfd4a5ff17f5f8eaab90d017f > files > 993

albumshaper-2.1-6mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>AlbumShaper: editingInterface.h 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.5.9 -->
<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.h</h1><a href="editingInterface_8h.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="preprocessor">#ifndef GUI_EDITING_EDITINGINTERFACE_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define GUI_EDITING_EDITINGINTERFACE_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00014"></a>00014 <span class="comment">//--------------------</span>
<a name="l00015"></a>00015 <span class="comment">//forward declarations</span>
<a name="l00016"></a>00016 <span class="keyword">class </span><a class="code" href="classQLabel.html">QLabel</a>;
<a name="l00017"></a>00017 <span class="keyword">class </span>QImage;
<a name="l00018"></a>00018 <span class="keyword">class </span>QToolButton;
<a name="l00019"></a>00019 <span class="keyword">class </span>QPushButton;
<a name="l00020"></a>00020 <span class="keyword">class </span>QComboBox;
<a name="l00021"></a>00021 <span class="keyword">class </span><a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>;
<a name="l00022"></a>00022 <span class="keyword">class </span><a class="code" href="classLayoutWidget.html" title="Displays list of subalbums and a particular subalbum layout.">LayoutWidget</a>;
<a name="l00023"></a>00023 <span class="keyword">class </span><a class="code" href="classSelectionInterface.html" title="Display widget for photos. Used by the PhotoEditWidget.">SelectionInterface</a>;
<a name="l00024"></a>00024 <span class="keyword">class </span><a class="code" href="classSubalbum.html" title="A subalbum contains photos.">Subalbum</a>;
<a name="l00025"></a>00025 <span class="keyword">class </span><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 name="l00026"></a>00026 <span class="keyword">class </span><a class="code" href="classManipulationOptions.html">ManipulationOptions</a>;
<a name="l00027"></a>00027 <span class="comment">//--------------------</span>
<a name="l00028"></a>00028 
<a name="l00031"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3">00031</a> <span class="keyword">typedef</span> <span class="keyword">enum</span>
<a name="l00032"></a>00032 {  
<a name="l00033"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf38a6bb83861d9266fa652102f015f8447">00033</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf38a6bb83861d9266fa652102f015f8447">BW_EFFECT</a> = 0,
<a name="l00034"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3befd1d074318684f1cdaa5aea4d52c00">00034</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3befd1d074318684f1cdaa5aea4d52c00">SEPIA_EFFECT</a>,
<a name="l00035"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf317d564496298a9d2eeb054a12762f3d3">00035</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf317d564496298a9d2eeb054a12762f3d3">INVERT_EFFECT</a>,
<a name="l00036"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3b345476c3b1fe16bdf042e8cf32f0d00">00036</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3b345476c3b1fe16bdf042e8cf32f0d00">EMBOSS_EFFECT</a>,
<a name="l00037"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3be07f7e17db3f3f2d79497af618f3702">00037</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3be07f7e17db3f3f2d79497af618f3702">MOSAIC_EFFECT</a>,
<a name="l00038"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf33abdd4a1a3796ef46d90db4949549f68">00038</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf33abdd4a1a3796ef46d90db4949549f68">PAINTING_EFFECT</a>,
<a name="l00039"></a>00039   <span class="comment">//===============</span>
<a name="l00040"></a>00040   <span class="comment">//place effects that are not release quality below</span>
<a name="l00041"></a>00041   <span class="comment">//NUM_MANIPULATIONS to exclude them from the drop-down menu</span>
<a name="l00042"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3f0c6e82ebdcf11902351fb4350c04ce2">00042</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3f0c6e82ebdcf11902351fb4350c04ce2">NUM_MANIPULATIONS</a>,
<a name="l00043"></a><a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf38137719aa4c7bd4657f1b35b426c1a65">00043</a>   <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf38137719aa4c7bd4657f1b35b426c1a65">POINTILLISM_EFFECT</a>,
<a name="l00044"></a>00044 } <a class="code" href="editingInterface_8h.html#553f0b1b193ab994f8d7563dce0d7cf3" title="Manipulations listed in the order in which they will be displayed in the drop down...">MANIPULATION</a>;
<a name="l00045"></a>00045 
<a name="l00046"></a>00046 <span class="preprocessor">#include &lt;qwidget.h&gt;</span>
<a name="l00047"></a>00047 <span class="preprocessor">#include "../../backend/tools/imageTools.h"</span>
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="comment">//=====================================</span>
<a name="l00051"></a>00051 <span class="comment"></span><span class="comment">//=====================================</span>
<a name="l00052"></a>00052 
<a name="l00053"></a><a class="code" href="classEditingInterface.html">00053</a> <span class="keyword">class </span><a class="code" href="classEditingInterface.html" title="Interface for editing photo.">EditingInterface</a> : <span class="keyword">public</span> <a class="code" href="classQWidget.html">QWidget</a>
<a name="l00054"></a>00054 {
<a name="l00055"></a>00055 Q_OBJECT
<a name="l00056"></a>00056 
<a name="l00057"></a>00057 <span class="keyword">public</span>:
<a name="l00059"></a>00059   <a class="code" href="classEditingInterface.html#a22c8c12331d59ed61d73057e2fc9db2" title="Constructs layout.">EditingInterface</a>(<a class="code" href="classQWidget.html">QWidget</a> *parent=0, <span class="keyword">const</span> <span class="keywordtype">char</span>* name=0);
<a name="l00060"></a>00060 
<a name="l00061"></a>00061   <a class="code" href="classEditingInterface.html#fda8cc5c2912eef02ecd95ea03086b6d">~EditingInterface</a>();
<a name="l00062"></a>00062 
<a name="l00064"></a>00064   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#65a44f99011c590cc41406fc7f09c983" title="Sets the photo pointer and constructs scaled qimage&amp;#39;s for painting.">setPhoto</a>(<a class="code" href="classSubalbum.html" title="A subalbum contains photos.">Subalbum</a>* <a class="code" href="classEditingInterface.html#d2c3dafeb9a73b9e212904224de7778b" title="========== Pointer to backend collection">collection</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#4b228d370f21794e94ba50a122e88f23" title="Pointer to backend photo.">photo</a>);
<a name="l00065"></a>00065 
<a name="l00067"></a>00067   <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#dda3154b044e4613351592dc9d2e2645" title="Returns a pointer to the currently selected photo.">getPhoto</a>();
<a name="l00068"></a>00068   
<a name="l00069"></a>00069   <span class="comment">//returns true if currently selected photo is revertable</span>
<a name="l00070"></a>00070   <span class="keywordtype">bool</span> <a class="code" href="classEditingInterface.html#454d777dfb81132fca4c3d1147f8f95f">currentPhotoRevertable</a>();
<a name="l00071"></a>00071   
<a name="l00073"></a>00073   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#e61328cde050bcfde287bdc869cc596b" title="reverts current photo and updates display">revertCurrentPhoto</a>();
<a name="l00074"></a>00074 <span class="comment">//----------------------</span>
<a name="l00075"></a>00075 signals:
<a name="l00076"></a>00076   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#4668bb677a034f32db26aaafcc2477e6">photoModified</a>();
<a name="l00077"></a>00077 <span class="comment">//----------------------    </span>
<a name="l00078"></a>00078 <span class="keyword">public</span> slots:
<a name="l00079"></a>00079   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#fefbfd885a19a7df6a2c1d790df7c003">handleSelectionChanged</a>();
<a name="l00080"></a>00080   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#fff3fe2e4a8c9bf69034b49f677c33d2">handleAspectRatioChanged</a>();
<a name="l00081"></a>00081   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#602c05c7f27c9074fa580f927dcdc24c">setFocus</a>();
<a name="l00082"></a>00082   <span class="comment">//----------------------</span>
<a name="l00083"></a>00083 <span class="keyword">protected</span>:
<a name="l00084"></a>00084   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#bb1d163b39c93383641da613513560e8">keyPressEvent</a>( QKeyEvent *e );
<a name="l00085"></a>00085 <span class="comment">//----------------------</span>
<a name="l00086"></a>00086 <span class="keyword">private</span> slots:
<a name="l00088"></a>00088   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#cd9c98e380e6a071cb160300e6a06ce6" title="Show prev photo.">showPrevPhoto</a>();
<a name="l00089"></a>00089 
<a name="l00091"></a>00091   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#fcbe162ccd791c5b341ce25f803fab22" title="Show next photo.">showNextPhoto</a>();
<a name="l00092"></a>00092 
<a name="l00094"></a>00094   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#62e076d8097e9aef4d1cdc3ffed28dcc" title="Show first photo.">showFirstPhoto</a>();
<a name="l00095"></a>00095   
<a name="l00097"></a>00097   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#6255450a6a96ea21c5b0e1f16aa48dff" title="Show last photo.">showLastPhoto</a>();
<a name="l00098"></a>00098   
<a name="l00100"></a>00100   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#d7b6e2ea773a39f98923d8ee57fedc16" title="Rotate image right 90 degrees.">rotateRight</a>();
<a name="l00101"></a>00101 
<a name="l00103"></a>00103   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#dbf30639b70170bfcc1a1328764364fb" title="Rotate image left 90 degrees.">rotateLeft</a>();
<a name="l00104"></a>00104 
<a name="l00106"></a>00106   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#f84ccf48abb5c7fc1be8978b152c22aa" title="Flip image horizontally.">flipHorizontal</a>();
<a name="l00107"></a>00107 
<a name="l00109"></a>00109   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#33ea92e9f52df35dc6481e794229deef" title="Enter correct image tilt mode.">startCorrectTilt</a>();
<a name="l00110"></a>00110   
<a name="l00112"></a>00112   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#0c8a7e39e2d9c50d307865f89f50b8d3" title="Finish correcting and image&amp;#39;s tilt.">finishCorrectTilt</a>( QPoint p1, QPoint p2 ); 
<a name="l00113"></a>00113   
<a name="l00115"></a>00115   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#03c8d89604a2a5162c4739d7ad44f4aa" title="Flip image vertically.">flipVertical</a>();
<a name="l00116"></a>00116 
<a name="l00118"></a>00118   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#4f703c0b8bd54d3a75c0fca40fc202c5" title="Aspect ratio selection changed.">selectAspectRatio</a>();
<a name="l00119"></a>00119 
<a name="l00121"></a>00121   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#d896058aed74d4a5da5514fc6d44f441" title="Update recorded screen resolution and selection if necessary.">screenResolutionChanged</a>();
<a name="l00122"></a>00122   
<a name="l00124"></a>00124   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#121c46fd3c746dc0541a684ee0b11e76" title="Rotate current selection.">rotateSelection</a>();
<a name="l00125"></a>00125   
<a name="l00127"></a>00127   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#67b16da75a6ea0cdf282764a6d72b592" title="Cropped image.">crop</a>();
<a name="l00128"></a>00128 
<a name="l00130"></a>00130   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#519a256f2b3152c1770e0922e65f2463" title="Enhance image contrast.">enhanceContrast</a>();
<a name="l00131"></a>00131 
<a name="l00133"></a>00133   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#5ca89338e96e893ecafb3653c8014cc5" title="Improve color balance.">colorBalance</a>();
<a name="l00134"></a>00134   
<a name="l00136"></a>00136   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#08172772797940818b0f45eab688e8fe" title="Applies redeye removal.">removeRedeye</a>();
<a name="l00137"></a>00137 
<a name="l00139"></a>00139   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#652edc7eda809d376417a5eb5bbbf87d" title="Opens levels editor for manual histogram and brightness/contrast adjustments.">tuneLevels</a>();
<a name="l00140"></a>00140   
<a name="l00142"></a>00142   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#04ed0b0af67b81d59419d14b7d57dc77" title="Opens image grain editor.">adjustGrain</a>();
<a name="l00143"></a>00143   
<a name="l00145"></a>00145   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#577c97b150ee1d0978ea6af57c7e8eba" title="Effect seletion changed.">selectEffect</a>();
<a name="l00146"></a>00146   
<a name="l00148"></a>00148   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">applyEffect</a>();
<a name="l00149"></a>00149   
<a name="l00151"></a>00151   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#856017a10fd096d3aed58c032e2d8717" title="Exit editing interface.">returnAction</a>();
<a name="l00152"></a>00152   <span class="comment">//----------------------</span>
<a name="l00153"></a>00153 <span class="keyword">private</span>:
<a name="l00155"></a>00155   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#60e51aace37db14afd46b3aa4e33d174" title="Utility method for show prev/next photos.">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="l00156"></a>00156     
<a name="l00158"></a>00158   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#75c402fcfe5255b147002f972c35bfd4" title="Utility method for rotation + flip slots.">rotateFlip</a>( <a class="code" href="imageTools_8h.html#d6b8916a355278afb7cd35f14afc9288">TRANSFORM_CODE</a> rotationFlipType );
<a name="l00159"></a>00159 
<a name="l00161"></a>00161   <span class="keywordtype">bool</span> <a class="code" href="classEditingInterface.html#046a694a5cda09daeb9b8ac1d3841563" title="Finds the selected region of the image.">findSelection</a>(QPoint&amp; <a class="code" href="redEye__internal_8h.html#6a9aebec61b1a6732045c187a6156f4f">topLeft</a>, QPoint&amp; <a class="code" href="redEye__internal_8h.html#75e80edb449bc9a0925be60719132bd0">bottomRight</a>);
<a name="l00162"></a>00162   
<a name="l00164"></a>00164   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#c8334413d038848a62b3d375b0e2efc1" title="Return coordinates that select entire image.">selectAll</a>(QPoint&amp; topLeft, QPoint&amp; bottomRight);
<a name="l00165"></a>00165 
<a name="l00167"></a>00167   QImage* <a class="code" href="classEditingInterface.html#4d58ef2d037f80f153649520f008239c" title="Apply selected effect.">applyEffect</a>(QString filename, <a class="code" href="classManipulationOptions.html">ManipulationOptions</a>* options=NULL);
<a name="l00168"></a>00168   
<a name="l00170"></a>00170   <span class="keywordtype">void</span> <a class="code" href="classEditingInterface.html#6346b157d6c57e9ea8bb4fd4c0ce2542" title="Applies update to image.">applyImageUpdate</a>(QImage* <a class="code" href="redEye__internal_8h.html#63116a8b94b4ed0e99ddcb7f6f3bd919">editedImage</a>, <span class="keywordtype">bool</span> resetSelection);
<a name="l00173"></a><a class="code" href="classEditingInterface.html#06ff4557226197f0c680a3ab05bbc1c5">00173</a>   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a> *<a class="code" href="classEditingInterface.html#06ff4557226197f0c680a3ab05bbc1c5" title="------------ Buttons for changing the shown image">previousButton</a>, *<a class="code" href="classEditingInterface.html#de02d662754ae57a368b0e1f2a50c650">nextButton</a>;
<a name="l00174"></a>00174   
<a name="l00177"></a><a class="code" href="classEditingInterface.html#f448e636f55bcf60236497a659b7cb29">00177</a>   <a class="code" href="classSelectionInterface.html" title="Display widget for photos. Used by the PhotoEditWidget.">SelectionInterface</a>* <a class="code" href="classEditingInterface.html#f448e636f55bcf60236497a659b7cb29" title="This widget scales and displays the photo to fit the available screen space, and...">selectionInterface</a>;
<a name="l00178"></a>00178 
<a name="l00180"></a><a class="code" href="classEditingInterface.html#85b5bcc9469e8c14edd453683969a366">00180</a>   QComboBox* <a class="code" href="classEditingInterface.html#85b5bcc9469e8c14edd453683969a366" title="Widget for selection aspect ratio to crop to.">aspectRatios</a>;
<a name="l00181"></a>00181   
<a name="l00182"></a>00182   <span class="comment">//Widget for selecting orientation for cropping</span>
<a name="l00183"></a><a class="code" href="classEditingInterface.html#63e5e9f260be3bc02e6657af45dfc84a">00183</a>   QComboBox* <a class="code" href="classEditingInterface.html#63e5e9f260be3bc02e6657af45dfc84a">orientations</a>;
<a name="l00184"></a>00184   
<a name="l00186"></a><a class="code" href="classEditingInterface.html#be69f120f9551ba3bb3888275a3804b5">00186</a>   <span class="keywordtype">int</span> <a class="code" href="classEditingInterface.html#be69f120f9551ba3bb3888275a3804b5" title="Index for screen resolution, needed if this value pair changes during program executing...">displayResolutionIndex</a>;
<a name="l00187"></a>00187   
<a name="l00189"></a><a class="code" href="classEditingInterface.html#459344c91e420f56bd300442e439c7c1">00189</a>   QSize* <a class="code" href="classEditingInterface.html#459344c91e420f56bd300442e439c7c1" title="array of common aspect ratios to crop to">aspectRatioValues</a>;     
<a name="l00190"></a><a class="code" href="classEditingInterface.html#77fb5459f80abb752e9360677222283b">00190</a>   <span class="keywordtype">double</span>* <a class="code" href="classEditingInterface.html#77fb5459f80abb752e9360677222283b">maxDimensions</a>;
<a name="l00191"></a>00191 
<a name="l00193"></a><a class="code" href="classEditingInterface.html#96e30fdadb09bd3f8f658cf1a6f35d6b">00193</a>   <span class="keywordtype">bool</span> <a class="code" href="classEditingInterface.html#96e30fdadb09bd3f8f658cf1a6f35d6b" title="state variable indicating if the user wants to use a rotate aspect ratio">selectionRotated</a>;
<a name="l00194"></a>00194   
<a name="l00196"></a><a class="code" href="classEditingInterface.html#e4734f23384d364b409e33130e7bfbe6">00196</a>   QToolButton* <a class="code" href="classEditingInterface.html#e4734f23384d364b409e33130e7bfbe6" title="The start tilt button is disabled while a line is being selected.">correctTiltButton</a>;
<a name="l00197"></a>00197 
<a name="l00199"></a><a class="code" href="classEditingInterface.html#c25b41eddfa16bc5e76c86308252e098">00199</a>   QToolButton* <a class="code" href="classEditingInterface.html#c25b41eddfa16bc5e76c86308252e098" title="The crop buttons is disabled when no seletion is present.">cropButton</a>;
<a name="l00200"></a>00200   
<a name="l00202"></a><a class="code" href="classEditingInterface.html#13e1279014d3058ba5cd9c7d03f6524e">00202</a>   <a class="code" href="classClickableLabel.html" title="A clickable label.">ClickableLabel</a>* <a class="code" href="classEditingInterface.html#13e1279014d3058ba5cd9c7d03f6524e" title="The red eye reduction button is disabled when no selection is present.">redEyeReductionButton</a>;
<a name="l00203"></a>00203     
<a name="l00205"></a><a class="code" href="classEditingInterface.html#24d4fa8a34ce0d3e587c3504ea349dac">00205</a>   QComboBox* <a class="code" href="classEditingInterface.html#24d4fa8a34ce0d3e587c3504ea349dac" title="List of effects that can be applied to photos.">effectsList</a>;
<a name="l00206"></a>00206   
<a name="l00208"></a><a class="code" href="classEditingInterface.html#c762b77b88fc17b566a0df23ce2906e4">00208</a>   QPushButton* <a class="code" href="classEditingInterface.html#c762b77b88fc17b566a0df23ce2906e4" title="The apply effect button is disabled when no effect has been chosen.">applyEffectButton</a>;
<a name="l00209"></a>00209 
<a name="l00211"></a><a class="code" href="classEditingInterface.html#fe8e2ce9083be33c7e620242f8103b6d">00211</a>   <a class="code" href="classQLabel.html">QLabel</a>* <a class="code" href="classEditingInterface.html#fe8e2ce9083be33c7e620242f8103b6d" title="Label that shows preview of effect.">effectPreview</a>;
<a name="l00214"></a><a class="code" href="classEditingInterface.html#d2c3dafeb9a73b9e212904224de7778b">00214</a>   <a class="code" href="classSubalbum.html" title="A subalbum contains photos.">Subalbum</a>* collection;
<a name="l00215"></a>00215   
<a name="l00217"></a><a class="code" href="classEditingInterface.html#4b228d370f21794e94ba50a122e88f23">00217</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>* photo;
<a name="l00218"></a>00218 
<a name="l00220"></a><a class="code" href="classEditingInterface.html#8e6e30c482245d54ff9a2e7e9ac167a7">00220</a>   QString <a class="code" href="classEditingInterface.html#8e6e30c482245d54ff9a2e7e9ac167a7" title="Path to scaled down version of image for fast generation of previews of effects.">effectPreviewImageFilename</a>;
<a name="l00221"></a>00221   
<a name="l00223"></a><a class="code" href="classEditingInterface.html#6ce165f640531eb36bcf396e33b386fd">00223</a>   <a class="code" href="classLayoutWidget.html" title="Displays list of subalbums and a particular subalbum layout.">LayoutWidget</a>* <a class="code" href="classEditingInterface.html#6ce165f640531eb36bcf396e33b386fd" title="Pointer to the parent layout widget.">layout</a>;
<a name="l00224"></a>00224   
<a name="l00226"></a><a class="code" href="classEditingInterface.html#ff0b2029cd1a4e55061c185daccff0b9">00226</a>   <span class="keywordtype">int</span> <a class="code" href="classEditingInterface.html#ff0b2029cd1a4e55061c185daccff0b9" title="Dimension of photo in display coordinates.">displayWidth</a>, <a class="code" href="classEditingInterface.html#ff8dca0c9cb4cefd8f76487461c60c4e">displayHeight</a>;
<a name="l00227"></a>00227   
<a name="l00229"></a><a class="code" href="classEditingInterface.html#ef0b83ffee779371cb1cfcac4b06ddbc">00229</a>   <span class="keywordtype">int</span> <a class="code" href="classEditingInterface.html#ef0b83ffee779371cb1cfcac4b06ddbc" title="Dimension of photo in image coordinates.">imageWidth</a>, <a class="code" href="classEditingInterface.html#a7f58dd3fc8c1317da09eeb74c61e8c1">imageHeight</a>; 
<a name="l00230"></a>00230 <span class="comment">//----------------------</span>
<a name="l00231"></a>00231 };
<a name="l00232"></a>00232 <span class="comment">//======================</span>
<a name="l00233"></a>00233 
<a name="l00234"></a>00234 <span class="preprocessor">#endif //GUI_EDITING_EDITINGINTERFACE_H</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 23 02:34:25 2009 for AlbumShaper by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>