25 #ifndef DIGIKAM_COLOR_CORRECTION_DLG_H
26 #define DIGIKAM_COLOR_CORRECTION_DLG_H
64 QWidget*
const parent =
nullptr);
67 ICCSettingsContainer::Behavior behavior()
const;
72 void slotWorkspaceProfInfo();
73 void slotImageProfInfo();
75 void imageProfileToggled(
bool);
76 void imageProfileChanged();
77 void missingProfileToggled(
bool);
78 void missingProfileChanged();
79 void usedProfileToggled(
bool);
80 void usedProfileChanged();
81 void inputProfileChanged();
87 ICCSettingsContainer::Behavior currentBehavior()
const;
89 QLayout* createHeading()
const;
90 QLayout* createProfilesInfo()
const;
91 QLayout* createPreviews()
const;
92 QWidget* createAssumeOptions()
const;
93 QWidget* createOptions()
const;
96 void updateUsedProfileUI();
97 void updateImageProfileUI();
Definition: colorcorrectiondlg.h:47
Mode
Definition: colorcorrectiondlg.h:53
@ MissingProfile
Definition: colorcorrectiondlg.h:55
@ ProfileMismatch
Definition: colorcorrectiondlg.h:54
Definition: iccprofile.h:43
Definition: datefolderview.cpp:43