digiKam
digikamitemdelegate_p.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2009-04-19
7  * Description : Qt model-view for items - the delegate
8  *
9  * Copyright (C) 2002-2005 by Renchi Raju <renchi dot raju at gmail dot com>
10  * Copyright (C) 2002-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  * Copyright (C) 2009-2011 by Andi Clemens <andi dot clemens at gmail dot com>
12  * Copyright (C) 2006-2011 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
13  *
14  * This program is free software; you can redistribute it
15  * and/or modify it under the terms of the GNU General
16  * Public License as published by the Free Software Foundation;
17  * either version 2, or (at your option)
18  * any later version.
19  *
20  * This program is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23  * GNU General Public License for more details.
24  *
25  * ============================================================ */
26 
27 #ifndef DIGIKAM_DIGIKAMITEM_DELEGATE_P_H
28 #define DIGIKAM_DIGIKAMITEM_DELEGATE_P_H
29 
30 // Qt includes
31 
32 #include <QCache>
33 
34 // Local includes
35 
36 #include "itemdelegate_p.h"
37 
38 namespace Digikam
39 {
40 
42 {
43 public:
44 
46  {
47  }
48 
49  ~DigikamItemDelegatePrivate() override;
50 
51  void init(DigikamItemDelegate* const q, ItemCategorizedView* const parent);
52 };
53 
54 // -----------------------------------------------------------------------------------------
55 
57 {
58 public:
59 
61  {
62  }
63 };
64 
65 } // namespace Digikam
66 
67 #endif // DIGIKAM_DIGIKAMITEM_DELEGATE_P_H
Definition: digikamitemdelegate_p.h:42
DigikamItemDelegatePrivate()
Definition: digikamitemdelegate_p.h:45
Definition: digikamitemdelegate.h:38
Definition: itemcategorizedview.h:49
Definition: itemdelegate_p.h:45
Definition: digikamitemdelegate_p.h:57
ItemFaceDelegatePrivate()
Definition: digikamitemdelegate_p.h:60
Definition: datefolderview.cpp:43