digiKam
iteminfotasksplitter.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 : 2012-01-18
7  * Description : item info task splitter
8  *
9  * Copyright (C) 2012 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option)
15  * any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_ITEM_INFO_TASK_SPLITTER_H
25 #define DIGIKAM_ITEM_INFO_TASK_SPLITTER_H
26 
27 // Local includes
28 
30 
31 namespace Digikam
32 {
33 
35 {
36 public:
37 
38  explicit ItemInfoTaskSplitter(const FileActionItemInfoList& list);
40 
42  bool hasNext() const;
43 
44 protected:
45 
46  int m_n;
47 };
48 
49 } // namespace Digikam
50 
51 #endif // DIGIKAM_ITEM_INFO_TASK_SPLITTER_H
Definition: fileactionimageinfolist.h:104
Definition: iteminfotasksplitter.h:35
~ItemInfoTaskSplitter()
Definition: iteminfotasksplitter.cpp:39
FileActionItemInfoList next()
Definition: iteminfotasksplitter.cpp:43
ItemInfoTaskSplitter(const FileActionItemInfoList &list)
Definition: iteminfotasksplitter.cpp:32
int m_n
Definition: iteminfotasksplitter.h:46
bool hasNext() const
Definition: iteminfotasksplitter.cpp:68
Definition: datefolderview.cpp:43