digiKam
Loading...
Searching...
No Matches
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 * SPDX-FileCopyrightText: 2012 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Local includes
18
20
21namespace Digikam
22{
23
25{
26public:
27
28 explicit ItemInfoTaskSplitter(const FileActionItemInfoList& list);
30
32 bool hasNext() const;
33
34protected:
35
36 int m_n = 1;
37};
38
39} // namespace Digikam
Definition fileactionimageinfolist.h:95
Definition iteminfotasksplitter.h:25
FileActionItemInfoList next()
Definition iteminfotasksplitter.cpp:30
int m_n
Definition iteminfotasksplitter.h:36
bool hasNext() const
Definition iteminfotasksplitter.cpp:56
Definition datefolderview.cpp:34