Krita Source Code Documentation
Loading...
Searching...
No Matches
MyKDcraw Class Reference
+ Inheritance diagram for MyKDcraw:

Public Member Functions

 MyKDcraw (QPointer< KoUpdater > updater)
 
void setWaitingDataProgress (double value) override
 

Private Attributes

QPointer< KoUpdaterupdater
 

Detailed Description

Definition at line 40 of file kis_raw_import.cpp.

Constructor & Destructor Documentation

◆ MyKDcraw()

MyKDcraw::MyKDcraw ( QPointer< KoUpdater > updater)
inline

Definition at line 43 of file kis_raw_import.cpp.

44 : updater(std::move(updater))
45 {
46 }
QPointer< KoUpdater > updater

Member Function Documentation

◆ setWaitingDataProgress()

void MyKDcraw::setWaitingDataProgress ( double value)
inlineoverride

Definition at line 48 of file kis_raw_import.cpp.

49 {
50 if (updater)
51 updater->setProgress(static_cast<int>(value * 100.0));
52 }
float value(const T *src, size_t ch)

References value().

Member Data Documentation

◆ updater

QPointer<KoUpdater> MyKDcraw::updater
private

Definition at line 55 of file kis_raw_import.cpp.


The documentation for this class was generated from the following file: