Krita Source Code Documentation
Loading...
Searching...
No Matches
WGConfig.cpp File Reference
#include "WGConfigSelectorTypes.h"
#include <kconfig.h>
#include <kis_debug.h>
#include <KoColorProfile.h>
#include <KoColorSpaceRegistry.h>
#include <QApplication>
#include <QGlobalStatic>
#include <QStringList>
#include <QTextStream>
#include <QThread>

Go to the source code of this file.

Namespaces

namespace  WGConfig
 

Functions

WGConfigNotifierWGConfig::notifier ()
 

Variables

const ColorPatches WGConfig::colorHistory
 
const GenericSetting< bool > WGConfig::colorHistoryEnabled {"colorHistoryEnabled", true}
 
const GenericSetting< bool > WGConfig::colorHistoryShowClearButton { "colorHistoryShowClearButton", false }
 
const ColorPatches WGConfig::commonColors
 
const GenericSetting< bool > WGConfig::commonColorsAutoUpdate { "commonColorsAutoUpdate", false }
 
const GenericSetting< bool > WGConfig::commonColorsEnabled {"commonColorsEnabled", true}
 
const GenericSetting< bool > WGConfig::minimalShadeSelectorEnabled {"minimalShadeSelectorEnabled", true}
 
const ColorPatches WGConfig::popupPatches
 
const NumericSetting< int > WGConfig::popupSize { "popupSize", 300, 100, 500, true }
 
const GenericSetting< bool > WGConfig::proofToPaintingColors {"proofToPaintingColors", false}
 
const GenericSetting< bool > WGConfig::quickSettingsEnabled { "quickSettingsMenuEnabled", true }
 
const NumericSetting< KisVisualColorModel::ColorModelWGConfig::rgbColorModel
 
const NumericSetting< KisVisualColorSelector::RenderModeWGConfig::selectorRenderMode
 
const NumericSetting< int > WGConfig::shadeSelectorLineHeight { "shadeSelectorLineHeight", 10, 8, 99 }
 
const GenericSetting< bool > WGConfig::shadeSelectorUpdateOnExternalChanges { "shadeSelectorUpdateOnExternalChanges", true }
 
const GenericSetting< bool > WGConfig::shadeSelectorUpdateOnInteractionEnd { "shadeSelectorUpdateOnInteractionEnd", false }
 
const GenericSetting< bool > WGConfig::shadeSelectorUpdateOnRightClick { "shadeSelectorUpdateOnRightClick", true }