Home
last modified time | relevance | path

Searched refs:slotJobStarted (Results 1 – 10 of 10) sorted by relevance

/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/engrave/
H A Dautocompile.py109 mgr.slotJobStarted()
121 job.manager.manager(document).started.connect(self.slotJobStarted)
178 def slotJobStarted(self): member in AutoCompileManager
/dports/graphics/krita/krita-4.4.8/plugins/impex/raw/3rdparty/libkdcraw/tests/multithreading/
H A Dactionthread.cpp126 this, SLOT(slotJobStarted())); in convertRAWtoPNG()
165 void ActionThread::slotJobStarted() in slotJobStarted() function in ActionThread
H A Dactionthread.h63 void slotJobStarted();
/dports/graphics/digikam/digikam-7.4.0/core/tests/multithreading/
H A Drawtopngconverterthread.cpp146 this, SLOT(slotJobStarted())); in convertRAWtoPNG()
193 void RAWToPNGConverterThread::slotJobStarted() in slotJobStarted() function in RAWToPNGConverterThread
H A Drawtopngconverterthread.h63 void slotJobStarted();
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/logtool/
H A D__init__.py46 app.jobStarted.connect(self.slotJobStarted)
57 def slotJobStarted(self, doc, j): member in LogTool
/dports/graphics/digikam/digikam-7.4.0/core/tests/widgets/
H A Dditemslist_gui.cpp129 this, &ActionThread::slotJobStarted); in rotate()
168 void ActionThread::slotJobStarted() in slotJobStarted() function in ActionThread
H A Dditemslist_gui.h60 void slotJobStarted();
/dports/graphics/okular/okular-21.12.3/part/
H A Dpart.h240 void slotJobStarted(KIO::Job *job);
H A Dpart.cpp335 connect(this, &KParts::ReadOnlyPart::started, this, &Part::slotJobStarted); in Part()
1170 void Part::slotJobStarted(KIO::Job *job) in slotJobStarted() function in Okular::Part