digiKam
Loading...
Searching...
No Matches
dngwriterhost.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 : 2008-09-25
7 * Description : a tool to convert RAW file to DNG
8 *
9 * SPDX-FileCopyrightText: 2008-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Local includes
18
19#include "dngwriter_p.h"
20#include "digikam_export.h"
21
22namespace Digikam
23{
24
25class DIGIKAM_EXPORT DNGWriterHost : public dng_host
26{
27
28public:
29
30 explicit DNGWriterHost(DNGWriter::Private* const priv, dng_memory_allocator* const allocator=nullptr);
31 ~DNGWriterHost() = default;
32
33private:
34
35 void SniffForAbort();
36
37private:
38
39 DNGWriter::Private* const m_priv = nullptr;
40};
41
42} // namespace Digikam
Definition dngwriterhost.h:26
Definition dngwriter_p.h:82
Definition datefolderview.cpp:34