Sophie

Sophie

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

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: subalbumsIconView.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.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>subalbumsIconView.h</h1><a href="subalbumsIconView_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_SUBALBUMSICONVIEW_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define GUI_SUBALBUMSICONVIEW_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>QDragObject;
<a name="l00019"></a>00019 <span class="keyword">class </span><a class="code" href="classSubalbumPreviewWidget.html" title="Displays subalbum icon and name.">SubalbumPreviewWidget</a>;
<a name="l00020"></a>00020 <span class="comment">//--------------------</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;qiconview.h&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qapplication.h&gt;</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="comment">//=====================================</span>
<a name="l00030"></a>00030 <span class="comment"></span><span class="comment">//=====================================</span>
<a name="l00031"></a><a class="code" href="classSubalbumsIconView.html">00031</a> <span class="keyword">class </span><a class="code" href="classSubalbumsIconView.html" title="Extension of iconview, used to list all subalbums in album. Supports drag-n-drop...">SubalbumsIconView</a> : <span class="keyword">public</span> <a class="code" href="classQIconView.html">QIconView</a>
<a name="l00032"></a>00032 {
<a name="l00033"></a>00033 Q_OBJECT
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="keyword">public</span>:
<a name="l00036"></a>00036   <a class="code" href="classSubalbumsIconView.html#aab63348872fc150ae37d2b7e9325d133">SubalbumsIconView</a>( <a class="code" href="classQWidget.html">QWidget</a> *parent );
<a name="l00037"></a>00037   <span class="keywordtype">int</span> <a class="code" href="classSubalbumsIconView.html#ade8d32f8aa60666a5b68835ce66a92a7">getTextWidth</a>();  
<a name="l00038"></a>00038   
<a name="l00039"></a>00039   QSize <a class="code" href="classSubalbumsIconView.html#abe4a44217995491d088733dd2919bf1b">minimumSizeHint</a>() <span class="keyword">const</span>;
<a name="l00040"></a>00040   QSize <a class="code" href="classSubalbumsIconView.html#a648d467addfa55e276ec947502431257">sizeHint</a>() <span class="keyword">const</span>;
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 <span class="comment">//----------------------</span>
<a name="l00043"></a>00043 signals:
<a name="l00044"></a>00044   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#ace739404b369f96f77713d7628bbee71">itemHasMoved</a>();
<a name="l00045"></a>00045 <span class="comment">//----------------------</span>
<a name="l00046"></a>00046 <span class="keyword">protected</span>:
<a name="l00047"></a>00047   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#a0c94f04310eb86f63eb8c21e94c1973e">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="l00048"></a>00048   QDragObject *<a class="code" href="classSubalbumsIconView.html#a8f614aed8a428a056e1825a5fb20bd22">dragObject</a>();
<a name="l00049"></a>00049   
<a name="l00050"></a>00050   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#a7322282888acbbcb2e17c984dd04f787">contentsMousePressEvent</a>( QMouseEvent * e );
<a name="l00051"></a>00051   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#a8d92a58d3ac11cbbe0dc7bcd68f0d90d">contentsDragMoveEvent</a>( QDragMoveEvent* e );
<a name="l00052"></a>00052 <span class="comment">//----------------------</span>
<a name="l00053"></a>00053 <span class="keyword">private</span> slots:
<a name="l00054"></a>00054   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#a08891ae7e60689c8e7b9d5098eb82145">repaintGroup</a>( <a class="code" href="classQIconViewItem.html">QIconViewItem</a>* pseudoSelection);
<a name="l00055"></a>00055   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#a373162e70488e32f27541c69108b5841">clearPseudoSelection</a>();
<a name="l00056"></a>00056 <span class="comment">//--</span>
<a name="l00057"></a>00057 <span class="keyword">private</span>:
<a name="l00058"></a>00058   <span class="keywordtype">void</span> <a class="code" href="classSubalbumsIconView.html#aa3dd6c96d2013c156aa70d9830119f8f">contentsDropEvent</a>( QDropEvent *e );
<a name="l00059"></a><a class="code" href="classSubalbumsIconView.html#ad5772c93072b99155b0878bb65370e58">00059</a>   QPixmap <a class="code" href="classSubalbumsIconView.html#ad5772c93072b99155b0878bb65370e58">bufferPixmap</a>;
<a name="l00060"></a><a class="code" href="classSubalbumsIconView.html#ad953285a7e9c36ee8b00b427eb6567e1">00060</a>   QPoint <a class="code" href="classSubalbumsIconView.html#ad953285a7e9c36ee8b00b427eb6567e1">dragStartPos</a>;
<a name="l00061"></a><a class="code" href="classSubalbumsIconView.html#aff6c3bbb6e8702c9900cc2bafbf379c6">00061</a>   <a class="code" href="classSubalbumPreviewWidget.html" title="Displays subalbum icon and name.">SubalbumPreviewWidget</a>* <a class="code" href="classSubalbumsIconView.html#aff6c3bbb6e8702c9900cc2bafbf379c6">currentPseudoSelection</a>;
<a name="l00062"></a>00062   
<a name="l00063"></a>00063   <span class="comment">//width allocated to iconview items text.</span>
<a name="l00064"></a>00064   <span class="comment">//IconViewItems will request this value when running calcRect()</span>
<a name="l00065"></a><a class="code" href="classSubalbumsIconView.html#adbf1a0f762d3afc21ac6239f9bcc8925">00065</a>   <span class="keywordtype">int</span> <a class="code" href="classSubalbumsIconView.html#adbf1a0f762d3afc21ac6239f9bcc8925">textWidth</a>; 
<a name="l00066"></a>00066 <span class="comment">//----------------------</span>
<a name="l00067"></a>00067 };
<a name="l00068"></a>00068 <span class="comment">//======================</span>
<a name="l00069"></a>00069 
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 <span class="preprocessor">#endif //GUI_SUBALBUMSICONVIEW_H</span>
</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>