Home
last modified time | relevance | path

Searched refs:setVerticalLinesScroll (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/signalplotter/
H A Dksignalplotter.h66 Q_PROPERTY(bool verticalLinesScroll READ verticalLinesScroll WRITE setVerticalLinesScroll) in Q_DECLARE_METATYPE()
314 void setVerticalLinesScroll(bool value); in Q_DECLARE_METATYPE()
H A Dkgraphicssignalplotter.h64 Q_PROPERTY(bool verticalLinesScroll READ verticalLinesScroll WRITE setVerticalLinesScroll) in Q_DECLARE_METATYPE()
312 void setVerticalLinesScroll(bool value); in Q_DECLARE_METATYPE()
H A Dksignalplotter.cpp285 void KSignalPlotter::setVerticalLinesScroll(bool value) in setVerticalLinesScroll() function in KSignalPlotter
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/gui/SensorDisplayLib/
H A DFancyPlotterSettings.h67 void setVerticalLinesScroll( bool value );
H A DFancyPlotter.cpp250 mSettingsDialog->setVerticalLinesScroll( mPlotter->verticalLinesScroll() ); in configureSettings()
331 mPlotter->setVerticalLinesScroll( mSettingsDialog->verticalLinesScroll() ); in applySettings()
803 …mPlotter->setVerticalLinesScroll( element.attribute( QStringLiteral("vScroll"), QStringLiteral("0"… in restoreSettings()
H A DFancyPlotterSettings.cpp369 void FancyPlotterSettings::setVerticalLinesScroll( bool value ) in setVerticalLinesScroll() function in FancyPlotterSettings
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/autotests/
H A Dsignalplottertest.cpp468 s->setVerticalLinesScroll(false); in testGettersSetters()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py5534 def setVerticalLinesScroll(self, value): member in Plasma.SignalPlotter