Home
last modified time | relevance | path

Searched refs:_ae_Timer (Results 1 – 2 of 2) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dmainwindow.h379 QTimer *_ae_Timer; variable
H A Dmainwindow.cpp116 _ae_Timer(0), in MainWindow()
727 if (_ae_Timer == 0) { // create timer (only once) in exportGraphicsFile()
728 _ae_Timer = new QTimer(this); in exportGraphicsFile()
729 _ae_Timer->setSingleShot(true); in exportGraphicsFile()
730 connect(_ae_Timer, SIGNAL(timeout()), this, SLOT(autoExportImage())); in exportGraphicsFile()
732 _ae_Timer->start(_ae_autosave_period); // one shot timer... in exportGraphicsFile()