Home
last modified time | relevance | path

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

/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/signalplotter/
H A Dksignalplotter.h67 Q_PROPERTY(uint verticalLinesDistance READ verticalLinesDistance WRITE setVerticalLinesDistance) in Q_DECLARE_METATYPE()
307 void setVerticalLinesDistance(uint distance); in Q_DECLARE_METATYPE()
H A Dkgraphicssignalplotter.h65 Q_PROPERTY(uint verticalLinesDistance READ verticalLinesDistance WRITE setVerticalLinesDistance) in Q_DECLARE_METATYPE()
305 void setVerticalLinesDistance(uint distance); in Q_DECLARE_METATYPE()
H A Dksignalplotter.cpp266 void KSignalPlotter::setVerticalLinesDistance(uint distance) in setVerticalLinesDistance() function in KSignalPlotter
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/gui/SensorDisplayLib/
H A DFancyPlotterSettings.h64 void setVerticalLinesDistance( int distance );
H A DFancyPlotter.cpp249 mSettingsDialog->setVerticalLinesDistance( mPlotter->verticalLinesDistance() ); in configureSettings()
330 mPlotter->setVerticalLinesDistance( mSettingsDialog->verticalLinesDistance() ); in applySettings()
802 …mPlotter->setVerticalLinesDistance( element.attribute( QStringLiteral("vDistance"), QStringLiteral… in restoreSettings()
H A DFancyPlotterSettings.cpp359 void FancyPlotterSettings::setVerticalLinesDistance( int distance ) in setVerticalLinesDistance() function in FancyPlotterSettings
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/autotests/
H A Dsignalplottertest.cpp472 s->setVerticalLinesDistance(1); in testGettersSetters()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py5539 def setVerticalLinesDistance(self, distance): member in Plasma.SignalPlotter