Sophie

Sophie

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

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: photosIconView.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>photosIconView.h</h1><a href="photosIconView_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_PHOTOSICONVIEW_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define GUI_PHOTOSICONVIEW_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>QPixmap;
<a name="l00017"></a>00017 <span class="keyword">class </span>QPainter;
<a name="l00018"></a>00018 <span class="keyword">class </span><a class="code" href="classPhotoPreviewWidget.html" title="Displays photo thumbnail and description.">PhotoPreviewWidget</a>;
<a name="l00019"></a>00019 <span class="keyword">class </span>QPaintEvent;
<a name="l00020"></a>00020 <span class="keyword">class </span><a class="code" href="classPhotoDescEdit.html">PhotoDescEdit</a>;
<a name="l00021"></a>00021 <span class="comment">//--------------------</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qiconview.h&gt;</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="comment">//=====================================</span>
<a name="l00028"></a>00028 <span class="comment"></span><span class="comment">//=====================================</span>
<a name="l00029"></a><a class="code" href="classPhotosIconView.html">00029</a> <span class="keyword">class </span><a class="code" href="classPhotosIconView.html" title="Extension of iconview, used to list all photos in a subalbum. supports drag-n-drop...">PhotosIconView</a> : <span class="keyword">public</span> <a class="code" href="classQIconView.html">QIconView</a>
<a name="l00030"></a>00030 {
<a name="l00031"></a>00031 Q_OBJECT
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="keyword">public</span>:
<a name="l00034"></a>00034   <a class="code" href="classPhotosIconView.html#95fcd5d468102f79169f9da4fc1772b9">PhotosIconView</a>( <a class="code" href="classQWidget.html">QWidget</a> *parent );
<a name="l00035"></a>00035 
<a name="l00036"></a>00036   <span class="comment">//returns the number of selected items</span>
<a name="l00037"></a>00037   <span class="keywordtype">int</span> <a class="code" href="classPhotosIconView.html#0aeae24dce6e3eb865a2270bc888edc7">numSelected</a>();
<a name="l00038"></a>00038 <span class="keyword">public</span> slots:
<a name="l00039"></a>00039   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#5c4c31c9606f464dacd3afeaa0195210">clearPseudoSelection</a>();
<a name="l00040"></a>00040   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#a0ce756ea9a71c972c8080311625ae36">repaintGroup</a>( <a class="code" href="classQIconViewItem.html">QIconViewItem</a>* pseudoSelection);
<a name="l00041"></a>00041   <span class="comment">//----------------------</span>
<a name="l00042"></a>00042 signals:
<a name="l00043"></a>00043   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#667d40dd345ab52932b774898e77e618">itemHasMoved</a>();
<a name="l00044"></a>00044   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#876451017d54c370ec74d53efd48d25d">addPhotos</a>(QStringList);
<a name="l00045"></a>00045 
<a name="l00046"></a>00046   <span class="comment">//the following signals are emitted in response to key events</span>
<a name="l00047"></a>00047   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#c8121d7909a0b6dcd4c43a41e9dbc1c8">removeSelectedPhotos</a>();
<a name="l00048"></a>00048   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#46d6fc2f0a8dff316e23ea77080471ff">rotate90SelectedPhotos</a>();
<a name="l00049"></a>00049   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#066e872af6134379d6d3e46768456060">rotate270SelectedPhotos</a>();
<a name="l00050"></a>00050   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#cf39853afad46c2c73e9f3901ddbb595">editSelectedPhoto</a>();
<a name="l00051"></a>00051 <span class="comment">//----------------------</span>
<a name="l00052"></a>00052 <span class="keyword">protected</span>:
<a name="l00053"></a>00053   QDragObject *<a class="code" href="classPhotosIconView.html#0f941d6af5721fd8aae8f85c91af9abf">dragObject</a>();
<a name="l00054"></a>00054   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#1cfca6a265cdb160098a3d1e681d7fcd">drawContents</a> ( QPainter * p, <span class="keywordtype">int</span> clipx, <span class="keywordtype">int</span> clipy, <span class="keywordtype">int</span> clipw, <span class="keywordtype">int</span> cliph );
<a name="l00055"></a>00055   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#b24829783be08d9eee9b6a0e59d20aac">drawBackground</a>( QPainter* p, <span class="keyword">const</span> QRect&amp; r);
<a name="l00056"></a>00056   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#47188609f436a73e7d0e02668263c065">contextMenuEvent</a> ( QContextMenuEvent* e );
<a name="l00057"></a>00057   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#6eabe8bfa6a64f67146acc638e9ccb72">contentsMouseMoveEvent</a>( QMouseEvent *e);
<a name="l00058"></a>00058   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#080d42c26426c43106a9bfdfcad07035">contentsMousePressEvent</a> ( QMouseEvent * e );
<a name="l00059"></a>00059   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#8b5099e9be06e119999a88bde25544d0">keyPressEvent</a>( QKeyEvent *e );
<a name="l00060"></a>00060 <span class="comment">//----------------------</span>
<a name="l00061"></a>00061 <span class="keyword">private</span> slots:
<a name="l00062"></a>00062   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#7c791a8e8bf2ebb2125e3989bb6ae89e">setAlbumImage</a>( );
<a name="l00063"></a>00063   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#e46ad5afe66a81b708818562b6d03ade">setSubalbumImage</a>( );
<a name="l00064"></a>00064   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#ce38db899ee0da6ef9690418eed2f33e">captureClick</a>(<a class="code" href="classQIconViewItem.html">QIconViewItem</a>*, <span class="keyword">const</span> QPoint&amp;);
<a name="l00065"></a>00065 <span class="comment">//--</span>
<a name="l00066"></a>00066 <span class="keyword">private</span>:
<a name="l00067"></a>00067   <span class="keywordtype">void</span> <a class="code" href="classPhotosIconView.html#05a12f0eadcc2a2489b59671a19ae2ee">contentsDropEvent</a>( QDropEvent *e );
<a name="l00068"></a>00068   
<a name="l00069"></a>00069   <span class="keywordtype">bool</span> <a class="code" href="classPhotosIconView.html#06b0a2c221445bc2c1fe2e55bd35e68b">findNearestUnselectedPhoto</a>( <span class="keyword">const</span> QPoint &amp;pos, <a class="code" href="classQIconViewItem.html">QIconViewItem</a>** nearestItem, <span class="keywordtype">bool</span> &amp;posIsleftOfItem );
<a name="l00070"></a>00070   
<a name="l00071"></a><a class="code" href="classPhotosIconView.html#54cdd4b886b21bf37a6312f13361386b">00071</a>   <a class="code" href="classPhotoPreviewWidget.html" title="Displays photo thumbnail and description.">PhotoPreviewWidget</a>* <a class="code" href="classPhotosIconView.html#54cdd4b886b21bf37a6312f13361386b">rightClickedPhoto</a>;
<a name="l00072"></a><a class="code" href="classPhotosIconView.html#2155ac9cafcba462ce74a3b1250a6063">00072</a>   QPixmap* <a class="code" href="classPhotosIconView.html#2155ac9cafcba462ce74a3b1250a6063">backgroundImage</a>;
<a name="l00073"></a><a class="code" href="classPhotosIconView.html#98cfc116497525fa26e2f96edd8c50cb">00073</a>   QPixmap <a class="code" href="classPhotosIconView.html#98cfc116497525fa26e2f96edd8c50cb">bufferPixmap</a>;
<a name="l00074"></a><a class="code" href="classPhotosIconView.html#3cf34379773d6ec12b56acfaa726f0a5">00074</a>   QPixmap* <a class="code" href="classPhotosIconView.html#3cf34379773d6ec12b56acfaa726f0a5">dragIcon</a>;
<a name="l00075"></a><a class="code" href="classPhotosIconView.html#4201309c2fac1607967d69a8f44d5523">00075</a>   <a class="code" href="classPhotoPreviewWidget.html" title="Displays photo thumbnail and description.">PhotoPreviewWidget</a>* <a class="code" href="classPhotosIconView.html#4201309c2fac1607967d69a8f44d5523">currentPseudoSelection</a>;
<a name="l00076"></a><a class="code" href="classPhotosIconView.html#029414c23cafc64bb47f3ff881c6eccd">00076</a>   <span class="keywordtype">bool</span> <a class="code" href="classPhotosIconView.html#029414c23cafc64bb47f3ff881c6eccd">handCursorShown</a>;
<a name="l00077"></a><a class="code" href="classPhotosIconView.html#855453561d3625e913c4dd3f2bfcf9ba">00077</a>   QPoint <a class="code" href="classPhotosIconView.html#855453561d3625e913c4dd3f2bfcf9ba">dragStartPos</a>;
<a name="l00078"></a>00078   
<a name="l00079"></a><a class="code" href="classPhotosIconView.html#6dcd7e363e4fbacfd12c8fa30e2455e8">00079</a>   <a class="code" href="classPhotoDescEdit.html">PhotoDescEdit</a>* <a class="code" href="classPhotosIconView.html#6dcd7e363e4fbacfd12c8fa30e2455e8">curPhotoDescEdit</a>;
<a name="l00080"></a>00080 <span class="comment">//----------------------</span>
<a name="l00081"></a>00081 };
<a name="l00082"></a>00082 <span class="comment">//======================</span>
<a name="l00083"></a>00083 
<a name="l00084"></a>00084 <span class="preprocessor">#endif //GUI_PHOTOSICONVIEW_H</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 23 02:34:26 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>