digiKam
Loading...
Searching...
No Matches
importrenameparser.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 : 2010-05-22
7 * Description : a parser for the AdvancedRename utility used for importing images,
8 * excluding the database options
9 *
10 * SPDX-FileCopyrightText: 2009-2012 by Andi Clemens <andi dot clemens at gmail dot com>
11 *
12 * SPDX-License-Identifier: GPL-2.0-or-later
13 *
14 * ============================================================ */
15
16#pragma once
17
18// Local includes
19
20#include "parser.h"
21
22namespace Digikam
23{
24
26{
27
28public:
29
31
32private:
33
34 // Disable
36 ImportRenameParser& operator=(const ImportRenameParser&) = delete;
37};
38
39} // namespace Digikam
Definition importrenameparser.h:26
ImportRenameParser()
Definition importrenameparser.cpp:27
Definition parser.h:35
Definition datefolderview.cpp:34