Home
last modified time | relevance | path

Searched refs:itemFinished (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/kreport/kreport-3.2.0/src/renderer/
H A DKReportAsyncItemManager_p.cpp66 connect(item, SIGNAL(finishedRendering()), this, SLOT(itemFinished())); in addItem()
71 void AsyncItemManager::itemFinished() in itemFinished() function in KReportPrivate::AsyncItemManager
H A DKReportAsyncItemManager_p.h50 void itemFinished();
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/item/timed/
H A DTimedStackableItem.java96 itemFinished(player.get()); in onTurnReached()
138 public abstract void itemFinished(Player player); in itemFinished() method in TimedStackableItem
H A DTimedInvisibility.java40 public void itemFinished(final Player player) { in itemFinished() method in TimedInvisibility
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Ddownloadmanager.cpp114 connect(item, SIGNAL(finished()), SLOT(itemFinished())); in gotStreamUrl()
120 void DownloadManager::itemFinished() { in itemFinished() function in DownloadManager
H A Ddownloadmanager.h50 void itemFinished();
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DSerialTrack.h38 void itemFinished( int index );
H A DTourPlayback.h82 void itemFinished( int index );
H A DTourPlayback.cpp77 connect( &d->m_mainTrack, SIGNAL(itemFinished(int)), this, SLOT(handleFinishedItem(int)) ); in TourPlayback()
90 emit itemFinished( index ); in handleFinishedItem() local
H A DSerialTrack.cpp142 emit itemFinished( m_currentIndex + 1 ); in handleFinishedItem() local
H A DTourWidget.cpp183 … QObject::connect( &m_playback, SIGNAL(itemFinished(int)), q, SLOT(setHighlightedItemIndex(int)) ); in TourWidgetPrivate()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/themes/shared/downloads/
H A Ddownloads.inc.css10 %define itemFinished @item@[state="1"]
184 @itemFinished@[exists] .downloadMainArea:hover,
190 @itemFinished@[exists] > .downloadMainArea:hover:active,
/dports/lang/spidermonkey60/firefox-60.9.0/browser/themes/shared/downloads/
H A Ddownloads.inc.css10 %define itemFinished @item@[state="1"]
211 @itemFinished@[exists] > .downloadMainArea:hover > .downloadContainer > .downloadDetailsHover,
254 @itemFinished@[exists] .downloadMainArea:hover,
260 @itemFinished@[exists] > .downloadMainArea:hover:active,
/dports/www/firefox-esr/firefox-91.8.0/browser/themes/shared/downloads/
H A Ddownloads.inc.css10 %define itemFinished @item@[state="1"]
36 @itemFinished@[exists]:hover:not(.downloadHoveringButton),
44 @itemFinished@[exists]:hover:active,
/dports/mail/thunderbird/thunderbird-91.8.0/browser/themes/shared/downloads/
H A Ddownloads.inc.css10 %define itemFinished @item@[state="1"]
36 @itemFinished@[exists]:hover:not(.downloadHoveringButton),
44 @itemFinished@[exists]:hover:active,
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/replaygainscanner/
H A Dreplaygainfilelist.h103 … void itemFinished( ReplayGainFileListItem *item, ReplayGainFileListItem::ReturnCode returnCode );
H A Dreplaygainfilelist.cpp819 itemFinished( 0, ReplayGainFileListItem::Succeeded ); in processNextItem()
872 void ReplayGainFileList::itemFinished( ReplayGainFileListItem *item, ReplayGainFileListItem::Return… in itemFinished() function in ReplayGainFileList
H A Dreplaygainscanner.cpp107 …ainFileListItem*,ReplayGainFileListItem::ReturnCode)), fileList, SLOT(itemFinished(ReplayGainFileL… in ReplayGainScanner()
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/themes/shared/downloads/
H A Ddownloads.inc.css10 %define itemFinished @item@[state="1"]
262 @itemFinished@[exists] .downloadMainArea:hover,
268 @itemFinished@[exists] > .downloadMainArea:hover:active,
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dfilelist.h129 …void itemFinished( FileListItem *item, FileListItem::ReturnCode returnCode, bool waitingForAlbumGa…
H A Dfilelist.cpp826 itemFinished( 0, FileListItem::Succeeded ); in convertNextItem()
905 void FileList::itemFinished( FileListItem *item, FileListItem::ReturnCode returnCode, bool waitingF… in itemFinished() function in FileList
H A Dsoundkonverterview.cpp136 …inished(FileListItem*,FileListItem::ReturnCode,bool)), fileList, SLOT(itemFinished(FileListItem*,F… in soundKonverterView()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/network-web/
H A Ddownloadmanager.h133 void itemFinished();
H A Ddownloadmanager.cpp528 connect(item, &DownloadItem::downloadFinished, this, &DownloadManager::itemFinished); in addItem()
553 void DownloadManager::itemFinished() { in itemFinished() function in DownloadManager