Home
last modified time | relevance | path

Searched defs:hasTrack (Results 1 – 14 of 14) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMPlayQueue.cpp196 FXbool GMPlayQueue::hasTrack(FXint id) const{ in hasTrack() function in GMPlayQueue
H A DGMSource.h149 virtual FXbool hasTrack(const FXString &,FXint &) { return false; } in hasTrack() function
H A DGMTrackDatabase.cpp472 FXint GMTrackDatabase::hasTrack(const FXString & filename,FXint pid,FXTime & modified) { in hasTrack() function in GMTrackDatabase
H A DGMDatabaseSource.cpp299 FXbool GMDatabaseSource::hasTrack(const FXString & mrl,FXint & id) { in hasTrack() function in GMDatabaseSource
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/aggregate/
H A DAggregateCollection.cpp422 AggregateCollection::hasTrack( const Meta::TrackKey &key ) in hasTrack() function in AggregateCollection
476 bool hasTrack, hasAlbum, hasArtist, hasYear, hasGenre, hasComposer, hasLabel; in emptyCache() local
/dports/audio/mpz/mpz-1.0.19/app/playlist/
H A Dplaylist.cpp93 bool Playlist::hasTrack(quint64 track_uid) const { in hasTrack() function in Playlist::Playlist
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DCurrentLocationWidget.cpp116 bool const hasTrack = !d->m_widget->model()->positionTracking()->isTrackEmpty(); in setMarbleWidget() local
/dports/multimedia/lms/lms-3.25.2/src/libs/database/impl/
H A DTrackList.cpp344 TrackList::hasTrack(IdType trackId) const in hasTrack() function in Database::TrackList
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dhelpers.cpp339 ID3_Frame* id3::v2::hasTrack(const ID3_TagImpl& tag) in hasTrack() function in id3::v2
/dports/math/R-cran-NMF/NMF/R/
H A DNMFfit-class.R471 hasTrack <- function(object, niter=NULL){ function
/dports/games/residualvm/residualvm-0.3.1/engines/grim/emi/sound/
H A Demisound.cpp896 bool hasTrack = savedState->readBool(); in restoreState() local
/dports/games/scummvm/scummvm-2.5.1/engines/grim/emi/sound/
H A Demisound.cpp919 bool hasTrack = savedState->readBool(); in restoreState() local
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlRegistry.cpp882 bool hasTrack, hasAlbum, hasArtist, hasYear, hasGenre, hasComposer, hasLabel; in emptyCache() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/
H A DTGMeasureImpl.java1089 public boolean hasTrack(int number){ in hasTrack() method in TGMeasureImpl