• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

digikam

albumiconviewtooltip.h

Go to the documentation of this file.
00001 /* ============================================================
00002  *
00003  * This file is a part of digiKam project
00004  * http://www.digikam.org
00005  *
00006  * Date        : 2008-12-10
00007  * Description : album icon view tool tip
00008  *
00009  * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
00010  *
00011  * This program is free software; you can redistribute it
00012  * and/or modify it under the terms of the GNU General
00013  * Public License as published by the Free Software Foundation;
00014  * either version 2, or (at your option)
00015  * any later version.
00016  *
00017  * This program is distributed in the hope that it will be useful,
00018  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020  * GNU General Public License for more details.
00021  *
00022  * ============================================================ */
00023 
00024 #ifndef ALBUMICONVIEWTOOLTIP_H
00025 #define ALBUMICONVIEWTOOLTIP_H
00026 
00027 // Local includes
00028 
00029 #include "imageinfo.h"
00030 #include "ditemtooltip.h"
00031 
00032 namespace Digikam
00033 {
00034 
00035 class AlbumIconView;
00036 class AlbumIconItem;
00037 class AlbumIconViewToolTipPriv;
00038 
00039 class AlbumIconViewToolTip : public DItemToolTip
00040 {
00041 public:
00042 
00043     AlbumIconViewToolTip(AlbumIconView* view);
00044     ~AlbumIconViewToolTip();
00045 
00046     void setIconItem(AlbumIconItem* iconItem);
00047 
00048 private:
00049 
00050     QRect   repositionRect();
00051     QString tipContents();
00052 
00053 private:
00054 
00055     AlbumIconViewToolTipPriv* const d;
00056 };
00057 
00058 }  // namespace Digikam
00059 
00060 #endif /* ALBUMICONVIEWTOOLTIP_H */

digikam

Skip menu "digikam"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • digikam
Generated for API Reference by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal