Home
last modified time | relevance | path

Searched refs:fileCountChanged (Results 1 – 12 of 12) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/
H A Dscandialog.h69 emit fileCountChanged(fileList.count()); in run()
108 void fileCountChanged(int);
H A Dscandialog.cpp27 connect(scanthread, SIGNAL(fileCountChanged(int)), this, SLOT(setFileCount(int))); in ScanDialog()
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Daudioplayer.h173 void fileCountChanged(int count);
H A Daudioplayer.cpp78 emit fileCountChanged(getFileCount()); in setFiles() local
H A Dmprisinterface.cpp108 connect(m_audioPlayer, &AudioPlayer::fileCountChanged, in MprisPlayerInterface()
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Daudioplayer.h173 void fileCountChanged(int count);
H A Daudioplayer.cpp78 emit fileCountChanged(getFileCount()); in setFiles() local
H A Dmprisinterface.cpp108 connect(m_audioPlayer, &AudioPlayer::fileCountChanged, in MprisPlayerInterface()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dsoundkonverterview.h83 void fileCountChanged( int count );
H A Dfilelist.h138 void fileCountChanged( int count );
H A Dfilelist.cpp414 emit fileCountChanged( topLevelItemCount() ); in addFiles() local
445 emit fileCountChanged( topLevelItemCount() ); in addDir() local
485 emit fileCountChanged( topLevelItemCount() ); in addTracks() local
955 emit fileCountChanged( topLevelItemCount() ); in itemFinished() local
1215 emit fileCountChanged( topLevelItemCount() ); in removeSelectedItems() local
1482 emit fileCountChanged( topLevelItemCount() ); in load() local
H A Dsoundkonverterview.cpp57 connect( fileList, SIGNAL(fileCountChanged(int)), this, SLOT(fileCountChanged(int)) ); in soundKonverterView()
463 void soundKonverterView::fileCountChanged( int count ) in fileCountChanged() function in soundKonverterView