Home
last modified time | relevance | path

Searched refs:updateTotal (Results 1 – 24 of 24) sorted by relevance

/dports/misc/parley/parley-21.12.3/src/collection/
H A Dentryfilterdialog.cpp23 updateTotal(); in EntryFilterDialog()
70 void EntryFilterDialog::updateTotal() in updateTotal() function in EntryFilterDialog
107 connect(m_ui->lessonCheckBox, &QAbstractButton::toggled, this, &EntryFilterDialog::updateTotal); in setupConnections()
108 … connect(m_ui->wordTypeCheckBox, &QAbstractButton::toggled, this, &EntryFilterDialog::updateTotal); in setupConnections()
109 … connect(m_ui->blockedCheckBox, &QAbstractButton::toggled, this, &EntryFilterDialog::updateTotal); in setupConnections()
110 …onnect(m_ui->timesWrongCheckBox, &QAbstractButton::toggled, this, &EntryFilterDialog::updateTotal); in setupConnections()
111 …ct(m_ui->timesPracticedCheckBox, &QAbstractButton::toggled, this, &EntryFilterDialog::updateTotal); in setupConnections()
112 …nnect(m_ui->minMaxGradeCheckBox, &QAbstractButton::toggled, this, &EntryFilterDialog::updateTotal); in setupConnections()
H A Dentryfilterdialog.h34 void updateTotal();
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/
H A DTime.lua1027 updateTotal(res)
1035 updateTotal(res)
1043 updateTotal(res)
1053 updateTotal(res)
1112 updateTotal(res)
1118 updateTotal(res)
1124 updateTotal(res)
1130 updateTotal(res)
1136 updateTotal(res)
1142 updateTotal(res)
[all …]
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dfeature_vec_averager.cc13 inline void FeatureVecAverager::updateTotal(const FeatureKey &fk) { in updateTotal() function in Apertium::FeatureVecAverager
20 updateTotal(other_it->first); in updateTotalsTimestamps()
45 updateTotal(fk); in average()
H A Dfeature_vec_averager.h13 inline void updateTotal(const FeatureKey &fk);
/dports/graphics/qgis/qgis-3.22.3/src/app/3d/
H A Dqgs3dmeasuredialog.cpp93 updateTotal(); in addPoint()
98 updateTotal(); in addPoint()
148 updateTotal(); in removeLastPoint()
188 updateTotal(); in unitsChanged()
249 void Qgs3DMeasureDialog::updateTotal() in updateTotal() function in Qgs3DMeasureDialog
288 updateTotal(); in resetTable()
H A Dqgs3dmeasuredialog.h114 void updateTotal();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/3d/
H A Dqgs3dmeasuredialog.cpp93 updateTotal(); in addPoint()
98 updateTotal(); in addPoint()
148 updateTotal(); in removeLastPoint()
188 updateTotal(); in unitsChanged()
249 void Qgs3DMeasureDialog::updateTotal() in updateTotal() function in Qgs3DMeasureDialog
288 updateTotal(); in resetTable()
H A Dqgs3dmeasuredialog.h114 void updateTotal();
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dadd_to_timeline.py149 self.updateTotal()
384 self.updateTotal()
386 def updateTotal(self): member in AddToTimeline
464 self.txtImageLength.valueChanged.connect(self.updateTotal)
465 self.cmbTransition.currentIndexChanged.connect(self.updateTotal)
466 self.cmbFade.currentIndexChanged.connect(self.updateTotal)
467 self.txtFadeLength.valueChanged.connect(self.updateTotal)
468 self.txtTransitionLength.valueChanged.connect(self.updateTotal)
550 self.updateTotal()
/dports/games/scourge/scourge/src/
H A Dsdlscreenview.cpp26 updateTotal = -1; in SDLScreenView()
38 this->updateTotal = total; in setUpdate()
H A Dsdlscreenview.h31 int updateValue, updateTotal; variable
52 return updateTotal; in getUpdateTotal()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Dcounter_tree.cpp86 m_parent->updateTotal(m_count); in recount()
208 updateTotal(m_value); in recount()
237 void CounterReset::updateTotal(int value) in updateTotal() function in khtml::CounterReset
H A Dcounter_tree.h156 void updateTotal(int value);
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/
H A DProgress.py68 def updateTotal(self, total): member in NuitkaProgessBar
146 Tracing.progress.updateTotal(total)
/dports/finance/expense/Expense/
H A DExpDocument.h32 - (void) updateTotal: (NSNotification *) aNotification;
H A DExpDocument.m.save24 selector: @selector(updateTotal:)
55 - (void) updateTotal: (NSNotification *) aNotification
H A DExpDocument.my27 selector: @selector(updateTotal:)
58 - (void) updateTotal: (NSNotification *) aNotification
H A DExpDocument.m27 selector: @selector(updateTotal:)
58 - (void) updateTotal: (NSNotification *) aNotification
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/dialogs/
H A Dtemporarydata.cpp254 updateTotal(); in gotPreviewSize()
263 updateTotal(); in gotProxySize()
277 updateTotal(); in gotAudioSize()
291 updateTotal(); in gotThumbSize()
294 void TemporaryData::updateTotal() in updateTotal() function in TemporaryData
H A Dtemporarydata.h97 void updateTotal();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/top/window/
H A DRollingWindowManager.java327 updateTotal(entry.value); in offer()
338 private void updateTotal(long value) { in updateTotal() method in RollingWindowManager.TopN
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/
H A Dgridlayout.cpp438 void updateTotal() in DENG2_PIMPL()
708 d->updateTotal(); in width()
714 d->updateTotal(); in height()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2006-12-3126120 (WebCore::CounterResetNode::updateTotal):