|
Krita Source Code Documentation
|
LibRaw settings widgets. More...
#include "dcrawsettingswidget.h"#include <cmath>#include <QCheckBox>#include <QLabel>#include <QWhatsThis>#include <QGridLayout>#include <QApplication>#include <QStyle>#include <QStandardPaths>#include <klocalizedstring.h>#include "kdcraw.h"#include "rnuminput.h"#include "rcombobox.h"#include "rexpanderbox.h"#include "libkdcraw_debug.h"#include <kis_icon_utils.h>Go to the source code of this file.
Classes | |
| class | KDcrawIface::DcrawSettingsWidget |
Namespaces | |
| namespace | KDcrawIface |
Macros | |
| #define | OPTIONAUTOBRIGHTNESSENTRY "AutoBrightness" |
| #define | OPTIONBLACKPOINTENTRY "Black Point" |
| #define | OPTIONBRIGHTNESSMULTIPLIERENTRY "Brightness Multiplier" |
| #define | OPTIONCABLUEMULTIPLIERENTRY "caBlueMultiplier" |
| #define | OPTIONCAREDMULTIPLIERENTRY "caRedMultiplier" |
| #define | OPTIONCUSTOMWBGREENENTRY "Custom White Balance Green" |
| #define | OPTIONCUSTOMWHITEBALANCEENTRY "Custom White Balance" |
| #define | OPTIONDCBENHANCEFLENTRY "Dcb Enhance Filter" |
| #define | OPTIONDCBITERATIONSENTRY "Dcb Iterations" |
| #define | OPTIONDECODESIXTEENBITENTRY "SixteenBitsImage" |
| #define | OPTIONDECODINGQUALITYENTRY "Decoding Quality" |
| #define | OPTIONDONTSTRETCHPIXELSENTRY "Dont Stretch Pixels" |
| #define | OPTIONEECIREFINEENTRY "Eeci Refine" |
| #define | OPTIONESMEDPASSESENTRY "Es Median Filter Passes" |
| #define | OPTIONEXPOCORRECTIONENTRY "Expo Correction" |
| #define | OPTIONEXPOCORRECTIONHIGHLIGHTENTRY "Expo Correction Highlight" |
| #define | OPTIONEXPOCORRECTIONSHIFTENTRY "Expo Correction Shift" |
| #define | OPTIONFIXCOLORSHIGHLIGHTSENTRY "FixColorsHighlights" |
| #define | OPTIONFOURCOLORRGBENTRY "Four Color RGB" |
| #define | OPTIONINPUTCOLORPROFILEENTRY "Input Color Profile" |
| #define | OPTIONINPUTCOLORSPACEENTRY "Input Color Space" |
| #define | OPTIONMEDIANFILTERPASSESENTRY "Median Filter Passes" |
| #define | OPTIONNOISEREDUCTIONTHRESHOLDENTRY "Noise Reduction Threshold" |
| #define | OPTIONNOISEREDUCTIONTYPEENTRY "Noise Reduction Type" |
| #define | OPTIONNRCHROMINANCETHRESHOLDENTRY "Noise Reduction Chrominance Threshold" |
| #define | OPTIONOUTPUTCOLORPROFILEENTRY "Output Color Profile" |
| #define | OPTIONOUTPUTCOLORSPACEENTRY "Output Color Space" |
| #define | OPTIONUNCLIPCOLORSENTRY "Unclip Color" |
| #define | OPTIONUSEBLACKPOINTENTRY "Use Black Point" |
| #define | OPTIONUSECACORRECTIONENTRY "EnableCACorrection" |
| #define | OPTIONUSEWHITEPOINTENTRY "Use White Point" |
| #define | OPTIONWHITEBALANCEENTRY "White Balance" |
| #define | OPTIONWHITEPOINTENTRY "White Point" |
LibRaw settings widgets.
===========================================================
This file is a part of digiKam project https://www.digikam.org
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file dcrawsettingswidget.cpp.
| #define OPTIONAUTOBRIGHTNESSENTRY "AutoBrightness" |
Definition at line 47 of file dcrawsettingswidget.cpp.
| #define OPTIONBLACKPOINTENTRY "Black Point" |
Definition at line 55 of file dcrawsettingswidget.cpp.
| #define OPTIONBRIGHTNESSMULTIPLIERENTRY "Brightness Multiplier" |
Definition at line 53 of file dcrawsettingswidget.cpp.
| #define OPTIONCABLUEMULTIPLIERENTRY "caBlueMultiplier" |
Definition at line 46 of file dcrawsettingswidget.cpp.
| #define OPTIONCAREDMULTIPLIERENTRY "caRedMultiplier" |
Definition at line 45 of file dcrawsettingswidget.cpp.
| #define OPTIONCUSTOMWBGREENENTRY "Custom White Balance Green" |
Definition at line 34 of file dcrawsettingswidget.cpp.
| #define OPTIONCUSTOMWHITEBALANCEENTRY "Custom White Balance" |
Definition at line 33 of file dcrawsettingswidget.cpp.
| #define OPTIONDCBENHANCEFLENTRY "Dcb Enhance Filter" |
Definition at line 62 of file dcrawsettingswidget.cpp.
| #define OPTIONDCBITERATIONSENTRY "Dcb Iterations" |
Definition at line 61 of file dcrawsettingswidget.cpp.
| #define OPTIONDECODESIXTEENBITENTRY "SixteenBitsImage" |
Definition at line 31 of file dcrawsettingswidget.cpp.
| #define OPTIONDECODINGQUALITYENTRY "Decoding Quality" |
Definition at line 48 of file dcrawsettingswidget.cpp.
| #define OPTIONDONTSTRETCHPIXELSENTRY "Dont Stretch Pixels" |
Definition at line 39 of file dcrawsettingswidget.cpp.
| #define OPTIONEECIREFINEENTRY "Eeci Refine" |
Definition at line 63 of file dcrawsettingswidget.cpp.
| #define OPTIONESMEDPASSESENTRY "Es Median Filter Passes" |
Definition at line 64 of file dcrawsettingswidget.cpp.
| #define OPTIONEXPOCORRECTIONENTRY "Expo Correction" |
Definition at line 66 of file dcrawsettingswidget.cpp.
| #define OPTIONEXPOCORRECTIONHIGHLIGHTENTRY "Expo Correction Highlight" |
Definition at line 68 of file dcrawsettingswidget.cpp.
| #define OPTIONEXPOCORRECTIONSHIFTENTRY "Expo Correction Shift" |
Definition at line 67 of file dcrawsettingswidget.cpp.
| #define OPTIONFIXCOLORSHIGHLIGHTSENTRY "FixColorsHighlights" |
Definition at line 30 of file dcrawsettingswidget.cpp.
| #define OPTIONFOURCOLORRGBENTRY "Four Color RGB" |
Definition at line 35 of file dcrawsettingswidget.cpp.
| #define OPTIONINPUTCOLORPROFILEENTRY "Input Color Profile" |
Definition at line 51 of file dcrawsettingswidget.cpp.
| #define OPTIONINPUTCOLORSPACEENTRY "Input Color Space" |
Definition at line 49 of file dcrawsettingswidget.cpp.
| #define OPTIONMEDIANFILTERPASSESENTRY "Median Filter Passes" |
Definition at line 41 of file dcrawsettingswidget.cpp.
| #define OPTIONNOISEREDUCTIONTHRESHOLDENTRY "Noise Reduction Threshold" |
Definition at line 43 of file dcrawsettingswidget.cpp.
| #define OPTIONNOISEREDUCTIONTYPEENTRY "Noise Reduction Type" |
Definition at line 42 of file dcrawsettingswidget.cpp.
| #define OPTIONNRCHROMINANCETHRESHOLDENTRY "Noise Reduction Chrominance Threshold" |
Definition at line 65 of file dcrawsettingswidget.cpp.
| #define OPTIONOUTPUTCOLORPROFILEENTRY "Output Color Profile" |
Definition at line 52 of file dcrawsettingswidget.cpp.
| #define OPTIONOUTPUTCOLORSPACEENTRY "Output Color Space" |
Definition at line 50 of file dcrawsettingswidget.cpp.
| #define OPTIONUNCLIPCOLORSENTRY "Unclip Color" |
Definition at line 36 of file dcrawsettingswidget.cpp.
| #define OPTIONUSEBLACKPOINTENTRY "Use Black Point" |
Definition at line 54 of file dcrawsettingswidget.cpp.
| #define OPTIONUSECACORRECTIONENTRY "EnableCACorrection" |
Definition at line 44 of file dcrawsettingswidget.cpp.
| #define OPTIONUSEWHITEPOINTENTRY "Use White Point" |
Definition at line 56 of file dcrawsettingswidget.cpp.
| #define OPTIONWHITEBALANCEENTRY "White Balance" |
Definition at line 32 of file dcrawsettingswidget.cpp.
| #define OPTIONWHITEPOINTENTRY "White Point" |
Definition at line 57 of file dcrawsettingswidget.cpp.