Home
last modified time | relevance | path

Searched refs:m_d (Results 1 – 25 of 1669) sorted by relevance

12345678910>>...67

/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisGenericGradientEditor.cpp352 m_d->gradient->setVariableColors(m_d->foregroundColor, m_d->backgroundColor); in setGradient()
416 m_d->gradient->setVariableColors(m_d->foregroundColor, m_d->backgroundColor); in setForegroundColor()
425 m_d->gradient->setVariableColors(m_d->foregroundColor, m_d->backgroundColor); in setBackgroundColor()
436 m_d->gradient->setVariableColors(m_d->foregroundColor, m_d->backgroundColor); in setVariableColors()
502m_d->buttonConvertGradient->setVisible(!m_d->compactMode && m_d->isConvertGradientButtonVisible); in updateConvertGradientButton()
513 m_d->buttonConvertGradient->setEnabled(m_d->gradient); in updateConvertGradientButton()
518 m_d->buttonUpdateGradient->setVisible(!m_d->compactMode && m_d->isUpdateGradientButtonVisible); in updateUpdateGradientButton()
531 m_d->buttonAddGradient->setVisible(!m_d->compactMode && m_d->isAddGradientButtonVisible); in updateAddGradientButton()
532 m_d->buttonAddGradient->setEnabled(m_d->gradient && !m_d->gradient->name().isEmpty()); in updateAddGradientButton()
606 if (!m_d->gradient || !m_d->gradient->valid()) { in on_buttonUpdateGradient_clicked()
[all …]
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/src/
H A DMetadata.cc161 m_d->m_XMLNS=Other.m_d->m_XMLNS; in operator =()
162 m_d->m_XMLNSExt=Other.m_d->m_XMLNSExt; in operator =()
163 m_d->m_Generator=Other.m_d->m_Generator; in operator =()
164 m_d->m_Created=Other.m_d->m_Created; in operator =()
167 m_d->m_Artist=new CArtist(*Other.m_d->m_Artist); in operator =()
179 m_d->m_Label=new CLabel(*Other.m_d->m_Label); in operator =()
182 m_d->m_Work=new CWork(*Other.m_d->m_Work); in operator =()
185 m_d->m_PUID=new CPUID(*Other.m_d->m_PUID); in operator =()
188 m_d->m_ISRC=new CISRC(*Other.m_d->m_ISRC); in operator =()
191 m_d->m_Disc=new CDisc(*Other.m_d->m_Disc); in operator =()
[all …]
H A DArtist.cc124 m_d->m_ID=Other.m_d->m_ID; in operator =()
125 m_d->m_Type=Other.m_d->m_Type; in operator =()
126 m_d->m_Name=Other.m_d->m_Name; in operator =()
127 m_d->m_SortName=Other.m_d->m_SortName; in operator =()
128 m_d->m_Gender=Other.m_d->m_Gender; in operator =()
129 m_d->m_Country=Other.m_d->m_Country; in operator =()
130 m_d->m_Disambiguation=Other.m_d->m_Disambiguation; in operator =()
133 m_d->m_IPIList=new CIPIList(*Other.m_d->m_IPIList); in operator =()
160 m_d->m_TagList=new CTagList(*Other.m_d->m_TagList); in operator =()
166 m_d->m_Rating=new CRating(*Other.m_d->m_Rating); in operator =()
[all …]
H A DLabel.cc110 m_d->m_ID=Other.m_d->m_ID; in operator =()
111 m_d->m_Type=Other.m_d->m_Type; in operator =()
112 m_d->m_Name=Other.m_d->m_Name; in operator =()
113 m_d->m_SortName=Other.m_d->m_SortName; in operator =()
114 m_d->m_LabelCode=Other.m_d->m_LabelCode; in operator =()
117 m_d->m_IPIList=new CIPIList(*Other.m_d->m_IPIList); in operator =()
119 m_d->m_Disambiguation=Other.m_d->m_Disambiguation; in operator =()
120 m_d->m_Country=Other.m_d->m_Country; in operator =()
135 m_d->m_TagList=new CTagList(*Other.m_d->m_TagList); in operator =()
141 m_d->m_Rating=new CRating(*Other.m_d->m_Rating); in operator =()
[all …]
H A DRelease.cc107 m_d->m_ID=Other.m_d->m_ID; in operator =()
108 m_d->m_Title=Other.m_d->m_Title; in operator =()
109 m_d->m_Status=Other.m_d->m_Status; in operator =()
110 m_d->m_Quality=Other.m_d->m_Quality; in operator =()
111 m_d->m_Disambiguation=Other.m_d->m_Disambiguation; in operator =()
112 m_d->m_Packaging=Other.m_d->m_Packaging; in operator =()
123 m_d->m_Date=Other.m_d->m_Date; in operator =()
124 m_d->m_Country=Other.m_d->m_Country; in operator =()
125 m_d->m_Barcode=Other.m_d->m_Barcode; in operator =()
126 m_d->m_ASIN=Other.m_d->m_ASIN; in operator =()
[all …]
H A DRecording.cc106 m_d->m_ID=Other.m_d->m_ID; in operator =()
107 m_d->m_Title=Other.m_d->m_Title; in operator =()
108 m_d->m_Length=Other.m_d->m_Length; in operator =()
109 m_d->m_Disambiguation=Other.m_d->m_Disambiguation; in operator =()
115 m_d->m_ReleaseList=new CReleaseList(*Other.m_d->m_ReleaseList); in operator =()
118 m_d->m_PUIDList=new CPUIDList(*Other.m_d->m_PUIDList); in operator =()
121 m_d->m_ISRCList=new CISRCList(*Other.m_d->m_ISRCList); in operator =()
127 m_d->m_TagList=new CTagList(*Other.m_d->m_TagList); in operator =()
133 m_d->m_Rating=new CRating(*Other.m_d->m_Rating); in operator =()
136 m_d->m_UserRating=new CUserRating(*Other.m_d->m_UserRating); in operator =()
[all …]
H A DWork.cc102 m_d->m_ID=Other.m_d->m_ID; in operator =()
103 m_d->m_Type=Other.m_d->m_Type; in operator =()
104 m_d->m_Title=Other.m_d->m_Title; in operator =()
110 m_d->m_ISWCList=new CISWCList(*Other.m_d->m_ISWCList); in operator =()
112 m_d->m_Disambiguation=Other.m_d->m_Disambiguation; in operator =()
115 m_d->m_AliasList=new CAliasList(*Other.m_d->m_AliasList); in operator =()
121 m_d->m_TagList=new CTagList(*Other.m_d->m_TagList); in operator =()
127 m_d->m_Rating=new CRating(*Other.m_d->m_Rating); in operator =()
130 m_d->m_UserRating=new CUserRating(*Other.m_d->m_UserRating); in operator =()
132 m_d->m_Language=Other.m_d->m_Language; in operator =()
[all …]
H A DReleaseGroup.cc103 m_d->m_ID=Other.m_d->m_ID; in operator =()
104 m_d->m_PrimaryType=Other.m_d->m_PrimaryType; in operator =()
105 m_d->m_Title=Other.m_d->m_Title; in operator =()
106 m_d->m_Disambiguation=Other.m_d->m_Disambiguation; in operator =()
107 m_d->m_FirstReleaseDate=Other.m_d->m_FirstReleaseDate; in operator =()
113 m_d->m_ReleaseList=new CReleaseList(*Other.m_d->m_ReleaseList); in operator =()
119 m_d->m_TagList=new CTagList(*Other.m_d->m_TagList); in operator =()
125 m_d->m_Rating=new CRating(*Other.m_d->m_Rating); in operator =()
128 m_d->m_UserRating=new CUserRating(*Other.m_d->m_UserRating); in operator =()
141 delete m_d; in ~CReleaseGroup()
[all …]
H A DRelation.cc96 m_d->m_Type=Other.m_d->m_Type; in operator =()
97 m_d->m_Target=Other.m_d->m_Target; in operator =()
98 m_d->m_Direction=Other.m_d->m_Direction; in operator =()
103 m_d->m_Begin=Other.m_d->m_Begin; in operator =()
104 m_d->m_End=Other.m_d->m_End; in operator =()
105 m_d->m_Ended=Other.m_d->m_Ended; in operator =()
108 m_d->m_Artist=new CArtist(*Other.m_d->m_Artist); in operator =()
111 m_d->m_Release=new CRelease(*Other.m_d->m_Release); in operator =()
120 m_d->m_Label=new CLabel(*Other.m_d->m_Label); in operator =()
123 m_d->m_Work=new CWork(*Other.m_d->m_Work); in operator =()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_lazybrush/
H A Dkis_tool_lazy_brush_options_widget.cpp102 m_d->ui->colorView->setPaletteModel(m_d->colorModel); in KisToolLazyBrushOptionsWidget()
160 m_d->colorModel->setPalette(&m_d->colorSet); in KisToolLazyBrushOptionsWidget()
243 m_d->colorModel->clear(m_d->preferredColumnCount); in slotColorLabelsChanged()
286 m_d->ui->chkShowOutput->setEnabled(m_d->activeMask); in slotUpdateNodeProperties()
290m_d->ui->chkUseEdgeDetection->setChecked(m_d->activeMask && m_d->activeMask->useEdgeDetection()); in slotUpdateNodeProperties()
294 m_d->ui->intRadius->setEnabled(m_d->activeMask); in slotUpdateNodeProperties()
295 m_d->ui->intRadius->setValue(2 * (m_d->activeMask ? m_d->activeMask->fuzzyRadius() : 15)); in slotUpdateNodeProperties()
296 m_d->ui->intCleanUp->setEnabled(m_d->activeMask); in slotUpdateNodeProperties()
297 m_d->ui->intCleanUp->setValue(100 * (m_d->activeMask ? m_d->activeMask->cleanUpAmount() : 0.7)); in slotUpdateNodeProperties()
300m_d->ui->chkLimitToDevice->setChecked(m_d->activeMask && m_d->activeMask->limitToDeviceBounds()); in slotUpdateNodeProperties()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/canvas/
H A Dkis_animation_player.cpp335 m_d->currentFrame = qBound(m_d->firstFrame, m_d->currentFrame, m_d->lastFrame); in slotUpdatePlaybackTimer()
338 m_d->expectedInterval = m_d->framesToWalltime(1, fps); in slotUpdatePlaybackTimer()
339 m_d->lastTimerInterval = m_d->expectedInterval; in slotUpdatePlaybackTimer()
342 m_d->syncedAudio->setSpeed(m_d->playbackSpeed); in slotUpdatePlaybackTimer()
349 m_d->timer->start(m_d->expectedInterval); in slotUpdatePlaybackTimer()
357 m_d->nextFrameExpectedTime = m_d->playbackTime.elapsed() + m_d->expectedInterval; in slotUpdatePlaybackTimer()
420 m_d->currentFrame = m_d->uiFrame; in play()
428m_d->syncedAudio->play(m_d->framesToMSec(m_d->currentFrame, animationInterface->framerate())); in play()
527 frame = m_d->incFrame(m_d->currentFrame, 1); in uploadFrame()
533 m_d->timer->start(m_d->lastTimerInterval); in uploadFrame()
[all …]
H A Dkis_canvas2.cpp297 delete m_d; in ~KisCanvas2()
394 m_d->canvasWidget->channelSelectionChanged(m_d->channelFlags); in channelSelectionChanged()
518 m_d->prescaledProjection->setCoordinatesConverter(m_d->coordinatesConverter); in createQPainterCanvas()
543 m_d->frameCache = 0; in createCanvas()
571 m_d->popupPalette->setParent(m_d->canvasWidget->widget()); in createCanvas()
741 setProofingOptions(m_d->softProofing, m_d->gamutCheck); in slotSoftProofing()
747 setProofingOptions(m_d->softProofing, m_d->gamutCheck); in slotGamutCheck()
752 setProofingOptions(m_d->softProofing, m_d->gamutCheck); in slotChangeProofingConfig()
941 m_d->canvasWidget->widget()->update(m_d->savedUpdateRect); in slotDoCanvasUpdate()
1059 if (m_d->view) { in viewManager()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_selection.cc199 m_d->pixelSelection->setParentNode(m_d->parentNode); in KisSelection()
219 m_d->pixelSelection->setParentNode(m_d->parentNode); in KisSelection()
220 m_d->pixelSelection->setDefaultBounds(m_d->defaultBounds); in KisSelection()
233 m_d->isVisible = rhs.m_d->isVisible; in copyFrom()
234 m_d->defaultBounds = rhs.m_d->defaultBounds; in copyFrom()
244 if (rhs.m_d->shapeSelection && !rhs.m_d->shapeSelection->isEmpty()) { in copyFrom()
245 m_d->shapeSelection = rhs.m_d->shapeSelection->clone(this); in copyFrom()
263 delete m_d; in ~KisSelection()
341 return m_d->pixelSelection && !m_d->pixelSelection->isEmpty(); in hasNonEmptyPixelSelection()
347 return m_d->shapeSelection && !m_d->shapeSelection->isEmpty(); in hasNonEmptyShapeSelection()
[all …]
H A Dkis_transaction_data.cpp116 m_d->tryCreateNewFrame(m_d->device, m_d->transactionTime); in init()
122 m_d->memento = m_d->savedDataManager->getMemento(); in init()
128 m_d->savedDataManager->purgeHistory(m_d->memento); in ~KisTransactionData()
152 m_d->newOffset = QPoint(m_d->device->x(), m_d->device->y()); in endTransaction()
153 m_d->defaultPixelChanged = m_d->oldDefaultPixel != m_d->device->defaultPixel(); in endTransaction()
166 if (m_d->newOffset == m_d->oldOffset) { in startUpdates()
272 if (m_d->newOffset != m_d->oldOffset) { in redo()
273 m_d->moveDevice(m_d->newOffset); in redo()
285 m_d->savedDataManager->rollback(m_d->memento); in undo()
287 if (m_d->newOffset != m_d->oldOffset) { in undo()
[all …]
H A Dkis_update_scheduler.cpp86 : m_d(new Private(this, 0)) in KisUpdateScheduler()
93 delete m_d; in ~KisUpdateScheduler()
349 } while(!m_d->updatesQueue.isEmpty() || !m_d->strokesQueue.isEmpty()); in waitForDone()
354 if(!m_d->updatesQueue.isEmpty() || !m_d->strokesQueue.isEmpty()) { in tryBarrierLock()
360 if(!m_d->updatesQueue.isEmpty() || !m_d->strokesQueue.isEmpty()) { in tryBarrierLock()
376 } while(!m_d->updatesQueue.isEmpty() || !m_d->strokesQueue.isEmpty()); in barrierLock()
387 m_d->strokesQueue.processQueue(m_d->updaterContext, in processQueues()
394 … else if(m_d->balancingRatio() * m_d->strokesQueue.sizeMetric() > m_d->updatesQueue.sizeMetric()) { in processQueues()
396 m_d->strokesQueue.processQueue(m_d->updaterContext, in processQueues()
403 m_d->strokesQueue.processQueue(m_d->updaterContext, in processQueues()
[all …]
H A Dkis_distance_information.cpp151 : m_d(new Private(*rhs.m_d)) in KisDistanceInitInfo()
157 delete m_d; in ~KisDistanceInitInfo()
164 || m_d->hasLastInfo != other.m_d->hasLastInfo) in operator ==()
169 if (m_d->lastPosition != other.m_d->lastPosition in operator ==()
170 || m_d->lastAngle != other.m_d->lastAngle) in operator ==()
176 if (m_d->currentDabSeqNo != other.m_d->currentDabSeqNo) { in operator ==()
190 *m_d = *rhs.m_d; in operator =()
287 : m_d(new Private(*rhs.m_d)) in KisDistanceInformation()
293 : m_d(new Private(*rhs.m_d)) in KisDistanceInformation()
303 m_d->lastPosition = t.map(m_d->lastPosition); in KisDistanceInformation()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A Dkis_resources_snapshot.cpp75 : m_d(new Private()) in KisResourcesSnapshot()
77 m_d->image = image; in KisResourcesSnapshot()
107 if (m_d->image) { in KisResourcesSnapshot()
151 if (m_d->image) { in KisResourcesSnapshot()
172 delete m_d; in ~KisResourcesSnapshot()
190 …painter->setMirrorInformation(m_d->axesCenter, m_d->mirrorMaskHorizontal, m_d->mirrorMaskVertical); in setupPainter()
201 painter->setPaintOpPreset(m_d->currentPaintOpPreset, m_d->currentNode, m_d->image); in setupPainter()
218 …painter->setMirrorInformation(m_d->axesCenter, m_d->mirrorMaskHorizontal, m_d->mirrorMaskVertical); in setupMaskingBrushPainter()
227 m_d->currentNode, m_d->image); in setupMaskingBrushPainter()
232 return m_d->image ? m_d->image->postExecutionUndoAdapter() : 0; in postExecutionUndoAdapter()
[all …]
H A Dkis_tool_freehand_helper.cpp153 delete m_d; in ~KisToolFreehandHelper()
307 new FreehandStrokeStrategy(m_d->resources, m_d->strokeInfos, m_d->transactionText); in initPaintImpl()
309 m_d->strokeId = m_d->strokesFacade->startStroke(stroke); in initPaintImpl()
318 m_d->asyncUpdateHelper.startUpdateStream(m_d->strokesFacade, m_d->strokeId); in initPaintImpl()
507 Q_ASSERT(m_d->history.size() == m_d->distanceHistory.size()); in paint()
590 m_d->olderPaintInformation = m_d->previousPaintInformation; in paint()
646 m_d->strokesFacade->endStroke(m_d->strokeId); in endPaint()
675 m_d->strokesFacade->cancelStroke(m_d->strokeId); in cancelPaint()
908 m_d->strokesFacade->addJob(m_d->strokeId, in paintAt()
918 m_d->strokesFacade->addJob(m_d->strokeId, in paintLine()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKisVisualColorSelector.cpp70 , m_d(new Private) in KisVisualColorSelector()
92 m_d->currentcolor = c.convertedTo(m_d->currentCS); in slotSetColor()
105 if (!m_d->currentCS || *m_d->currentCS != *cs) { in slotSetColorSpace()
163 return m_d->model; in getColorModel()
168 return (m_d->model >= ColorModel::HSV && m_d->model <= ColorModel::HSY); in isHSXModel()
178 if (m_d->model != ColorModel::Channel && m_d->isRGBA == true) { in convertShapeCoordsToKoColor()
198 m_d->lumaRGB[0], m_d->lumaRGB[1], m_d->lumaRGB[2]); in convertShapeCoordsToKoColor()
253 if (m_d->model != ColorModel::Channel && m_d->isRGBA == true) { in convertKoColorToShapeCoordinates()
284 m_d->lumaRGB[0], m_d->lumaRGB[1], m_d->lumaRGB[2]); in convertKoColorToShapeCoordinates()
321m_d->channelMaxValues[i] = m_d->displayRenderer->maxVisibleFloatValue(channels[m_d->displayPositio… in slotDisplayConfigurationChanged()
[all …]
H A DKisAngleSelector.cpp53 , m_d(new Private) in KisAngleSelectorSpinBox()
55 m_d->q = this; in KisAngleSelectorSpinBox()
204 m_d->q = this; in KisAngleSelector()
249 m_d->menuFlip->addAction(m_d->actionFlipHorizontally); in KisAngleSelector()
250 m_d->menuFlip->addAction(m_d->actionFlipVertically); in KisAngleSelector()
251 m_d->menuFlip->addAction(m_d->actionFlipHorizontallyAndVertically); in KisAngleSelector()
253 m_d->menuFlip->addAction(m_d->actionResetAngle); in KisAngleSelector()
264 m_d->toolButtonFlipOptions->setMenu(m_d->menuFlip); in KisAngleSelector()
299 setTabOrder(m_d->angleGauge, m_d->spinBox); in KisAngleSelector()
300 setTabOrder(m_d->spinBox, m_d->toolButtonFlipOptions); in KisAngleSelector()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_paintop_presets_popup.cpp89 , m_d(new Private()) in KisPaintOpPresetsPopup()
278 m_d->detached = false; in KisPaintOpPresetsPopup()
442 m_d->layout->removeWidget(m_d->settingsWidget); in ~KisPaintOpPresetsPopup()
447 delete m_d; in ~KisPaintOpPresetsPopup()
454 m_d->layout->removeWidget(m_d->settingsWidget); in setPaintOpSettingsWidget()
457 m_d->layout->update(); in setPaintOpSettingsWidget()
487 if (m_d->resourceProvider && m_d->resourceProvider->currentPreset() ) { in setPaintOpSettingsWidget()
523 m_d->detached = !m_d->detached; in switchDetached()
660 if (m_d->detached) { in hideEvent()
668 if (m_d->detached) { in showEvent()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/
H A Dkis_free_transform_strategy.cpp210 if (m_d->function == ROTATE || m_d->function == MOVE) { in setTransformFunction()
280 cursor = m_d->getScaleCursor(m_d->transformedHandles.topRight); in getCurrentCursor()
286 cursor = m_d->getScaleCursor(m_d->transformedHandles.topLeft); in getCurrentCursor()
295 …cursor = m_d->getShearCursor(m_d->transformedHandles.bottomLeft, m_d->transformedHandles.bottomRig… in getCurrentCursor()
298 …cursor = m_d->getShearCursor(m_d->transformedHandles.bottomRight, m_d->transformedHandles.topRight… in getCurrentCursor()
301 … cursor = m_d->getShearCursor(m_d->transformedHandles.topRight, m_d->transformedHandles.topLeft); in getCurrentCursor()
304 … cursor = m_d->getShearCursor(m_d->transformedHandles.topLeft, m_d->transformedHandles.bottomLeft); in getCurrentCursor()
392 m_d->clickArgs = m_d->currentArgs; in beginPrimaryAction()
714 …qreal dy = sign * m_d->clickArgs.shearY() * m_d->clickArgs.scaleX() * m_d->transaction.originalHa… in continuePrimaryAction()
718m_d->currentArgs.setShearY(sign * dy / m_d->clickArgs.scaleX() / m_d->transaction.originalHalfWidt… in continuePrimaryAction()
[all …]
H A Dkis_mesh_transform_strategy.cpp227 m_d->mode = mode; in setTransformFunction()
259 gc.drawImage(m_d->paintingOffset, m_d->transformedImage); in paint()
272 if (m_d->hoveredSegment && it.segmentIndex() == *m_d->hoveredSegment) { in paint()
296 if (m_d->hoveredControl && *m_d->hoveredControl == it.controlIndex()) { in paint()
324 switch (m_d->mode) { in getCurrentCursor()
488 m_d->initialMeshState = *m_d->currentArgs.meshTransform(); in beginPrimaryAction()
498 !m_d->selectedNodes.contains(m_d->hoveredControl->nodeIndex)) { in beginPrimaryAction()
501 m_d->selectedNodes << m_d->hoveredControl->nodeIndex; in beginPrimaryAction()
537 m_d->selectedNodes.insert(m_d->hoveredControl->nodeIndex); in beginPrimaryAction()
539 m_d->selectedNodes.remove(m_d->hoveredControl->nodeIndex); in beginPrimaryAction()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/input/
H A Dkis_shortcut_matcher.cpp153 : m_d(new Private) in KisShortcutMatcher()
158 delete m_d; in ~KisShortcutMatcher()
205 m_d->keys.insert(key); in keyPressed()
384 if (m_d->touchShortcut && !m_d->touchShortcut->match( event ) ) { in touchUpdateEvent()
517 std::copy(m_d->keys.begin(), m_d->keys.end(), std::back_inserter(keys)); in debugPressedKeys()
532 m_d->keys.clear(); in reset()
533 m_d->buttons.clear(); in reset()
540 m_d->keys.clear(); in reset()
541 m_d->buttons.clear(); in reset()
612 if (s->matchReady(m_d->keys, m_d->buttons)) { in prepareReadyShortcuts()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/dialogs/
H A DKisAsyncAnimationRenderDialogBase.cpp162 m_d->dirtyFramesCount = m_d->stillDirtyFrames.size(); in regenerateRange()
164 if (!m_d->isBatchMode) { in regenerateRange()
169 m_d->progressDialog->setMaximum(m_d->dirtyFramesCount); in regenerateRange()
170 m_d->progressDialog->setMinimumDuration(m_d->busyWait); in regenerateRange()
174 if (m_d->dirtyFramesCount <= 0) return m_d->result; in regenerateRange()
192 KisImageSP image = i == numWorkers - 1 ? m_d->image : m_d->image->clone(true); in regenerateRange()
233 return m_d->result; in regenerateRange()
364 if (m_d->progressDialog && m_d->progressData) { in slotUpdateCompressedProgressData()
367 m_d->progressDialog->setLabelText(m_d->progressData->second); in slotUpdateCompressedProgressData()
368 m_d->progressDialog->setValue(m_d->progressData->first); in slotUpdateCompressedProgressData()
[all …]

12345678910>>...67