Home
last modified time | relevance | path

Searched refs:elapsedChanged (Results 1 – 25 of 28) sorted by relevance

12

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp215 bool elapsedChanged = false; in OnTimer() local
222 elapsedChanged = true; in OnTimer()
225 if (elapsedChanged) in OnTimer()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmp/
H A Dstatehandler.h119 void elapsedChanged(qint64 time);
H A Dsoundcore.cpp49 connect(m_handler, SIGNAL(elapsedChanged(qint64)), SIGNAL(elapsedChanged(qint64))); in SoundCore()
H A Dsoundcore.h198 void elapsedChanged(qint64 time);
H A Dstatehandler.cpp59 emit (elapsedChanged(elapsed)); in dispatch()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/taskbar/
H A Dtaskbarhelper.cpp38 connect(core, &SoundCore::elapsedChanged, this, &TaskbarHelper::onElapsedChanged); in TaskbarHelper()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/statusicon/
H A Dstatusiconpopupwidget.cpp75 connect(SoundCore::instance(),SIGNAL(elapsedChanged(qint64)),this,SLOT(updateTime(qint64))); in StatusIconPopupWidget()
/dports/sysutils/kbackup/kbackup-21.12.3/src/
H A DArchiver.hxx120 void elapsedChanged(const QTime &);
H A DMainWidget.cxx48 connect(Archiver::instance, &Archiver::elapsedChanged, this, &MainWidget::updateElapsed); in MainWidget()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Ui/qsui/
H A Dqsuistatusbar.cpp60 connect(m_core, SIGNAL(elapsedChanged(qint64)), SLOT(onElapsedChanged(qint64))); in QSUiStatusBar()
H A Dqsuiwaveformseekbar.cpp44 connect(m_core, SIGNAL(elapsedChanged(qint64)), SLOT(onElapsedChanged(qint64))); in QSUiWaveformSeekBar()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp731 bool elapsedChanged = false; in UpdateStatInfo() local
735 elapsedChanged = true; in UpdateStatInfo()
742 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp731 bool elapsedChanged = false; in UpdateStatInfo() local
735 elapsedChanged = true; in UpdateStatInfo()
742 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp731 bool elapsedChanged = false; in UpdateStatInfo() local
735 elapsedChanged = true; in UpdateStatInfo()
742 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp731 bool elapsedChanged = false; in UpdateStatInfo() local
735 elapsedChanged = true; in UpdateStatInfo()
742 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp734 bool elapsedChanged = false; in UpdateStatInfo() local
738 elapsedChanged = true; in UpdateStatInfo()
745 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp741 bool elapsedChanged = false; in UpdateStatInfo() local
745 elapsedChanged = true; in UpdateStatInfo()
752 if (elapsedChanged || showAll) in UpdateStatInfo()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/mpris/
H A Dplayer2object.cpp44 connect(m_core, SIGNAL(elapsedChanged(qint64)), SLOT(checkSeeking(qint64))); in Player2Object()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Ui/skinned/
H A Ddisplay.cpp122 connect(m_core, SIGNAL(elapsedChanged(qint64)), SLOT(setTime(qint64))); in MainDisplay()

12