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;
138 QRect colorPreviewRect()
const;
139 void setColorPreviewRect(
const QRect &
rect);
149 bool enableCanvasSurfaceColorSpaceManagement(
bool defaultValue =
false)
const;
150 void setEnableCanvasSurfaceColorSpaceManagement(
bool value);
164 CanvasSurfaceMode canvasSurfaceColorSpaceManagementMode(
bool defaultValue =
false)
const;
165 void setCanvasSurfaceColorSpaceManagementMode(CanvasSurfaceMode
value);
173 static CanvasSurfaceBitDepthMode canvasSurfaceBitDepthMode(QSettings *settings,
bool defaultValue =
false);
174 static void setCanvasSurfaceBitDepthMode(QSettings *settings, CanvasSurfaceBitDepthMode
value);
176 CanvasSurfaceBitDepthMode canvasSurfaceBitDepthMode(
bool defaultValue =
false)
const;
177 void setCanvasSurfaceBitDepthMode(CanvasSurfaceBitDepthMode
value);
179 CanvasSurfaceBitDepthMode effectiveCanvasSurfaceBitDepthMode(
const QSurfaceFormat &format)
const;
182 QString monitorProfile(
int screen)
const;
183 void setMonitorProfile(
int screen,
const QString & monitorProfile,
bool override)
const;
185 QString monitorForScreen(
int screen,
const QString &defaultMonitor,
bool defaultValue =
true)
const;
186 void setMonitorForScreen(
int screen,
const QString& monitor);
193 const QString getScreenStringIdentfier(
int screenNo)
const;
195 QString workingColorSpace(
bool defaultValue =
false)
const;
196 void setWorkingColorSpace(
const QString & workingColorSpace)
const;
201 QString printerColorSpace(
bool defaultValue =
false)
const;
202 void setPrinterColorSpace(
const QString & printerColorSpace)
const;
204 QString printerProfile(
bool defaultValue =
false)
const;
205 void setPrinterProfile(
const QString & printerProfile)
const;
207 bool useBlackPointCompensation(
bool defaultValue =
false)
const;
208 void setUseBlackPointCompensation(
bool useBlackPointCompensation)
const;
210 bool allowLCMSOptimization(
bool defaultValue =
false)
const;
211 void setAllowLCMSOptimization(
bool allowLCMSOptimization);
213 bool forcePaletteColors(
bool defaultValue =
false)
const;
214 void setForcePaletteColors(
bool forcePaletteColors);
216 bool colorHistoryPerDocument(
bool defaultValue =
false)
const;
218 void writeKoColor(
const QString& name,
const KoColor& color)
const;
222 void writeKoColors(
const QString &name,
const QList<KoColor> &colors)
const;
224 bool showRulers(
bool defaultValue =
false)
const;
225 void setShowRulers(
bool rulers)
const;
227 bool forceShowSaveMessages(
bool defaultValue =
true)
const;
228 void setForceShowSaveMessages(
bool value)
const;
230 bool forceShowAutosaveMessages(
bool defaultValue =
true)
const;
231 void setForceShowAutosaveMessages(
bool ShowAutosaveMessages)
const;
233 bool rulersTrackMouse(
bool defaultValue =
false)
const;
234 void setRulersTrackMouse(
bool value)
const;
236 qint32 pasteBehaviour(
bool defaultValue =
false)
const;
237 void setPasteBehaviour(qint32 behaviour)
const;
239 qint32 pasteFormat(
bool defaultValue)
const;
240 void setPasteFormat(qint32 format);
242 qint32 monitorRenderIntent(
bool defaultValue =
false)
const;
243 void setRenderIntent(qint32 monitorRenderIntent)
const;
245 bool useOpenGL(
bool defaultValue =
false)
const;
246 void disableOpenGL()
const;
248 int openGLFilteringMode(
bool defaultValue =
false)
const;
249 void setOpenGLFilteringMode(
int filteringMode);
251 void setWidgetStyle(QString name);
252 QString widgetStyle(
bool defaultValue =
false);
254 bool useOpenGLTextureBuffer(
bool defaultValue =
false)
const;
255 void setUseOpenGLTextureBuffer(
bool useBuffer);
257 bool forceOpenGLFenceWorkaround(
bool defaultValue =
false)
const;
259 int numMipmapLevels(
bool defaultValue =
false)
const;
260 int openGLTextureSize(
bool defaultValue =
false)
const;
261 int textureOverlapBorder()
const;
263 quint32 getGridMainStyle(
bool defaultValue =
false)
const;
264 void setGridMainStyle(quint32
v)
const;
266 quint32 getGridSubdivisionStyle(
bool defaultValue =
false)
const;
267 void setGridSubdivisionStyle(quint32
v)
const;
269 quint32 getGridIsoVerticalStyle(
bool defaultValue =
false)
const;
270 void setGridIsoVerticalStyle(quint32
v)
const;
272 QColor getGridMainColor(
bool defaultValue =
false)
const;
273 void setGridMainColor(
const QColor &
v)
const;
275 QColor getGridSubdivisionColor(
bool defaultValue =
false)
const;
276 void setGridSubdivisionColor(
const QColor &
v)
const;
278 QColor getGridIsoVerticalColor(
bool defaultValue =
false)
const;
279 void setGridIsoVerticalColor(
const QColor &
v)
const;
281 QColor getPixelGridColor(
bool defaultValue =
false)
const;
282 void setPixelGridColor(
const QColor &
v)
const;
284 qreal getPixelGridDrawingThreshold(
bool defaultValue =
false)
const;
285 void setPixelGridDrawingThreshold(qreal
v)
const;
287 bool pixelGridEnabled(
bool defaultValue =
false)
const;
288 void enablePixelGrid(
bool v)
const;
290 quint32 guidesLineStyle(
bool defaultValue =
false)
const;
291 void setGuidesLineStyle(quint32
v)
const;
292 QColor guidesColor(
bool defaultValue =
false)
const;
293 void setGuidesColor(
const QColor &
v)
const;
295 void loadSnapConfig(
KisSnapConfig *config,
bool defaultValue =
false)
const;
298 qint32 checkSize(
bool defaultValue =
false)
const;
299 void setCheckSize(qint32 checkSize)
const;
301 bool scrollCheckers(
bool defaultValue =
false)
const;
302 void setScrollingCheckers(
bool scrollCheckers)
const;
304 QColor checkersColor1(
bool defaultValue =
false)
const;
305 void setCheckersColor1(
const QColor &
v)
const;
307 QColor checkersColor2(
bool defaultValue =
false)
const;
308 void setCheckersColor2(
const QColor &
v)
const;
310 QColor canvasBorderColor(
bool defaultValue =
false)
const;
311 void setCanvasBorderColor(
const QColor &color)
const;
313 bool hideScrollbars(
bool defaultValue =
false)
const;
314 void setHideScrollbars(
bool value)
const;
316 bool scrollbarZoomEnabled(
bool defaultValue =
false)
const;
317 void setScrollbarZoomEnabled(
bool enabled)
const;
319 bool antialiasCurves(
bool defaultValue =
false)
const;
320 void setAntialiasCurves(
bool v)
const;
322 bool antialiasSelectionOutline(
bool defaultValue =
false)
const;
323 void setAntialiasSelectionOutline(
bool v)
const;
325 bool showRootLayer(
bool defaultValue =
false)
const;
326 void setShowRootLayer(
bool showRootLayer)
const;
328 bool showGlobalSelection(
bool defaultValue =
false)
const;
329 void setShowGlobalSelection(
bool showGlobalSelection)
const;
331 bool showOutlineWhilePainting(
bool defaultValue =
false)
const;
332 void setShowOutlineWhilePainting(
bool showOutlineWhilePainting)
const;
334 bool forceAlwaysFullSizedOutline(
bool defaultValue =
false)
const;
335 void setForceAlwaysFullSizedOutline(
bool value)
const;
337 bool showEraserOutlineWhilePainting(
bool defaultValue =
false)
const;
338 void setShowEraserOutlineWhilePainting(
bool showEraserOutlineWhilePainting)
const;
340 bool forceAlwaysFullSizedEraserOutline(
bool defaultValue =
false)
const;
341 void setForceAlwaysFullSizedEraserOutline(
bool value)
const;
346 SOS_ShowSessionManager
348 SessionOnStartup sessionOnStartup(
bool defaultValue =
false)
const;
349 void setSessionOnStartup(SessionOnStartup
value);
351 bool saveSessionOnQuit(
bool defaultValue)
const;
352 void setSaveSessionOnQuit(
bool value);
354 bool hideDevFundBanner(
bool defaultValue =
false)
const;
355 void setHideDevFundBanner(
bool value =
true);
357 qreal outlineSizeMinimum(
bool defaultValue =
false)
const;
358 void setOutlineSizeMinimum(qreal outlineSizeMinimum)
const;
360 qreal selectionViewSizeMinimum(
bool defaultValue =
false)
const;
361 void setSelectionViewSizeMinimum(qreal outlineSizeMinimum)
const;
363 int autoSaveInterval(
bool defaultValue =
false)
const;
364 void setAutoSaveInterval(
int seconds)
const;
366 bool backupFile(
bool defaultValue =
false)
const;
367 void setBackupFile(
bool backupFile)
const;
369 bool showFilterGallery(
bool defaultValue =
false)
const;
370 void setShowFilterGallery(
bool showFilterGallery)
const;
372 bool showFilterGalleryLayerMaskDialog(
bool defaultValue =
false)
const;
373 void setShowFilterGalleryLayerMaskDialog(
bool showFilterGallery)
const;
376 QString canvasState(
bool defaultValue =
false)
const;
377 void setCanvasState(
const QString& state)
const;
379 bool toolOptionsPopupDetached(
bool defaultValue =
false)
const;
380 void setToolOptionsPopupDetached(
bool detached)
const;
382 bool paintopPopupDetached(
bool defaultValue =
false)
const;
383 void setPaintopPopupDetached(
bool detached)
const;
385 QString pressureTabletCurve(
bool defaultValue =
false)
const;
386 void setPressureTabletCurve(
const QString& curveString)
const;
388 bool useWin8PointerInput(
bool defaultValue =
false)
const;
389 void setUseWin8PointerInput(
bool value);
391 static bool useWin8PointerInputNoApp(QSettings *settings,
bool defaultValue =
false);
392 static void setUseWin8PointerInputNoApp(QSettings *settings,
bool value);
394 bool useRightMiddleTabletButtonWorkaround(
bool defaultValue =
false)
const;
395 void setUseRightMiddleTabletButtonWorkaround(
bool value);
397 qreal vastScrolling(
bool defaultValue =
false)
const;
398 void setVastScrolling(
const qreal factor)
const;
400 int presetChooserViewMode(
bool defaultValue =
false)
const;
401 void setPresetChooserViewMode(
const int mode)
const;
403 int presetIconSize(
bool defaultValue =
false)
const;
404 void setPresetIconSize(
const int value)
const;
407 bool firstRun(
bool defaultValue =
false)
const;
408 void setFirstRun(
const bool firstRun)
const;
410 bool clicklessSpacePan(
bool defaultValue =
false)
const;
411 void setClicklessSpacePan(
const bool toggle)
const;
413 int horizontalSplitLines(
bool defaultValue =
false)
const;
414 void setHorizontalSplitLines(
const int numberLines)
const;
416 int verticalSplitLines(
bool defaultValue =
false)
const;
417 void setVerticalSplitLines(
const int numberLines)
const;
419 bool hideDockersFullscreen(
bool defaultValue =
false)
const;
420 void setHideDockersFullscreen(
const bool value)
const;
422 bool showDockerTitleBars(
bool defaultValue =
false)
const;
423 void setShowDockerTitleBars(
const bool value)
const;
425 bool showDockers(
bool defaultValue =
false)
const;
426 void setShowDockers(
const bool value)
const;
428 bool showStatusBar(
bool defaultValue =
false)
const;
429 void setShowStatusBar(
const bool value)
const;
431 bool hideMenuFullscreen(
bool defaultValue =
false)
const;
432 void setHideMenuFullscreen(
const bool value)
const;
434 bool hideScrollbarsFullscreen(
bool defaultValue =
false)
const;
435 void setHideScrollbarsFullscreen(
const bool value)
const;
437 bool hideStatusbarFullscreen(
bool defaultValue =
false)
const;
438 void setHideStatusbarFullscreen(
const bool value)
const;
440 bool hideTitlebarFullscreen(
bool defaultValue =
false)
const;
441 void setHideTitlebarFullscreen(
const bool value)
const;
443 bool hideToolbarFullscreen(
bool defaultValue =
false)
const;
444 void setHideToolbarFullscreen(
const bool value)
const;
446 bool fullscreenMode(
bool defaultValue =
false)
const;
447 void setFullscreenMode(
const bool value)
const;
449 QStringList favoriteCompositeOps(
bool defaultValue =
false)
const;
450 void setFavoriteCompositeOps(
const QStringList& compositeOps)
const;
452 QString exportConfigurationXML(
const QString &filterId,
bool defaultValue =
false)
const;
456 QString importConfiguration(
const QString &filterId,
bool defaultValue =
false)
const;
459 bool useOcio(
bool defaultValue =
false)
const;
460 void setUseOcio(
bool useOCIO)
const;
462 int favoritePresets(
bool defaultValue =
false)
const;
463 void setFavoritePresets(
const int value);
465 bool levelOfDetailEnabled(
bool defaultValue =
false)
const;
466 void setLevelOfDetailEnabled(
bool value);
477 OcioColorManagementMode ocioColorManagementMode(
bool defaultValue =
false)
const;
478 void setOcioColorManagementMode(OcioColorManagementMode mode)
const;
480 int ocioLutEdgeSize(
bool defaultValue =
false)
const;
481 void setOcioLutEdgeSize(
int value);
483 bool ocioLockColorVisualRepresentation(
bool defaultValue =
false)
const;
484 void setOcioLockColorVisualRepresentation(
bool value);
486 bool useSystemMonitorProfile(
bool defaultValue =
false)
const;
487 void setUseSystemMonitorProfile(
bool _useSystemMonitorProfile)
const;
489 QString defaultPalette(
bool defaultValue =
false)
const;
490 void setDefaultPalette(
const QString& name)
const;
492 QString toolbarSlider(
int sliderNumber,
bool defaultValue =
false)
const;
493 void setToolbarSlider(
int sliderNumber,
const QString &slider);
496 int layerThumbnailSize(
bool defaultValue =
false)
const;
497 void setLayerThumbnailSize(
int size);
499 int layerTreeIndentation(
bool defaultValue =
false)
const;
500 void setLayerTreeIndentation(
int percentage);
503 bool sliderLabels(
bool defaultValue =
false)
const;
504 void setSliderLabels(
bool enabled);
506 QString currentInputProfile(
bool defaultValue =
false)
const;
507 void setCurrentInputProfile(
const QString& name);
509 bool presetStripVisible(
bool defaultValue =
false)
const;
510 void setPresetStripVisible(
bool visible);
512 bool scratchpadVisible(
bool defaultValue =
false)
const;
513 void setScratchpadVisible(
bool visible);
515 bool showSingleChannelAsColor(
bool defaultValue =
false)
const;
516 void setShowSingleChannelAsColor(
bool asColor);
518 bool hidePopups(
bool defaultValue =
false)
const;
519 void setHidePopups(
bool hidePopups);
521 int numDefaultLayers(
bool defaultValue =
false)
const;
522 void setNumDefaultLayers(
int num);
524 quint8 defaultBackgroundOpacity(
bool defaultValue =
false)
const;
525 void setDefaultBackgroundOpacity(quint8
value);
527 QColor defaultBackgroundColor(
bool defaultValue =
false)
const;
528 void setDefaultBackgroundColor(
const QColor &
value);
536 BackgroundStyle defaultBackgroundStyle(
bool defaultValue =
false)
const;
537 void setDefaultBackgroundStyle(BackgroundStyle
value);
539 int lineSmoothingType(
bool defaultValue =
false)
const;
540 void setLineSmoothingType(
int value);
542 qreal lineSmoothingDistanceMin(
bool defaultValue =
false)
const;
543 void setLineSmoothingDistanceMin(qreal
value);
545 qreal lineSmoothingDistanceMax(
bool defaultValue =
false)
const;
546 void setLineSmoothingDistanceMax(qreal
value);
548 bool lineSmoothingDistanceKeepAspectRatio(
bool defaultValue =
false)
const;
549 void setLineSmoothingDistanceKeepAspectRatio(
bool value);
551 qreal lineSmoothingTailAggressiveness(
bool defaultValue =
false)
const;
552 void setLineSmoothingTailAggressiveness(qreal
value);
554 bool lineSmoothingSmoothPressure(
bool defaultValue =
false)
const;
555 void setLineSmoothingSmoothPressure(
bool value);
557 bool lineSmoothingScalableDistance(
bool defaultValue =
false)
const;
558 void setLineSmoothingScalableDistance(
bool value);
560 qreal lineSmoothingDelayDistance(
bool defaultValue =
false)
const;
561 void setLineSmoothingDelayDistance(qreal
value);
563 bool lineSmoothingUseDelayDistance(
bool defaultValue =
false)
const;
564 void setLineSmoothingUseDelayDistance(
bool value);
566 bool lineSmoothingFinishStabilizedCurve(
bool defaultValue =
false)
const;
567 void setLineSmoothingFinishStabilizedCurve(
bool value);
569 bool lineSmoothingStabilizeSensors(
bool defaultValue =
false)
const;
570 void setLineSmoothingStabilizeSensors(
bool value);
572 int tabletEventsDelay(
bool defaultValue =
false)
const;
573 void setTabletEventsDelay(
int value);
575 bool trackTabletEventLatency(
bool defaultValue =
false)
const;
576 void setTrackTabletEventLatency(
bool value);
578 bool ignoreHighFunctionKeys(
bool defaultValue =
false)
const;
579 void setIgnoreHighFunctionKeys(
bool value);
581 bool testingAcceptCompressedTabletEvents(
bool defaultValue =
false)
const;
582 void setTestingAcceptCompressedTabletEvents(
bool value);
584 bool shouldEatDriverShortcuts(
bool defaultValue =
false)
const;
586 bool testingCompressBrushEvents(
bool defaultValue =
false)
const;
587 void setTestingCompressBrushEvents(
bool value);
589 const KoColorSpace* customColorSelectorColorSpace(
bool defaultValue =
false)
const;
590 void setCustomColorSelectorColorSpace(
const KoColorSpace *cs);
592 bool useDirtyPresets(
bool defaultValue =
false)
const;
593 void setUseDirtyPresets(
bool value);
595 bool useEraserBrushSize(
bool defaultValue =
false)
const;
596 void setUseEraserBrushSize(
bool value);
598 bool useEraserBrushOpacity(
bool defaultValue =
false)
const;
599 void setUseEraserBrushOpacity(
bool value);
601 QPoint getDefaultGridSpacing(
bool defaultValue =
false)
const;
602 void setDefaultGridSpacing(QPoint gridSpacing);
604 QString getMDIBackgroundColor(
bool defaultValue =
false)
const;
605 void setMDIBackgroundColor(
const QString &
v)
const;
607 QString getMDIBackgroundImage(
bool defaultValue =
false)
const;
608 void setMDIBackgroundImage(
const QString & fileName)
const;
610 int workaroundX11SmoothPressureSteps(
bool defaultValue =
false)
const;
612 bool showCanvasMessages(
bool defaultValue =
false)
const;
613 void setShowCanvasMessages(
bool show);
615 bool compressKra(
bool defaultValue =
false)
const;
616 void setCompressKra(
bool compress);
618 bool trimKra(
bool defaultValue =
false)
const;
619 void setTrimKra(
bool trim);
621 bool trimFramesImport(
bool defaultValue =
false)
const;
622 void setTrimFramesImport(
bool trim);
624 QString exportMimeType(
bool defaultValue)
const;
625 void setExportMimeType(
const QString &defaultExportMimeType);
627 bool toolOptionsInDocker(
bool defaultValue =
false)
const;
628 void setToolOptionsInDocker(
bool inDocker);
630 bool kineticScrollingEnabled(
bool defaultValue =
false)
const;
631 void setKineticScrollingEnabled(
bool enabled);
633 int kineticScrollingGesture(
bool defaultValue =
false)
const;
634 void setKineticScrollingGesture(
int kineticScroll);
636 int kineticScrollingSensitivity(
bool defaultValue =
false)
const;
637 void setKineticScrollingSensitivity(
int sensitivity);
639 bool kineticScrollingHiddenScrollbars(
bool defaultValue =
false)
const;
640 void setKineticScrollingHideScrollbars(
bool scrollbar);
642 int zoomSteps(
bool defaultValue =
false)
const;
643 void setZoomSteps(
int steps);
645 int zoomMarginSize(
bool defaultValue =
false)
const;
646 void setZoomMarginSize(
int zoomMarginSize);
648 void setEnableOpenGLFramerateLogging(
bool value)
const;
649 bool enableOpenGLFramerateLogging(
bool defaultValue =
false)
const;
651 void setEnableBrushSpeedLogging(
bool value)
const;
652 bool enableBrushSpeedLogging(
bool defaultValue =
false)
const;
654 void setDisableVectorOptimizations(
bool value);
655 bool disableVectorOptimizations(
bool defaultValue =
false)
const;
657 void setDisableAVXOptimizations(
bool value);
658 bool disableAVXOptimizations(
bool defaultValue =
false)
const;
660 void setAnimationPlaybackBackend(
int value);
661 int animationPlaybackBackend(
bool defaultValue =
false)
const;
663 bool animationDropFrames(
bool defaultValue =
false)
const;
664 void setAnimationDropFrames(
bool value);
666 bool autoPinLayersToTimeline(
bool defaultValue =
false)
const;
667 void setAutoPinLayersToTimeline(
bool value);
669 bool adaptivePlaybackRange(
bool defaultValue =
false)
const;
670 void setAdaptivePlaybackRange(
bool value);
672 bool autoZoomTimelineToPlaybackRange(
bool defaultValue =
false)
const;
673 void setAutoZoomTimelineToPlaybackRange(
bool value);
675 QString ffmpegLocation(
bool defaultValue =
false)
const;
676 void setFFMpegLocation(
const QString&
value);
678 qreal timelineZoom(
bool defaultValue =
false)
const;
679 void setTimelineZoom(qreal
value);
681 int scrubbingUpdatesDelay(
bool defaultValue =
false)
const;
682 void setScrubbingUpdatesDelay(
int value);
684 int scrubbingAudioUpdatesDelay(
bool defaultValue =
false)
const;
685 void setScrubbingAudioUpdatesDelay(
int value);
687 int audioOffsetTolerance(
bool defaultValue =
false)
const;
688 void setAudioOffsetTolerance(
int value);
690 bool switchSelectionCtrlAlt(
bool defaultValue =
false)
const;
691 void setSwitchSelectionCtrlAlt(
bool value);
693 bool convertToImageColorspaceOnImport(
bool defaultValue =
false)
const;
694 void setConvertToImageColorspaceOnImport(
bool value);
696 int stabilizerSampleSize(
bool defaultValue =
false)
const;
697 void setStabilizerSampleSize(
int value);
699 bool stabilizerDelayedPaint(
bool defaultValue =
false)
const;
700 void setStabilizerDelayedPaint(
bool value);
702 bool showBrushHud(
bool defaultValue =
false)
const;
703 void setShowBrushHud(
bool value);
705 bool showPaletteBottomBar(
bool defaultValue =
false)
const;
706 void setShowPaletteBottomBar(
bool value);
708 QString brushHudSetting(
bool defaultValue =
false)
const;
709 void setBrushHudSetting(
const QString &
value)
const;
711 bool calculateAnimationCacheInBackground(
bool defaultValue =
false)
const;
712 void setCalculateAnimationCacheInBackground(
bool value);
714 QColor defaultAssistantsColor(
bool defaultValue =
false)
const;
715 void setDefaultAssistantsColor(
const QColor &color)
const;
717 bool autoSmoothBezierCurves(
bool defaultValue =
false)
const;
718 void setAutoSmoothBezierCurves(
bool value);
720 bool activateTransformToolAfterPaste(
bool defaultValue =
false)
const;
721 void setActivateTransformToolAfterPaste(
bool value);
723 bool zoomHorizontal(
bool defaultValue =
false)
const;
724 void setZoomHorizontal(
bool value);
726 bool selectionActionBar(
bool defaultValue =
false)
const;
727 void setSelectionActionBar(
bool value);
734 RootSurfaceFormat rootSurfaceFormat(
bool defaultValue =
false)
const;
735 void setRootSurfaceFormat(RootSurfaceFormat
value);
737 static RootSurfaceFormat rootSurfaceFormat(QSettings *displayrc,
bool defaultValue =
false);
738 static void setRootSurfaceFormat(QSettings *displayrc, RootSurfaceFormat
value);
740 bool useZip64(
bool defaultValue =
false)
const;
741 void setUseZip64(
bool value);
743 bool convertLayerColorSpaceInProperties(
bool defaultValue =
false)
const;
744 void setConvertLayerColorSpaceInProperties(
bool value);
746 bool renamePastedLayers(
bool defaultValue =
false)
const;
747 void setRenamePastedLayers(
bool value);
755 LayerInfoTextStyle layerInfoTextStyle(
bool defaultValue =
false)
const;
756 void setLayerInfoTextStyle(LayerInfoTextStyle
value);
758 int layerInfoTextOpacity(
bool defaultValue =
false)
const;
759 void setLayerInfoTextOpacity(
int value);
761 bool useInlineLayerInfoText(
bool defaultValue =
false)
const;
762 void setUseInlineLayerInfoText(
bool value);
764 bool useLayerSelectionCheckbox(
bool defaultValue =
false)
const;
765 void setUseLayerSelectionCheckbox(
bool value);
768 ASSISTANTS_DRAW_MODE_DIRECT = 0,
769 ASSISTANTS_DRAW_MODE_PIXMAP_CACHE = 1,
770 ASSISTANTS_DRAW_MODE_LARGE_PIXMAP_CACHE = 2,
772 AssistantsDrawMode assistantsDrawMode(
bool defaultValue =
false)
const;
773 void setAssistantsDrawMode(AssistantsDrawMode
value);
775 bool longPressEnabled(
bool defaultValue =
false)
const;
776 void setLongPressEnabled(
bool value);
780 m_cfg.writeEntry(name,
value);
785 m_cfg.writeEntry(name,
value);
789 T
readEntry(
const QString& name,
const T& defaultValue=T()) {
790 return m_cfg.readEntry(name, defaultValue);
795 return m_cfg.readEntry(name, defaultValue);