Home
last modified time | relevance | path

Searched refs:handleUpdated (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/scatterchart/
H A Dscatterchartitem.cpp57 QObject::connect(m_series->d_func(), SIGNAL(updated()), this, SLOT(handleUpdated())); in ScatterChartItem()
58 QObject::connect(m_series, SIGNAL(visibleChanged()), this, SLOT(handleUpdated())); in ScatterChartItem()
59 QObject::connect(m_series, SIGNAL(opacityChanged()), this, SLOT(handleUpdated())); in ScatterChartItem()
61 this, SLOT(handleUpdated())); in ScatterChartItem()
63 this, SLOT(handleUpdated())); in ScatterChartItem()
64 QObject::connect(series, SIGNAL(pointLabelsFontChanged(QFont)), this, SLOT(handleUpdated())); in ScatterChartItem()
65 QObject::connect(series, SIGNAL(pointLabelsColorChanged(QColor)), this, SLOT(handleUpdated())); in ScatterChartItem()
66 QObject::connect(series, SIGNAL(pointLabelsClippingChanged(bool)), this, SLOT(handleUpdated())); in ScatterChartItem()
71 handleUpdated(); in ScatterChartItem()
171 handleUpdated(); in updateGeometry()
[all …]
H A Dscatterchartitem_p.h79 void handleUpdated();
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/areachart/
H A Dareachartitem.cpp65 QObject::connect(m_series->d_func(), SIGNAL(updated()), this, SLOT(handleUpdated())); in AreaChartItem()
66 QObject::connect(m_series, SIGNAL(visibleChanged()), this, SLOT(handleUpdated())); in AreaChartItem()
67 QObject::connect(m_series, SIGNAL(opacityChanged()), this, SLOT(handleUpdated())); in AreaChartItem()
75 this, SLOT(handleUpdated())); in AreaChartItem()
77 this, SLOT(handleUpdated())); in AreaChartItem()
79 this, SLOT(handleUpdated())); in AreaChartItem()
81 this, SLOT(handleUpdated())); in AreaChartItem()
83 this, SLOT(handleUpdated())); in AreaChartItem()
85 handleUpdated(); in AreaChartItem()
188 void AreaChartItem::handleUpdated() in handleUpdated() function in AreaChartItem
H A Dareachartitem_p.h90 void handleUpdated();
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/linechart/
H A Dlinechartitem.cpp57 QObject::connect(series->d_func(), SIGNAL(updated()), this, SLOT(handleUpdated())); in LineChartItem()
58 QObject::connect(series, SIGNAL(visibleChanged()), this, SLOT(handleUpdated())); in LineChartItem()
59 QObject::connect(series, SIGNAL(opacityChanged()), this, SLOT(handleUpdated())); in LineChartItem()
61 this, SLOT(handleUpdated())); in LineChartItem()
63 this, SLOT(handleUpdated())); in LineChartItem()
64 QObject::connect(series, SIGNAL(pointLabelsFontChanged(QFont)), this, SLOT(handleUpdated())); in LineChartItem()
65 QObject::connect(series, SIGNAL(pointLabelsColorChanged(QColor)), this, SLOT(handleUpdated())); in LineChartItem()
66 QObject::connect(series, SIGNAL(pointLabelsClippingChanged(bool)), this, SLOT(handleUpdated())); in LineChartItem()
67 handleUpdated(); in LineChartItem()
330 void LineChartItem::handleUpdated() in handleUpdated() function in LineChartItem
H A Dlinechartitem_p.h69 void handleUpdated();
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/splinechart/
H A Dsplinechartitem.cpp55 QObject::connect(m_series->d_func(), SIGNAL(updated()), this, SLOT(handleUpdated())); in SplineChartItem()
56 QObject::connect(series, SIGNAL(visibleChanged()), this, SLOT(handleUpdated())); in SplineChartItem()
57 QObject::connect(series, SIGNAL(opacityChanged()), this, SLOT(handleUpdated())); in SplineChartItem()
59 this, SLOT(handleUpdated())); in SplineChartItem()
61 this, SLOT(handleUpdated())); in SplineChartItem()
62 QObject::connect(series, SIGNAL(pointLabelsFontChanged(QFont)), this, SLOT(handleUpdated())); in SplineChartItem()
63 QObject::connect(series, SIGNAL(pointLabelsColorChanged(QColor)), this, SLOT(handleUpdated())); in SplineChartItem()
64 QObject::connect(series, SIGNAL(pointLabelsClippingChanged(bool)), this, SLOT(handleUpdated())); in SplineChartItem()
65 handleUpdated(); in SplineChartItem()
418 void SplineChartItem::handleUpdated() in handleUpdated() function in SplineChartItem
H A Dsplinechartitem_p.h69 void handleUpdated();
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Feed/Parser/
H A DAtomParser.php171 protected function handleUpdated(Feed $feed, \SimpleXMLElement $el) function in Joomla\\CMS\\Feed\\Parser\\AtomParser