digiKam
Loading...
Searching...
No Matches
iccpostloadingmanager.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-10-29
7 * Description : extension to IccManager providing UI
8 *
9 * SPDX-FileCopyrightText: 2005-2006 by F.J. Cruz <fj dot cruz at supercable dot es>
10 * SPDX-FileCopyrightText: 2005-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
11 * SPDX-FileCopyrightText: 2009-2012 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
12 *
13 * SPDX-License-Identifier: GPL-2.0-or-later
14 *
15 * ============================================================ */
16
17#pragma once
18
19// Local includes
20
21#include "digikam_export.h"
22#include "iccmanager.h"
23
24namespace Digikam
25{
26
27class DIGIKAM_EXPORT IccPostLoadingManager : public IccManager
28{
29
30public:
31
36 explicit IccPostLoadingManager(DImg& image, const QString& filePath = QString(),
37 const ICCSettingsContainer& settings = IccSettings::instance()->settings());
38
43 IccTransform postLoadingManage(QWidget* const parent = nullptr);
44
45protected:
46
47 QString m_filePath;
48};
49
50} // namespace Digikam
Definition dimg.h:52
Definition iccsettingscontainer.h:35
Definition iccmanager.h:34
Definition iccpostloadingmanager.h:28
QString m_filePath
Definition iccpostloadingmanager.h:47
Definition icctransform.h:39
Definition datefolderview.cpp:34