Home
last modified time | relevance | path

Searched refs:slotImageLoaded (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/utilities/facemanagement/threads/
H A Dfacepreviewloader.cpp45 this, SLOT(slotImageLoaded(LoadingDescription,DImg))); in FacePreviewLoader()
75 void FacePreviewLoader::slotImageLoaded(const LoadingDescription& loadingDescription, const DImg& i… in slotImageLoaded() function in Digikam::FacePreviewLoader
H A Dfacepreviewloader.h50 void slotImageLoaded(const LoadingDescription& loadingDescription, const DImg& img);
/dports/graphics/digikam/digikam-7.4.0/core/tests/fileio/
H A Dloadsavethread_cli.cpp45 this, SLOT(slotImageLoaded(LoadingDescription,DImg)) ); in LoadSaveThreadTest()
73 void LoadSaveThreadTest::slotImageLoaded(const LoadingDescription& desc, const DImg& img) in slotImageLoaded() function in LoadSaveThreadTest
H A Dloadsavethread_cli.h49 void slotImageLoaded(const LoadingDescription&, const DImg&);
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/rawimport/native/
H A Drawpreview.cpp99 this, SLOT(slotImageLoaded(LoadingDescription,DImg))); in RawPreview()
172 void RawPreview::slotImageLoaded(const LoadingDescription& description, const DImg& image) in slotImageLoaded() function in DigikamRawImportNativePlugin::RawPreview
H A Drawpreview.h78 void slotImageLoaded(const LoadingDescription& description, const DImg& image);
/dports/graphics/digikam/digikam-7.4.0/core/tests/dimg/
H A Ddimghistory_utest.h47 void slotImageLoaded(const QString&, bool) override;
H A Ddimghistorygraph_utest.h47 void slotImageLoaded(const QString&, bool) override;
H A Ddimgabstracthistory_utest.cpp235 this, SLOT(slotImageLoaded(QString,bool))); in initBaseTestCase()
251 void DImgAbstractHistoryTest::slotImageLoaded(const QString&, bool) in slotImageLoaded() function in DImgAbstractHistoryTest
H A Ddimgabstracthistory_utest.h70 virtual void slotImageLoaded(const QString&, bool);
H A Ddimghistory_utest.cpp120 void DImgHistoryTest::slotImageLoaded(const QString&, bool success) in slotImageLoaded() function in DImgHistoryTest
H A Ddimghistorygraph_utest.cpp485 void DImgHistoryGraphTest::slotImageLoaded(const QString& fileName, bool success) in slotImageLoaded() function in DImgHistoryGraphTest
/dports/graphics/gwenview/gwenview-21.12.3/lib/document/
H A Dloadingdocumentimpl.h55 void slotImageLoaded();
H A Dloadingdocumentimpl.cpp364 …mageDataFutureWatcher, &QFutureWatcherBase::finished, this, &LoadingDocumentImpl::slotImageLoaded); in LoadingDocumentImpl()
504 void LoadingDocumentImpl::slotImageLoaded() in slotImageLoaded() function in Gwenview::LoadingDocumentImpl
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/inaturalist/
H A Dinatsuggest.h76 void slotImageLoaded(const QUrl&, const QByteArray&);
H A Dinatsuggest.cpp157 this, SLOT(slotImageLoaded(QUrl,QByteArray))); in setTalker()
446 void SuggestTaxonCompletion::slotImageLoaded(const QUrl& url, const QByteArray& data) in slotImageLoaded() function in DigikamGenericINatPlugin::SuggestTaxonCompletion
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/slideshow/common/
H A Dslideshowloader.h101 void slotImageLoaded(bool);
H A Dslideshowloader.cpp147 this, SLOT(slotImageLoaded(bool))); in SlideShowLoader()
419 void SlideShowLoader::slotImageLoaded(bool loaded) in slotImageLoaded() function in DigikamGenericSlideShowPlugin::SlideShowLoader
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/widgets/
H A Dcanvas.h211 void slotImageLoaded(const QString& filePath, bool success);
H A Dcanvas.cpp105 this, SLOT(slotImageLoaded(QString,bool))); in Canvas()
165 void Canvas::slotImageLoaded(const QString& filePath, bool success) in slotImageLoaded() function in Digikam::Canvas
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/core/
H A Deditorcore.cpp71 this, SLOT(slotImageLoaded(LoadingDescription,DImg))); in EditorCore()
166 slotImageLoaded(d->currentDescription, img); in slotLoadRawFromTool()
236 void EditorCore::slotImageLoaded(const LoadingDescription& loadingDescription, const DImg& img) in slotImageLoaded() function in Digikam::EditorCore
H A Deditorcore.h179 void slotImageLoaded(const LoadingDescription& loadingDescription, const DImg& img);
/dports/graphics/digikam/digikam-7.4.0/
H A DChangeLog330244 reason this was not corrected from slotImageLoaded. With this
419939 the DImgInterface::slotImageLoaded() method from dimginterface.cpp.