digiKam
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  * Copyright (C) 2005-2006 by F.J. Cruz <fj dot cruz at supercable dot es>
10  * Copyright (C) 2005-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  * Copyright (C) 2009-2012 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
12  *
13  * This program is free software; you can redistribute it
14  * and/or modify it under the terms of the GNU General
15  * Public License as published by the Free Software Foundation;
16  * either version 2, or (at your option)
17  * any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  * GNU General Public License for more details.
23  *
24  * ============================================================ */
25 
26 #ifndef DIGIKAM_ICC_POST_LOADING_MANAGER_H
27 #define DIGIKAM_ICC_POST_LOADING_MANAGER_H
28 
29 // Local includes
30 
31 #include "digikam_export.h"
32 #include "iccmanager.h"
33 
34 namespace Digikam
35 {
36 
37 class DIGIKAM_EXPORT IccPostLoadingManager : public IccManager
38 {
39 
40 public:
41 
46  explicit IccPostLoadingManager(DImg& image, const QString& filePath = QString(),
47  const ICCSettingsContainer& settings = IccSettings::instance()->settings());
48 
53  IccTransform postLoadingManage(QWidget* const parent = nullptr);
54 
55 protected:
56 
57  QString m_filePath;
58 };
59 
60 } // namespace Digikam
61 
62 #endif // DIGIKAM_ICC_POST_LOADING_MANAGER_H
Definition: dimg.h:62
Definition: iccsettingscontainer.h:44
Definition: iccmanager.h:44
Definition: iccpostloadingmanager.h:38
QString m_filePath
Definition: iccpostloadingmanager.h:57
static IccSettings * instance()
Definition: iccsettings.cpp:40
Definition: icctransform.h:49
Definition: datefolderview.cpp:43