Home
last modified time | relevance | path

Searched refs:percentChanged (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemanfiledownloaderqueueitem.h13 Q_PROPERTY(qreal percent READ percent NOTIFY percentChanged)
39 void percentChanged();
H A Dasemanfiledownloaderqueueitem.cpp103 emit percentChanged(); in finished()
112 emit percentChanged(); in progressChanged()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/
H A DKoUpdater.cpp54 const bool percentChanged = m_progressPercent != percent; in setProgress() local
56 if (percentChanged || percent == 0 || percent == 100) { in setProgress()
/dports/databases/akonadi/akonadi-21.12.3/src/akonadicontrol/
H A Dagentinstance.cpp57 ….get(), &OrgFreedesktopAkonadiAgentStatusInterface::percent, this, &AgentInstance::percentChanged); in obtainAgentInterface()
110 void AgentInstance::percentChanged(int percent) in percentChanged() function in AgentInstance
160 …thCallback(QStringLiteral("progress"), QList<QVariant>(), this, SLOT(percentChanged(int)), SLOT(er… in refreshAgentStatus()
H A Dagentinstance.h139 void percentChanged(int percent);
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dexecutecompositejob.cpp77 connect(job, &KJob::percentChanged, in addSubjob()
105 disconnect(job, &KJob::percentChanged, in slotResult()
H A Djobstatus.cpp38 connect(job, &KJob::percentChanged, this, &JobStatus::slotPercent);
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/trash/
H A Dkcmtrash.cpp48 …rcent, qOverload<double>(&QDoubleSpinBox::valueChanged), this, &TrashConfigModule::percentChanged); in TrashConfigModule()
87 void TrashConfigModule::percentChanged(double percent) in percentChanged() function in TrashConfigModule
134 percentChanged(mPercent->value()); in trashChanged()
H A Dkcmtrash.h36 void percentChanged(double);
/dports/audio/mpdcon/MPDCon-1.5.1/Resources/Player.gorm/
H A Ddata.classes11 "percentChanged:",
/dports/devel/kf5-kpackage/kpackage-5.89.0/src/kpackage/private/
H A Dpackagejobthread_p.h45 void percentChanged(int percent);
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/jobs/
H A Dkjob.cpp330 Q_EMIT percentChanged(this, percentage, QPrivateSignal{}); in setPercent() local
352 Q_EMIT percentChanged(this, d->percentage, QPrivateSignal{}); in emitPercent() local
H A Dkjobtrackerinterface.cpp45 connect(job, &KJob::percentChanged, this, &KJobTrackerInterface::percent); in registerJob()
H A Dkjob.h630 void percentChanged(KJob *job, unsigned long percent
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DAppController.h105 - (void) percentChanged: (id)sender;
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dadv-audio-control.hpp83 void percentChanged(int percent);
H A Dadv-audio-control.cpp231 SLOT(percentChanged(int))); in OBSAdvAudioCtrl()
426 void OBSAdvAudioCtrl::percentChanged(int percent) in percentChanged() function in OBSAdvAudioCtrl
/dports/databases/akonadi/akonadi-21.12.3/src/agentbase/
H A Dresourcebase.cpp183 connect(mItemSyncer, &KJob::percentChanged, this, in createItemSyncInstanceIfMissing()
756 connect(d->mCollectionSyncer, &KJob::percentChanged, d, in collectionsRetrieved()
773 connect(d->mCollectionSyncer, &KJob::percentChanged, d, in collectionsRetrievedIncremental()
789 connect(d->mCollectionSyncer, &KJob::percentChanged, d, in setCollectionStreamingEnabled()
1532 connect(d->mTagSyncer, &KJob::percentChanged, d, in tagsRetrieved()
1563 connect(d->mRelationSyncer, &KJob::percentChanged, d, in relationsRetrieved()
/dports/devel/kf5-kauth/kauth-5.89.0/autotests/
H A DHelperTest.cpp171 QSignalSpy percentSpy(job, &KJob::percentChanged); in testExecuteJobSignals()
/dports/archivers/ark/ark-21.12.3/app/
H A Dbatchextract.cpp53 connect(job, &KJob::percentChanged, this, &BatchExtract::forwardProgress); in addExtraction()
/dports/math/vtk8/VTK-8.2.0/Filters/Statistics/
H A DvtkKMeansStatistics.cxx471 double percentChanged = static_cast<double>( numMembershipChanges->GetValue( j ) )/ in Learn() local
473 if( percentChanged < this->Tolerance || numIter == this->MaxNumIterations) in Learn()
/dports/math/vtk9/VTK-9.1.0/Filters/Statistics/
H A DvtkKMeansStatistics.cxx446 double percentChanged = static_cast<double>(numMembershipChanges->GetValue(j)) / in Learn() local
448 if (percentChanged < this->Tolerance || numIter == this->MaxNumIterations) in Learn()
/dports/math/vtk6/VTK-6.2.0/Filters/Statistics/
H A DvtkKMeansStatistics.cxx471 double percentChanged = static_cast<double>( numMembershipChanges->GetValue( j ) )/ in Learn() local
473 if( percentChanged < this->Tolerance || numIter == this->MaxNumIterations) in Learn()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dprojectsourcepage.cpp199 connect(job, &KJob::percentChanged, this, &ProjectSourcePage::progressChanged); in checkoutVcsProject()
/dports/x11-toolkits/kf5-kjobwidgets/kjobwidgets-5.89.0/tests/
H A Dkjobcreator.cpp201 connect(m_job, &KJob::percentChanged, this, [this](KJob *job, unsigned long percent) { in TestDialog()

12