44 void logImportantSettings()
const;
53 TouchPainting touchPainting(
bool defaultValue =
false)
const;
54 void setTouchPainting(TouchPainting
value)
const;
55 bool disableTouchOnCanvas()
const;
58 bool useProjections(
bool defaultValue =
false)
const;
59 void setUseProjections(
bool useProj)
const;
61 bool undoEnabled(
bool defaultValue =
false)
const;
62 void setUndoEnabled(
bool undo)
const;
64 int undoStackLimit(
bool defaultValue =
false)
const;
65 void setUndoStackLimit(
int limit)
const;
67 bool useCumulativeUndoRedo(
bool defaultValue =
false)
const;
68 void setCumulativeUndoRedo(
bool value);
73 qint32 defImageWidth(
bool defaultValue =
false)
const;
74 void defImageWidth(qint32 width)
const;
76 qint32 defImageHeight(
bool defaultValue =
false)
const;
77 void defImageHeight(qint32 height)
const;
79 qreal defImageResolution(
bool defaultValue =
false)
const;
80 void defImageResolution(qreal res)
const;
82 int preferredVectorImportResolutionPPI(
bool defaultValue =
false)
const;
83 void setPreferredVectorImportResolutionPPI(
int value)
const;
85 bool useDefaultColorSpace(
bool defaultvalue =
false)
const;
86 void setUseDefaultColorSpace(
bool value)
const;
90 QString defColorModel(
bool defaultValue =
false)
const;
94 void defColorModel(
const QString & model)
const;
99 QString defaultColorDepth(
bool defaultValue =
false)
const;
103 void setDefaultColorDepth(
const QString & depth)
const;
108 QString defColorProfile(
bool defaultValue =
false)
const;
112 void defColorProfile(
const QString & depth)
const;
114 CursorStyle newCursorStyle(
bool defaultValue =
false)
const;
117 QColor getCursorMainColor(
bool defaultValue =
false)
const;
118 void setCursorMainColor(
const QColor&
v)
const;
120 OutlineStyle newOutlineStyle(
bool defaultValue =
false)
const;
123 OutlineStyle lastUsedOutlineStyle(
bool defaultValue =
false)
const;
126 bool separateEraserCursor(
bool defaultValue =
false)
const;
127 void setSeparateEraserCursor(
bool value)
const;
129 CursorStyle eraserCursorStyle(
bool defaultValue =
false)
const;
132 QColor getEraserCursorMainColor(
bool defaultValue =
false)
const;
133 void setEraserCursorMainColor(
const QColor&
v)
const;
135 OutlineStyle eraserOutlineStyle(
bool defaultValue =
false)
const;
147 ColorSamplerPreviewStyle colorSamplerPreviewStyle(
bool defaultValue =
false)
const;
148 void setColorSamplerPreviewStyle(ColorSamplerPreviewStyle style);
150 int colorSamplerPreviewCircleDiameter(
bool defaultValue =
false)
const;
151 void setColorSamplerPreviewCircleDiameter(
int style);
153 qreal colorSamplerPreviewCircleThickness(
bool defaultValue =
false)
const;
154 void setColorSamplerPreviewCircleThickness(qreal thickness);
156 bool colorSamplerPreviewCircleOutlineEnabled(
bool defaultValue =
false)
const;
157 void setColorSamplerPreviewCircleOutlineEnabled(
bool enabled);
159 bool colorSamplerPreviewCircleExtraCirclesEnabled(
bool defaultValue =
false)
const;
160 void setColorSamplerPreviewCircleExtraCirclesEnabled(
bool enabled);
162 bool colorSamplerZoomPreviewEnabled(
bool defaultValue =
false)
const;
163 void setColorSamplerZoomPreviewEnabled(
bool enabled);
165 qreal colorSamplerZoomPreviewScale(
bool defaultValue =
false)
const;
166 void setColorSamplerZoomPreviewScale(qreal scale);
176 ColorSamplerPreviewCirclePosition colorSamplerPreviewCirclePosition(
bool defaultValue =
false)
const;
177 void setColorSamplerPreviewCirclePosition(ColorSamplerPreviewCirclePosition position);
187 bool enableCanvasSurfaceColorSpaceManagement(
bool defaultValue =
false)
const;
188 void setEnableCanvasSurfaceColorSpaceManagement(
bool value);
203 CanvasSurfaceMode canvasSurfaceColorSpaceManagementMode(
bool defaultValue =
false)
const;
204 void setCanvasSurfaceColorSpaceManagementMode(CanvasSurfaceMode
value);
212 static CanvasSurfaceBitDepthMode canvasSurfaceBitDepthMode(QSettings *settings,
bool defaultValue =
false);
213 static void setCanvasSurfaceBitDepthMode(QSettings *settings, CanvasSurfaceBitDepthMode
value);
215 CanvasSurfaceBitDepthMode canvasSurfaceBitDepthMode(
bool defaultValue =
false)
const;
216 void setCanvasSurfaceBitDepthMode(CanvasSurfaceBitDepthMode
value);
218 CanvasSurfaceBitDepthMode effectiveCanvasSurfaceBitDepthMode(
const QSurfaceFormat &format)
const;
221 QString monitorProfile(
int screen)
const;
222 void setMonitorProfile(
int screen,
const QString & monitorProfile,
bool override)
const;
224 QString monitorForScreen(
int screen,
const QString &defaultMonitor,
bool defaultValue =
true)
const;
225 void setMonitorForScreen(
int screen,
const QString& monitor);
232 const QString getScreenStringIdentfier(
int screenNo)
const;
234 QString workingColorSpace(
bool defaultValue =
false)
const;
235 void setWorkingColorSpace(
const QString & workingColorSpace)
const;
240 QString printerColorSpace(
bool defaultValue =
false)
const;
241 void setPrinterColorSpace(
const QString & printerColorSpace)
const;
243 QString printerProfile(
bool defaultValue =
false)
const;
244 void setPrinterProfile(
const QString & printerProfile)
const;
246 bool useBlackPointCompensation(
bool defaultValue =
false)
const;
247 void setUseBlackPointCompensation(
bool useBlackPointCompensation)
const;
249 bool allowLCMSOptimization(
bool defaultValue =
false)
const;
250 void setAllowLCMSOptimization(
bool allowLCMSOptimization);
252 bool forcePaletteColors(
bool defaultValue =
false)
const;
253 void setForcePaletteColors(
bool forcePaletteColors);
255 bool colorHistoryPerDocument(
bool defaultValue =
false)
const;
257 void writeKoColor(
const QString& name,
const KoColor& color)
const;
261 void writeKoColors(
const QString &name,
const QList<KoColor> &colors)
const;
263 bool showRulers(
bool defaultValue =
false)
const;
264 void setShowRulers(
bool rulers)
const;
266 bool forceShowSaveMessages(
bool defaultValue =
true)
const;
267 void setForceShowSaveMessages(
bool value)
const;
269 bool forceShowAutosaveMessages(
bool defaultValue =
true)
const;
270 void setForceShowAutosaveMessages(
bool ShowAutosaveMessages)
const;
272 bool rulersTrackMouse(
bool defaultValue =
false)
const;
273 void setRulersTrackMouse(
bool value)
const;
275 qint32 pasteBehaviour(
bool defaultValue =
false)
const;
276 void setPasteBehaviour(qint32 behaviour)
const;
278 qint32 pasteFormat(
bool defaultValue)
const;
279 void setPasteFormat(qint32 format);
281 qint32 monitorRenderIntent(
bool defaultValue =
false)
const;
282 void setRenderIntent(qint32 monitorRenderIntent)
const;
284 bool useOpenGL(
bool defaultValue =
false)
const;
285 void disableOpenGL()
const;
287 int openGLFilteringMode(
bool defaultValue =
false)
const;
288 void setOpenGLFilteringMode(
int filteringMode);
290 void setWidgetStyle(QString name);
291 QString widgetStyle(
bool defaultValue =
false);
293 bool useOpenGLTextureBuffer(
bool defaultValue =
false)
const;
294 void setUseOpenGLTextureBuffer(
bool useBuffer);
296 static bool preferXcbEglProvider(
const QSettings *settings,
bool defaultValue =
false);
297 bool preferXcbEglProvider(
bool defaultValue =
false)
const;
298 void setPreferXcbEglProvider(
bool value);
300 bool forceOpenGLFenceWorkaround(
bool defaultValue =
false)
const;
302 int numMipmapLevels(
bool defaultValue =
false)
const;
303 int openGLTextureSize(
bool defaultValue =
false)
const;
304 int textureOverlapBorder()
const;
306 quint32 getGridMainStyle(
bool defaultValue =
false)
const;
307 void setGridMainStyle(quint32
v)
const;
309 quint32 getGridSubdivisionStyle(
bool defaultValue =
false)
const;
310 void setGridSubdivisionStyle(quint32
v)
const;
312 quint32 getGridIsoVerticalStyle(
bool defaultValue =
false)
const;
313 void setGridIsoVerticalStyle(quint32
v)
const;
315 QColor getGridMainColor(
bool defaultValue =
false)
const;
316 void setGridMainColor(
const QColor &
v)
const;
318 QColor getGridSubdivisionColor(
bool defaultValue =
false)
const;
319 void setGridSubdivisionColor(
const QColor &
v)
const;
321 QColor getGridIsoVerticalColor(
bool defaultValue =
false)
const;
322 void setGridIsoVerticalColor(
const QColor &
v)
const;
324 QColor getPixelGridColor(
bool defaultValue =
false)
const;
325 void setPixelGridColor(
const QColor &
v)
const;
327 qreal getPixelGridDrawingThreshold(
bool defaultValue =
false)
const;
328 void setPixelGridDrawingThreshold(qreal
v)
const;
330 bool pixelGridEnabled(
bool defaultValue =
false)
const;
331 void enablePixelGrid(
bool v)
const;
333 quint32 guidesLineStyle(
bool defaultValue =
false)
const;
334 void setGuidesLineStyle(quint32
v)
const;
335 QColor guidesColor(
bool defaultValue =
false)
const;
336 void setGuidesColor(
const QColor &
v)
const;
338 void loadSnapConfig(
KisSnapConfig *config,
bool defaultValue =
false)
const;
341 qint32 checkSize(
bool defaultValue =
false)
const;
342 void setCheckSize(qint32 checkSize)
const;
344 bool scrollCheckers(
bool defaultValue =
false)
const;
345 void setScrollingCheckers(
bool scrollCheckers)
const;
347 QColor checkersColor1(
bool defaultValue =
false)
const;
348 void setCheckersColor1(
const QColor &
v)
const;
350 QColor checkersColor2(
bool defaultValue =
false)
const;
351 void setCheckersColor2(
const QColor &
v)
const;
353 QColor canvasBorderColor(
bool defaultValue =
false)
const;
354 void setCanvasBorderColor(
const QColor &color)
const;
356 bool hideScrollbars(
bool defaultValue =
false)
const;
357 void setHideScrollbars(
bool value)
const;
359 bool scrollbarZoomEnabled(
bool defaultValue =
false)
const;
360 void setScrollbarZoomEnabled(
bool enabled)
const;
362 bool antialiasCurves(
bool defaultValue =
false)
const;
363 void setAntialiasCurves(
bool v)
const;
365 bool antialiasSelectionOutline(
bool defaultValue =
false)
const;
366 void setAntialiasSelectionOutline(
bool v)
const;
368 bool showRootLayer(
bool defaultValue =
false)
const;
369 void setShowRootLayer(
bool showRootLayer)
const;
371 bool showGlobalSelection(
bool defaultValue =
false)
const;
372 void setShowGlobalSelection(
bool showGlobalSelection)
const;
374 bool showOutlineWhilePainting(
bool defaultValue =
false)
const;
375 void setShowOutlineWhilePainting(
bool showOutlineWhilePainting)
const;
377 bool forceAlwaysFullSizedOutline(
bool defaultValue =
false)
const;
378 void setForceAlwaysFullSizedOutline(
bool value)
const;
380 bool showEraserOutlineWhilePainting(
bool defaultValue =
false)
const;
381 void setShowEraserOutlineWhilePainting(
bool showEraserOutlineWhilePainting)
const;
383 bool forceAlwaysFullSizedEraserOutline(
bool defaultValue =
false)
const;
384 void setForceAlwaysFullSizedEraserOutline(
bool value)
const;
389 SOS_ShowSessionManager
391 SessionOnStartup sessionOnStartup(
bool defaultValue =
false)
const;
392 void setSessionOnStartup(SessionOnStartup
value);
399 IconsInMenu iconsInMenu(
bool defaultValue =
false)
const;
400 void setIconsInMenu(IconsInMenu
value);
402 bool saveSessionOnQuit(
bool defaultValue)
const;
403 void setSaveSessionOnQuit(
bool value);
405 bool hideDevFundBanner(
bool defaultValue =
false)
const;
406 void setHideDevFundBanner(
bool value =
true);
408 qreal outlineSizeMinimum(
bool defaultValue =
false)
const;
409 void setOutlineSizeMinimum(qreal outlineSizeMinimum)
const;
411 qreal selectionViewSizeMinimum(
bool defaultValue =
false)
const;
412 void setSelectionViewSizeMinimum(qreal outlineSizeMinimum)
const;
414 int autoSaveInterval(
bool defaultValue =
false)
const;
415 void setAutoSaveInterval(
int seconds)
const;
417 bool backupFile(
bool defaultValue =
false)
const;
418 void setBackupFile(
bool backupFile)
const;
420 bool showFilterGallery(
bool defaultValue =
false)
const;
421 void setShowFilterGallery(
bool showFilterGallery)
const;
423 bool showFilterGalleryLayerMaskDialog(
bool defaultValue =
false)
const;
424 void setShowFilterGalleryLayerMaskDialog(
bool showFilterGallery)
const;
427 QString canvasState(
bool defaultValue =
false)
const;
428 void setCanvasState(
const QString& state)
const;
430 bool toolOptionsPopupDetached(
bool defaultValue =
false)
const;
431 void setToolOptionsPopupDetached(
bool detached)
const;
433 bool paintopPopupDetached(
bool defaultValue =
false)
const;
434 void setPaintopPopupDetached(
bool detached)
const;
436 QString pressureTabletCurve(
bool defaultValue =
false)
const;
437 void setPressureTabletCurve(
const QString& curveString)
const;
439 bool useWin8PointerInput(
bool defaultValue =
false)
const;
440 void setUseWin8PointerInput(
bool value);
442 static bool useWin8PointerInputNoApp(QSettings *settings,
bool defaultValue =
false);
443 static void setUseWin8PointerInputNoApp(QSettings *settings,
bool value);
445 bool useRightMiddleTabletButtonWorkaround(
bool defaultValue =
false)
const;
446 void setUseRightMiddleTabletButtonWorkaround(
bool value);
449 bool usePageUpDownMouseButtonEmulationWorkaround(
bool defaultValue =
false)
const;
450 void setUsePageUpDownMouseButtonEmulationWorkaround(
bool value);
452 bool useHighFunctionKeyMouseButtonEmulationWorkaround(
bool defaultValue =
false)
const;
453 void setUseHighFunctionKeyMouseButtonEmulationWorkaround(
bool value);
455 bool useIgnoreHistoricTabletEventsWorkaround(
bool defaultValue =
false)
const;
456 void setUseIgnoreHistoricTabletEventsWorkaround(
bool value);
458 qreal androidScalingLastInitialScale(
bool defaultValue =
false)
const;
459 void setAndroidScalingLastInitialScale(qreal
value);
461 qreal androidScalingTargetScale(
bool defaultValue =
false)
const;
462 void setAndroidScalingTargetScale(qreal
value);
464 bool androidScalingAskOnStartup(
bool defaultValue =
false)
const;
465 void setAndroidScalingAskOnStartup(
bool value);
468 qreal vastScrolling(
bool defaultValue =
false)
const;
469 void setVastScrolling(
const qreal factor)
const;
471 int presetChooserViewMode(
bool defaultValue =
false)
const;
472 void setPresetChooserViewMode(
const int mode)
const;
474 int presetIconSize(
bool defaultValue =
false)
const;
475 void setPresetIconSize(
const int value)
const;
478 bool firstRun(
bool defaultValue =
false)
const;
479 void setFirstRun(
const bool firstRun)
const;
481 bool clicklessSpacePan(
bool defaultValue =
false)
const;
482 void setClicklessSpacePan(
const bool toggle)
const;
484 int horizontalSplitLines(
bool defaultValue =
false)
const;
485 void setHorizontalSplitLines(
const int numberLines)
const;
487 int verticalSplitLines(
bool defaultValue =
false)
const;
488 void setVerticalSplitLines(
const int numberLines)
const;
490 bool hideDockersFullscreen(
bool defaultValue =
false)
const;
491 void setHideDockersFullscreen(
const bool value)
const;
493 bool showDockerTitleBars(
bool defaultValue =
false)
const;
494 void setShowDockerTitleBars(
const bool value)
const;
496 bool showDockers(
bool defaultValue =
false)
const;
497 void setShowDockers(
const bool value)
const;
499 bool showStatusBar(
bool defaultValue =
false)
const;
500 void setShowStatusBar(
const bool value)
const;
502 bool hideMenuFullscreen(
bool defaultValue =
false)
const;
503 void setHideMenuFullscreen(
const bool value)
const;
505 bool hideScrollbarsFullscreen(
bool defaultValue =
false)
const;
506 void setHideScrollbarsFullscreen(
const bool value)
const;
508 bool hideStatusbarFullscreen(
bool defaultValue =
false)
const;
509 void setHideStatusbarFullscreen(
const bool value)
const;
511 bool hideTitlebarFullscreen(
bool defaultValue =
false)
const;
512 void setHideTitlebarFullscreen(
const bool value)
const;
514 bool hideToolbarFullscreen(
bool defaultValue =
false)
const;
515 void setHideToolbarFullscreen(
const bool value)
const;
517 bool fullscreenMode(
bool defaultValue =
false)
const;
518 void setFullscreenMode(
const bool value)
const;
520 QStringList favoriteCompositeOps(
bool defaultValue =
false)
const;
521 void setFavoriteCompositeOps(
const QStringList& compositeOps)
const;
523 QString exportConfigurationXML(
const QString &filterId,
bool defaultValue =
false)
const;
527 QString importConfiguration(
const QString &filterId,
bool defaultValue =
false)
const;
530 bool useOcio(
bool defaultValue =
false)
const;
531 void setUseOcio(
bool useOCIO)
const;
533 int favoritePresets(
bool defaultValue =
false)
const;
534 void setFavoritePresets(
const int value);
536 bool levelOfDetailEnabled(
bool defaultValue =
false)
const;
537 void setLevelOfDetailEnabled(
bool value);
548 OcioColorManagementMode ocioColorManagementMode(
bool defaultValue =
false)
const;
549 void setOcioColorManagementMode(OcioColorManagementMode mode)
const;
551 int ocioLutEdgeSize(
bool defaultValue =
false)
const;
552 void setOcioLutEdgeSize(
int value);
554 bool ocioLockColorVisualRepresentation(
bool defaultValue =
false)
const;
555 void setOcioLockColorVisualRepresentation(
bool value);
557 QString defaultPalette(
bool defaultValue =
false)
const;
558 void setDefaultPalette(
const QString& name)
const;
560 QString toolbarSlider(
int sliderNumber,
bool defaultValue =
false)
const;
561 void setToolbarSlider(
int sliderNumber,
const QString &slider);
564 int layerThumbnailSize(
bool defaultValue =
false)
const;
565 void setLayerThumbnailSize(
int size);
567 int layerTreeIndentation(
bool defaultValue =
false)
const;
568 void setLayerTreeIndentation(
int percentage);
571 bool sliderLabels(
bool defaultValue =
false)
const;
572 void setSliderLabels(
bool enabled);
574 QString currentInputProfile(
bool defaultValue =
false)
const;
575 void setCurrentInputProfile(
const QString& name);
577 bool presetStripVisible(
bool defaultValue =
false)
const;
578 void setPresetStripVisible(
bool visible);
580 bool scratchpadVisible(
bool defaultValue =
false)
const;
581 void setScratchpadVisible(
bool visible);
583 bool showSingleChannelAsColor(
bool defaultValue =
false)
const;
584 void setShowSingleChannelAsColor(
bool asColor);
586 bool hidePopups(
bool defaultValue =
false)
const;
587 void setHidePopups(
bool hidePopups);
589 int numDefaultLayers(
bool defaultValue =
false)
const;
590 void setNumDefaultLayers(
int num);
592 quint8 defaultBackgroundOpacity(
bool defaultValue =
false)
const;
593 void setDefaultBackgroundOpacity(quint8
value);
595 QColor defaultBackgroundColor(
bool defaultValue =
false)
const;
596 void setDefaultBackgroundColor(
const QColor &
value);
604 BackgroundStyle defaultBackgroundStyle(
bool defaultValue =
false)
const;
605 void setDefaultBackgroundStyle(BackgroundStyle
value);
607 int lineSmoothingType(
bool defaultValue =
false)
const;
608 void setLineSmoothingType(
int value);
610 qreal lineSmoothingDistanceMin(
bool defaultValue =
false)
const;
611 void setLineSmoothingDistanceMin(qreal
value);
613 qreal lineSmoothingDistanceMax(
bool defaultValue =
false)
const;
614 void setLineSmoothingDistanceMax(qreal
value);
616 bool lineSmoothingDistanceKeepAspectRatio(
bool defaultValue =
false)
const;
617 void setLineSmoothingDistanceKeepAspectRatio(
bool value);
619 qreal lineSmoothingTailAggressiveness(
bool defaultValue =
false)
const;
620 void setLineSmoothingTailAggressiveness(qreal
value);
622 bool lineSmoothingSmoothPressure(
bool defaultValue =
false)
const;
623 void setLineSmoothingSmoothPressure(
bool value);
625 bool lineSmoothingScalableDistance(
bool defaultValue =
false)
const;
626 void setLineSmoothingScalableDistance(
bool value);
628 qreal lineSmoothingDelayDistance(
bool defaultValue =
false)
const;
629 void setLineSmoothingDelayDistance(qreal
value);
631 bool lineSmoothingUseDelayDistance(
bool defaultValue =
false)
const;
632 void setLineSmoothingUseDelayDistance(
bool value);
634 bool lineSmoothingFinishStabilizedCurve(
bool defaultValue =
false)
const;
635 void setLineSmoothingFinishStabilizedCurve(
bool value);
637 bool lineSmoothingStabilizeSensors(
bool defaultValue =
false)
const;
638 void setLineSmoothingStabilizeSensors(
bool value);
640 int tabletEventsDelay(
bool defaultValue =
false)
const;
641 void setTabletEventsDelay(
int value);
643 bool trackTabletEventLatency(
bool defaultValue =
false)
const;
644 void setTrackTabletEventLatency(
bool value);
646 bool ignoreHighFunctionKeys(
bool defaultValue =
false)
const;
647 void setIgnoreHighFunctionKeys(
bool value);
649 bool testingAcceptCompressedTabletEvents(
bool defaultValue =
false)
const;
650 void setTestingAcceptCompressedTabletEvents(
bool value);
652 bool shouldEatDriverShortcuts(
bool defaultValue =
false)
const;
654 bool testingCompressBrushEvents(
bool defaultValue =
false)
const;
655 void setTestingCompressBrushEvents(
bool value);
657 const KoColorSpace* customColorSelectorColorSpace(
bool defaultValue =
false)
const;
658 void setCustomColorSelectorColorSpace(
const KoColorSpace *cs);
660 bool useDirtyPresets(
bool defaultValue =
false)
const;
661 void setUseDirtyPresets(
bool value);
663 bool useEraserBrushSize(
bool defaultValue =
false)
const;
664 void setUseEraserBrushSize(
bool value);
666 bool useEraserBrushOpacity(
bool defaultValue =
false)
const;
667 void setUseEraserBrushOpacity(
bool value);
669 QPoint getDefaultGridSpacing(
bool defaultValue =
false)
const;
670 void setDefaultGridSpacing(QPoint gridSpacing);
672 QString getMDIBackgroundColor(
bool defaultValue =
false)
const;
673 void setMDIBackgroundColor(
const QString &
v)
const;
675 QString getMDIBackgroundImage(
bool defaultValue =
false)
const;
676 void setMDIBackgroundImage(
const QString & fileName)
const;
678 int workaroundX11SmoothPressureSteps(
bool defaultValue =
false)
const;
680 bool showCanvasMessages(
bool defaultValue =
false)
const;
681 void setShowCanvasMessages(
bool show);
683 bool compressKra(
bool defaultValue =
false)
const;
684 void setCompressKra(
bool compress);
686 bool trimKra(
bool defaultValue =
false)
const;
687 void setTrimKra(
bool trim);
689 bool trimFramesImport(
bool defaultValue =
false)
const;
690 void setTrimFramesImport(
bool trim);
692 QString exportMimeType(
bool defaultValue)
const;
693 void setExportMimeType(
const QString &defaultExportMimeType);
695 bool toolOptionsInDocker(
bool defaultValue =
false)
const;
696 void setToolOptionsInDocker(
bool inDocker);
698 bool kineticScrollingEnabled(
bool defaultValue =
false)
const;
699 void setKineticScrollingEnabled(
bool enabled);
701 int kineticScrollingGesture(
bool defaultValue =
false)
const;
702 void setKineticScrollingGesture(
int kineticScroll);
704 int kineticScrollingSensitivity(
bool defaultValue =
false)
const;
705 void setKineticScrollingSensitivity(
int sensitivity);
707 bool kineticScrollingHiddenScrollbars(
bool defaultValue =
false)
const;
708 void setKineticScrollingHideScrollbars(
bool scrollbar);
710 int zoomSteps(
bool defaultValue =
false)
const;
711 void setZoomSteps(
int steps);
713 int zoomMarginSize(
bool defaultValue =
false)
const;
714 void setZoomMarginSize(
int zoomMarginSize);
716 void setEnableOpenGLFramerateLogging(
bool value)
const;
717 bool enableOpenGLFramerateLogging(
bool defaultValue =
false)
const;
719 void setEnableBrushSpeedLogging(
bool value)
const;
720 bool enableBrushSpeedLogging(
bool defaultValue =
false)
const;
722 void setDisableVectorOptimizations(
bool value);
723 bool disableVectorOptimizations(
bool defaultValue =
false)
const;
725 void setDisableAVXOptimizations(
bool value);
726 bool disableAVXOptimizations(
bool defaultValue =
false)
const;
728 void setAnimationPlaybackBackend(
int value);
729 int animationPlaybackBackend(
bool defaultValue =
false)
const;
731 bool animationDropFrames(
bool defaultValue =
false)
const;
732 void setAnimationDropFrames(
bool value);
734 bool autoPinLayersToTimeline(
bool defaultValue =
false)
const;
735 void setAutoPinLayersToTimeline(
bool value);
737 bool adaptivePlaybackRange(
bool defaultValue =
false)
const;
738 void setAdaptivePlaybackRange(
bool value);
740 bool autoZoomTimelineToPlaybackRange(
bool defaultValue =
false)
const;
741 void setAutoZoomTimelineToPlaybackRange(
bool value);
743 QString ffmpegLocation(
bool defaultValue =
false)
const;
744 void setFFMpegLocation(
const QString&
value);
746 qreal timelineZoom(
bool defaultValue =
false)
const;
747 void setTimelineZoom(qreal
value);
749 int scrubbingUpdatesDelay(
bool defaultValue =
false)
const;
750 void setScrubbingUpdatesDelay(
int value);
752 int scrubbingAudioUpdatesDelay(
bool defaultValue =
false)
const;
753 void setScrubbingAudioUpdatesDelay(
int value);
755 int audioOffsetTolerance(
bool defaultValue =
false)
const;
756 void setAudioOffsetTolerance(
int value);
758 bool switchSelectionCtrlAlt(
bool defaultValue =
false)
const;
759 void setSwitchSelectionCtrlAlt(
bool value);
761 bool convertToImageColorspaceOnImport(
bool defaultValue =
false)
const;
762 void setConvertToImageColorspaceOnImport(
bool value);
764 int stabilizerSampleSize(
bool defaultValue =
false)
const;
765 void setStabilizerSampleSize(
int value);
767 bool stabilizerDelayedPaint(
bool defaultValue =
false)
const;
768 void setStabilizerDelayedPaint(
bool value);
770 bool showBrushHud(
bool defaultValue =
false)
const;
771 void setShowBrushHud(
bool value);
773 bool showPaletteBottomBar(
bool defaultValue =
false)
const;
774 void setShowPaletteBottomBar(
bool value);
776 QString brushHudSetting(
bool defaultValue =
false)
const;
777 void setBrushHudSetting(
const QString &
value)
const;
779 bool calculateAnimationCacheInBackground(
bool defaultValue =
false)
const;
780 void setCalculateAnimationCacheInBackground(
bool value);
782 QColor defaultAssistantsColor(
bool defaultValue =
false)
const;
783 void setDefaultAssistantsColor(
const QColor &color)
const;
785 bool autoSmoothBezierCurves(
bool defaultValue =
false)
const;
786 void setAutoSmoothBezierCurves(
bool value);
788 bool activateTransformToolAfterPaste(
bool defaultValue =
false)
const;
789 void setActivateTransformToolAfterPaste(
bool value);
791 bool zoomHorizontal(
bool defaultValue =
false)
const;
792 void setZoomHorizontal(
bool value);
794 bool selectionActionBar(
bool defaultValue =
false)
const;
795 void setSelectionActionBar(
bool value);
818 SelectionActionsBarBehavior
819 selectionActionBarBehavior(
bool defaultValue =
false)
const;
820 void setSelectionActionBarBehavior(SelectionActionsBarBehavior
value);
822 SelectionActionsBarPosition selectionActionBarPosition(
bool defaultValue =
false)
const;
823 void setSelectionActionBarPosition(SelectionActionsBarPosition
value);
825 SelectionActionsBarOrientation selectionActionBarOrientation(
bool defaultValue =
false)
const;
826 void setSelectionActionBarOrientation(SelectionActionsBarOrientation
value);
833 RootSurfaceFormat rootSurfaceFormat(
bool defaultValue =
false)
const;
834 void setRootSurfaceFormat(RootSurfaceFormat
value);
836 static RootSurfaceFormat rootSurfaceFormat(QSettings *displayrc,
bool defaultValue =
false);
837 static void setRootSurfaceFormat(QSettings *displayrc, RootSurfaceFormat
value);
839 bool useZip64(
bool defaultValue =
false)
const;
840 void setUseZip64(
bool value);
842 bool convertLayerColorSpaceInProperties(
bool defaultValue =
false)
const;
843 void setConvertLayerColorSpaceInProperties(
bool value);
845 bool renamePastedLayers(
bool defaultValue =
false)
const;
846 void setRenamePastedLayers(
bool value);
854 LayerInfoTextStyle layerInfoTextStyle(
bool defaultValue =
false)
const;
855 void setLayerInfoTextStyle(LayerInfoTextStyle
value);
857 int layerInfoTextOpacity(
bool defaultValue =
false)
const;
858 void setLayerInfoTextOpacity(
int value);
860 bool useInlineLayerInfoText(
bool defaultValue =
false)
const;
861 void setUseInlineLayerInfoText(
bool value);
863 bool useLayerSelectionCheckbox(
bool defaultValue =
false)
const;
864 void setUseLayerSelectionCheckbox(
bool value);
867 ASSISTANTS_DRAW_MODE_DIRECT = 0,
868 ASSISTANTS_DRAW_MODE_PIXMAP_CACHE = 1,
869 ASSISTANTS_DRAW_MODE_LARGE_PIXMAP_CACHE = 2,
871 AssistantsDrawMode assistantsDrawMode(
bool defaultValue =
false)
const;
872 void setAssistantsDrawMode(AssistantsDrawMode
value);
874 bool longPressEnabled(
bool defaultValue =
false)
const;
875 void setLongPressEnabled(
bool value);
883 int layerThumbnailGenerationTimeout(
bool defaultValue =
false)
const;
884 void setLayerThumbnailGenerationTimeout(
int value);
888 m_cfg.writeEntry(name,
value);
893 m_cfg.writeEntry(name,
value);
897 T
readEntry(
const QString& name,
const T& defaultValue=T()) {
898 return m_cfg.readEntry(name, defaultValue);
903 return m_cfg.readEntry(name, defaultValue);