digiKam
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  * Copyright (C) 2008-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
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) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * ============================================================ */
22 
23 #ifndef DIGIKAM_DNG_WRITER_HOST_H
24 #define DIGIKAM_DNG_WRITER_HOST_H
25 
26 // Local includes
27 
28 #include "dngwriter_p.h"
29 #include "digikam_export.h"
30 
31 namespace Digikam
32 {
33 
34 class DIGIKAM_EXPORT DNGWriterHost : public dng_host
35 {
36 
37 public:
38 
39  explicit DNGWriterHost(DNGWriter::Private* const priv, dng_memory_allocator* const allocator=nullptr);
40  ~DNGWriterHost();
41 
42 private:
43 
44  void SniffForAbort();
45 
46 private:
47 
48  DNGWriter::Private* const m_priv;
49 };
50 
51 } // namespace Digikam
52 
53 #endif // DIGIKAM_DNG_WRITER_HOST_H
Definition: dngwriterhost.h:35
Definition: dngwriter_p.h:91
Definition: datefolderview.cpp:43