Home
last modified time | relevance | path

Searched refs:findUuidInSet (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/stats/
H A DConnsTabPage.cc93 …if (StatsPluginSettings::showLeechersInSwarms() && (pmConnsChtWgt->findUuidInSet(pmLhrSwnUuid) == … in applySettings()
97 …if ((!StatsPluginSettings::showLeechersInSwarms()) && (pmConnsChtWgt->findUuidInSet(pmLhrSwnUuid) … in applySettings()
103 …if (StatsPluginSettings::showSeedsInSwarms() && (pmConnsChtWgt->findUuidInSet(pmSesSwnUuid) == -1)… in applySettings()
104 if ((pmConnsChtWgt->findUuidInSet(pmLhrSwnUuid) == -1)) { in applySettings()
111 …if ((!StatsPluginSettings::showSeedsInSwarms()) && (pmConnsChtWgt->findUuidInSet(pmSesSwnUuid) != … in applySettings()
112 if ((pmConnsChtWgt->findUuidInSet(pmLhrSwnUuid) == -1)) { in applySettings()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/stats/drawer/
H A DChartDrawer.h137 virtual int16_t findUuidInSet(const QUuid &rQ) const = 0;
H A DKPlotWgtDrawer.h92 int16_t findUuidInSet(const QUuid &rQ) const override;
H A DPlainChartDrawer.h125 int16_t findUuidInSet(const QUuid &rQ) const override;
H A DKPlotWgtDrawer.cc270 int16_t KPlotWgtDrawer::findUuidInSet(const QUuid& rQ) const in findUuidInSet() function in kt::KPlotWgtDrawer
H A DPlainChartDrawer.cc459 int16_t PlainChartDrawer::findUuidInSet(const QUuid& rU) const in findUuidInSet() function in kt::PlainChartDrawer