Lines Matching refs:getIntValue

141   int getIntValue(const PreferencesItemId id) const;
159 return getIntValue(autosavePeriod); in getAutosavePeriod()
168 int getUndoMemorySize() const { return getIntValue(undoMemorySize); } in getUndoMemorySize()
169 int getDefaultTaskChunkSize() const { return getIntValue(taskchunksize); } in getDefaultTaskChunkSize()
174 int getBackupKeepCount() { return getIntValue(backupKeepCount); } in getBackupKeepCount()
181 int getProjectRoot() { return getIntValue(projectRoot); } in getProjectRoot()
184 return PathAliasPriority(getIntValue(pathAliasPriority)); in getPathAliasPriority()
208 return FunctionEditorToggle(getIntValue(functionEditorToggle)); in getFunctionEditorToggle()
227 shrink = getIntValue(viewShrink), step = getIntValue(viewStep); in getViewValues()
229 int getViewerZoomCenter() const { return getIntValue(viewerZoomCenter); } in getViewerZoomCenter()
244 int getDefaultImportPolicy() { return getIntValue(importPolicy); } in getDefaultImportPolicy()
254 return getIntValue(initialLoadTlvCachingBehavior); in getInitialLoadTlvCachingBehavior()
257 return ColumnIconLoadingPolicy(getIntValue(columnIconLoadingPolicy)); in getColumnIconLoadingPolicy()
281 int getFfmpegTimeout() { return getIntValue(ffmpegTimeout); } in getFfmpegTimeout()
286 int getDefLevelType() const { return getIntValue(DefLevelType); } in getDefLevelType()
294 int getNumberingSystem() const { return getIntValue(NumberingSystem); } in getNumberingSystem()
302 int getVectorSnappingTarget() { return getIntValue(vectorSnappingTarget); } in getVectorSnappingTarget()
324 return getIntValue(dropdownShortcutsCycleOptions) == 1; in getDropdownShortcutsCycleOptions()
338 return getIntValue(levelBasedToolsDisplay); in getLevelBasedToolsDisplay()
344 return getIntValue(tempToolSwitchTimer); in getTempToolSwitchTimer()
355 return getIntValue(xsheetStep); in getXsheetStep()
360 int getDragCellsBehaviour() const { return getIntValue(DragCellsBehaviour); } in getDragCellsBehaviour()
399 int getKeyframeType() const { return getIntValue(keyframeType); } in getKeyframeType()
400 int getAnimationStep() const { return getIntValue(animationStep); } in getAnimationStep()
407 bCount = getIntValue(blanksCount), bColor = getColorValue(blankColor); in getBlankValues()
413 return getIntValue(shortPlayFrameCount); in getShortPlayFrameCount()
426 return getIntValue(onionPaperThickness); in getOnionPaperThickness()
442 return getIntValue(animatedGuidedDrawing) == 1; in getAnimatedGuidedDrawing()
480 bool isGuidedDrawingEnabled() { return getIntValue(guidedDrawingType) > 0; } in isGuidedDrawingEnabled()
481 int getGuidedDrawingType() { return getIntValue(guidedDrawingType); } in getGuidedDrawingType()
483 int getGuidedInterpolation() { return getIntValue(guidedInterpolationType); } in getGuidedInterpolation()
486 return getIntValue(shmmax); in getShmMax()
489 return getIntValue(shmseg); in getShmSeg()
492 return getIntValue(shmall); in getShmAll()
495 return getIntValue(shmmni); in getShmMni()
502 return getIntValue(NumberingSystem) == 1; in isAnimationSheetEnabled()