|
Krita Source Code Documentation
|
Classes | |
| struct | ColorPatches |
| struct | GenericSetting |
| struct | NumericSetting |
| struct | ShadeLine |
| class | WGConfig |
| class | WGConfigNotifier |
Typedefs | |
| typedef class WGConfig | Accessor |
Enumerations | |
| enum | Scrolling { ScrollNone , ScrollLongitudinal , ScrollLaterally } |
Functions | |
| WGConfigNotifier * | notifier () |
Variables | |
| const ColorPatches | colorHistory |
| const GenericSetting< bool > | colorHistoryEnabled {"colorHistoryEnabled", true} |
| const GenericSetting< bool > | colorHistoryShowClearButton { "colorHistoryShowClearButton", false } |
| const NumericSetting< WGColorSelectorDock::ColorSpaceSource > | colorSpaceSource |
| const ColorPatches | commonColors |
| const GenericSetting< bool > | commonColorsAutoUpdate { "commonColorsAutoUpdate", false } |
| const GenericSetting< bool > | commonColorsEnabled {"commonColorsEnabled", true} |
| const GenericSetting< bool > | minimalShadeSelectorEnabled {"minimalShadeSelectorEnabled", true} |
| const ColorPatches | popupPatches |
| const NumericSetting< int > | popupSize { "popupSize", 300, 100, 500, true } |
| const GenericSetting< bool > | proofToPaintingColors {"proofToPaintingColors", false} |
| const GenericSetting< bool > | quickSettingsEnabled { "quickSettingsMenuEnabled", true } |
| const NumericSetting< KisVisualColorModel::ColorModel > | rgbColorModel |
| const NumericSetting< KisVisualColorSelector::RenderMode > | selectorRenderMode |
| const NumericSetting< int > | shadeSelectorLineHeight { "shadeSelectorLineHeight", 10, 8, 99 } |
| const GenericSetting< bool > | shadeSelectorUpdateOnExternalChanges { "shadeSelectorUpdateOnExternalChanges", true } |
| const GenericSetting< bool > | shadeSelectorUpdateOnInteractionEnd { "shadeSelectorUpdateOnInteractionEnd", false } |
| const GenericSetting< bool > | shadeSelectorUpdateOnRightClick { "shadeSelectorUpdateOnRightClick", true } |
| typedef WGConfig WGConfig::Accessor |
Definition at line 27 of file WGActionManager.h.
| enum WGConfig::Scrolling |
| Enumerator | |
|---|---|
| ScrollNone | |
| ScrollLongitudinal | |
| ScrollLaterally | |
Definition at line 188 of file WGConfig.h.
| WGConfigNotifier * WGConfig::notifier | ( | ) |
Definition at line 190 of file WGConfig.cpp.
| const ColorPatches WGConfig::colorHistory |
Definition at line 213 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::colorHistoryEnabled {"colorHistoryEnabled", true} |
Definition at line 238 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::colorHistoryShowClearButton { "colorHistoryShowClearButton", false } |
Definition at line 240 of file WGConfig.cpp.
| const NumericSetting< WGColorSelectorDock::ColorSpaceSource > WGConfig::colorSpaceSource |
Definition at line 490 of file WGColorSelectorDock.cpp.
| const ColorPatches WGConfig::commonColors |
Definition at line 221 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::commonColorsAutoUpdate { "commonColorsAutoUpdate", false } |
Definition at line 241 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::commonColorsEnabled {"commonColorsEnabled", true} |
Definition at line 239 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::minimalShadeSelectorEnabled {"minimalShadeSelectorEnabled", true} |
Definition at line 246 of file WGConfig.cpp.
| const ColorPatches WGConfig::popupPatches |
Definition at line 229 of file WGConfig.cpp.
| const NumericSetting< int > WGConfig::popupSize { "popupSize", 300, 100, 500, true } |
Definition at line 244 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::proofToPaintingColors {"proofToPaintingColors", false} |
Definition at line 237 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::quickSettingsEnabled { "quickSettingsMenuEnabled", true } |
Definition at line 243 of file WGConfig.cpp.
| const NumericSetting< KisVisualColorModel::ColorModel > WGConfig::rgbColorModel |
Definition at line 252 of file WGConfig.cpp.
| const NumericSetting< KisVisualColorSelector::RenderMode > WGConfig::selectorRenderMode |
Definition at line 255 of file WGConfig.cpp.
| const NumericSetting< int > WGConfig::shadeSelectorLineHeight { "shadeSelectorLineHeight", 10, 8, 99 } |
Definition at line 247 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::shadeSelectorUpdateOnExternalChanges { "shadeSelectorUpdateOnExternalChanges", true } |
Definition at line 248 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::shadeSelectorUpdateOnInteractionEnd { "shadeSelectorUpdateOnInteractionEnd", false } |
Definition at line 249 of file WGConfig.cpp.
| const GenericSetting< bool > WGConfig::shadeSelectorUpdateOnRightClick { "shadeSelectorUpdateOnRightClick", true } |
Definition at line 250 of file WGConfig.cpp.