Home
last modified time | relevance | path

Searched refs:progressValue (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Backend/LocalProcess/
H A DctkCmdLineModuleProcessWatcher.cpp37 processPaused(false), progressValue(0) in ctkCmdLineModuleProcessWatcher()
87 int progressValue = incrementProgress(); in filterFinished() local
88 if (progressValue == 1000) progressValue = 1001; in filterFinished()
89 …futureInterface.setProgressValueAndText(progressValue, comment.isEmpty() ? tr("Finished ") + name … in filterFinished()
155 progressValue = static_cast<int>(progress * 1000.0f); in updateProgress()
159 if (progressValue < 1) progressValue = 1; in updateProgress()
160 if (progressValue > 1000) progressValue = 1000; in updateProgress()
161 return progressValue; in updateProgress()
167 if (++progressValue > 1000) progressValue = 1000; in incrementProgress()
168 return progressValue; in incrementProgress()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games/
H A DSnapshotMetadata.php24 public $progressValue; variable in Google_Service_Games_SnapshotMetadata
58 public function setProgressValue($progressValue) argument
60 $this->progressValue = $progressValue;
64 return $this->progressValue;
H A DSnapshot.php28 public $progressValue; variable in Google_Service_Games_Snapshot
95 public function setProgressValue($progressValue) argument
97 $this->progressValue = $progressValue;
101 return $this->progressValue;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Games/
H A DSnapshot.php28 public $progressValue; variable in Google_Service_Games_Snapshot
95 public function setProgressValue($progressValue) argument
97 $this->progressValue = $progressValue;
101 return $this->progressValue;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/examples/mandelbrot/source/
H A Dmandelbrotwindow.cpp135 ProgressController (ValuePtr progressValue, IController* parent)
136 : DelegationController (parent), progressValue (progressValue)
138 progressValue->registerListener (this);
141 ~ProgressController () noexcept override { progressValue->unregisterListener (this); }
182 ValuePtr progressValue;
192 ViewController (IController* parent, Model::Ptr model, ValuePtr progressValue)
193 : DelegationController (parent), model (model), progressValue (progressValue)
224 return new ProgressController (progressValue, this);
272 Value::performSingleEdit (*progressValue, 1.);
282 Value::performSingleEdit (*This->progressValue, 0.);
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/examples/mandelbrot/source/
H A Dmandelbrotwindow.cpp136 ProgressController (ValuePtr progressValue, IController* parent) in View()
137 : DelegationController (parent), progressValue (progressValue) in View()
139 progressValue->registerListener (this); in View()
142 ~ProgressController () noexcept override { progressValue->unregisterListener (this); } in View()
183 ValuePtr progressValue; in View()
193 ViewController (IController* parent, Model::Ptr model, ValuePtr progressValue) in View()
194 : DelegationController (parent), model (model), progressValue (progressValue) in View()
225 return new ProgressController (progressValue, this); in View()
273 Value::performSingleEdit (*progressValue, 1.); in View()
283 Value::performSingleEdit (*This->progressValue, 0.); in View()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/asyncfuture/tests/asyncfutureunittests/
H A Dcookbook.cpp61 QCOMPARE(future.progressValue(), 3); in run_mapped()
88 QCOMPARE(future.progressValue(), 0); in run_mapped()
92 QCOMPARE(future.progressValue(), 3); in run_mapped()
115 QCOMPARE(future.progressValue(), 0); in run_mapped()
119 QCOMPARE(future.progressValue(), 3); in run_mapped()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/tracing/
H A Dtimelinetracefile.cpp50 return m_future.isProgressUpdateNeeded() || m_future.progressValue() == 0; in isProgressUpdateNeeded()
53 void TimelineTraceFile::addProgressValue(int progressValue) in addProgressValue() argument
56 qMin(m_future.progressValue() + progressValue, in addProgressValue()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/nio/
H A DNioFileCopierWithProgressMeter.java269 …protected void logProgress(final double progressValue, final long totalBytesRead, final double byt… in logProgress() argument
271 logProgressVerbose(progressValue, totalBytesRead, bytesPerMillisecond); in logProgress()
274 logProgressSimple(progressValue, totalBytesRead, bytesPerMillisecond); in logProgress()
285 …protected void logProgressSimple(final double progressValue, final long totalBytesRead, final doub… in logProgressSimple() argument
292 progressValue, in logProgressSimple()
299 …protected void logProgressVerbose(final double progressValue, final long totalBytesRead, final dou… in logProgressVerbose() argument
308 progressValue, in logProgressVerbose()
337 …final double progressValue = progressPercentDisplayIncrement * (Math.floor(Math.abs(rawProgressVal… in updateCopyProgress() local
340 if ( progressValue != lastProgressValue ) { in updateCopyProgress()
352 …logProgress(progressValue, totalBytesRead, downloadBytesPerMilliSecond.stream().mapToDouble(x -> x… in updateCopyProgress()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/
H A Dprogress.cpp53 void Con_SetProgress(int progressValue) in Con_SetProgress() argument
55 progress().setProgress(progressValue, progressValue < progress().range().end? in Con_SetProgress()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Queue/Model/
H A DQueueProgressStatus.cs25 private double progressValue; field in HandBrakeWPF.Services.Queue.Model.QueueProgressStatus
65 get => this.progressValue;
68 if (value == this.progressValue)
73 this.progressValue = value;
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_progress_widget.cpp78 void KisProgressWidget::correctVisibility(int progressValue) in correctVisibility() argument
84 (progressValue >= m_progressBar->minimum() && in correctVisibility()
85 progressValue < m_progressBar->maximum()); in correctVisibility()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/concurrent/
H A Dqfuturewatcher.h70 int progressValue() const;
96 void progressValueChanged(int progressValue);
140 int progressValue() const;
164 void progressValueChanged(int progressValue);
/dports/www/limesurvey/limesurvey/themes/survey/vanilla/views/subviews/header/
H A Dprogress_bar.twig27 …{% set progressValue = ( aSurveyInfo.progress.total > 0 ) ? intval( (aSurveyInfo.progress.current…
29 …ssbar" aria-valuenow="{{ progressValue }}" aria-valuemin="0" aria-valuemax="100" style="min-width:…
30 {{ progressValue }}%
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqfuturewatcher.h63 int progressValue() const;
89 void progressValueChanged(int progressValue);
131 int progressValue() const;
155 void progressValueChanged(int progressValue);

12345678910>>...12