Home
last modified time | relevance | path

Searched refs:hasCover (Results 1 – 25 of 38) sorted by relevance

12

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Tagging/
H A DCoverTest.cpp39 QVERIFY(Tagging::hasCover(filename) == false);
61 QVERIFY2(Tagging::hasCover(filename), "has cover 1");
71 QVERIFY2(Tagging::hasCover(filename), "has cover 2");
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/intro/
H A Dintro_step.cpp64 bool hasCover) in Step() argument
68 , _hasCover(hasCover) in Step()
220 if (hasCover()) { in updateLabelsPosition()
277 if (hasCover()) { in paintAnimated()
292 auto progress = (hasCover() ? anim::easeOutCirc(1., dt) : anim::linear(1., dt)); in paintAnimated()
297 …auto coverTop = (hasCover() ? anim::interpolate(-st::introCoverHeight, 0, showCoverMethod) : anim:… in paintAnimated()
301 auto positionReady = hasCover() ? showCoverMethod : hideCoverMethod; in paintAnimated()
456 if (hasCover() || after->hasCover()) { in prepareShowAnimated()
552 bool Step::hasCover() const { in hasCover() function in Intro::details::Step
H A Dintro_widget.cpp303 const auto stepHasCover = getStep()->hasCover(); in checkUpdateStatus()
348 if (wasStep->hasCover() != getStep()->hasCover()) { in historyMove()
350 _controlsTopFrom = wasStep->hasCover() ? st::introCoverHeight : 0; in historyMove()
351 …{ updateControlsGeometry(); }, 0., 1., st::introCoverDuration, wasStep->hasCover() ? anim::linear … in historyMove()
363 auto stepHasCover = getStep()->hasCover(); in historyMove()
654 auto hasCover = getStep()->hasCover(); in showControls() local
655 _settings->toggle(!hasCover, anim::type::instant); in showControls()
657 _update->toggle(!hasCover, anim::type::instant); in showControls()
780 auto controlsTopTo = getStep()->hasCover() ? st::introCoverHeight : 0; in updateControlsGeometry()
H A Dintro_step.h40 bool hasCover = false);
72 [[nodiscard]] bool hasCover() const;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Tagging/
H A DTaggingCover.h39 bool hasCover(const ParsedTag& parsedTag); in mk_cheetah_print_worker_memory_usage()
40 bool hasCover(const QString& filepath); in mk_cheetah_print_worker_memory_usage()
H A DTagging.cpp179 const auto hasCover = static_cast<int>(Tagging::hasCover(parsedTag)); in getMetaDataOfFile() local
180 track.addCustomField("has-album-art", "", QString::number(hasCover)); in getMetaDataOfFile()
H A DTaggingCover.cpp243 bool Tagging::hasCover(const ParsedTag& parsedTag) in hasCover() function in Tagging
261 bool Tagging::hasCover(const QString& filepath) in hasCover() function in Tagging
265 ? hasCover(tagInfo.value().parsedTag) in hasCover()
/dports/multimedia/lms/lms-3.25.2/src/libs/metadata/impl/
H A DTagLibParser.cpp232 track.hasCover = true; in processTag()
315 track.hasCover = true; in parse()
348 track.hasCover = true; in parse()
361 track.hasCover = true; in parse()
377 track.hasCover = true; in parse()
382 track.hasCover = true; in parse()
387 track.hasCover = true; in parse()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/shared/tag_helpers/
H A DASFTagHelper.cpp181 bool hasCover = false, hasOtherCover = false; in embeddedCover() local
201 hasCover = true; in embeddedCover()
212 if( !hasCover && hasOtherCover ) in embeddedCover()
215 hasCover = true; in embeddedCover()
218 if( !hasCover ) in embeddedCover()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Tagging/
H A DGUI_CoverEdit.cpp156 const auto hasCover = Tagging::hasCover(track.filepath()); in setCover() local
157 if(!hasCover) in setCover()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DPrettyTreeDelegate.cpp93 const bool hasCover = index.data( PrettyTreeRoles::HasCoverRole ).toBool(); in paint() local
95 if( hasCover || in paint()
258 const bool hasCover = index.data( PrettyTreeRoles::HasCoverRole ).toBool(); in sizeHint() local
261 if( hasCover ) in sizeHint()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/covermanager/
H A DCoverManager.h169 bool hasCover() const;
170 bool canRemoveCover() const { return !m_embedded && hasCover(); } in canRemoveCover()
H A DCoverManager.cpp307 if( !coverItem->hasCover() ) in fetchMissingCovers()
476 if ( item->hasCover() ) in coverItemClicked()
546 else if( id == AlbumsWithCover && coverItem->hasCover() ) //show only albums with cover in changeView()
548 … else if( id == AlbumsWithoutCover && !coverItem->hasCover() )//show only albums without cover in changeView()
677 if( !static_cast<CoverViewItem*>( item )->hasCover() ) in updateStatusBar()
869 CoverViewItem::hasCover() const in hasCover() function in CoverViewItem
/dports/multimedia/lms/lms-3.25.2/src/libs/cover/impl/
H A DCoverArtGrabber.cpp45 bool hasCover {}; member
64 res->hasCover = track->hasCover(); in getTrackInfo()
338 if (trackInfo->hasCover) in getFromTrack()
/dports/audio/juk/juk-21.12.3/
H A Dcovermanager.cpp502 bool CoverManager::hasCover(coverKey id) in hasCover() function in CoverManager
509 if(!hasCover(id)) in removeCover()
535 if(!hasCover(id)) in replaceCover()
603 if(hasCover(id)) in coverInfo()
H A Dcoverinfo.h37 bool hasCover() const;
H A Dcoverinfo.cpp98 bool CoverInfo::hasCover() const in hasCover() function in CoverInfo
115 m_hasCover = CoverManager::hasCover(m_coverKey); in hasCover()
223 if(hasCover() && m_coverKey != CoverManager::NoMatch) { in pixmap()
H A Dnowplaying.cpp136 if(!file.isNull() && file.coverInfo()->hasCover()) { in update()
166 m_file.coverInfo()->hasCover()) in mouseReleaseEvent()
H A Dcovermanager.h197 static bool hasCover(coverKey id);
/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_509/ThisDevice/
H A DSongsView.qml106 property bool hasCover: covers.length ? true : false
109 if (!hasCover) {
112 hasCover = true;
116 hasCover = true;
/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_515/ThisDevice/
H A DSongsView.qml106 property bool hasCover: covers.length ? true : false
109 if (!hasCover) {
112 hasCover = true;
116 hasCover = true;
/dports/multimedia/lms/lms-3.25.2/src/libs/database/include/database/
H A DTrack.hpp108 void setHasCover(bool hasCover) { _hasCover = hasCover; } in setHasCover() argument
134 bool hasCover() const { return _hasCover; } in hasCover() function in Database::Track
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/shared/collectionscanner/
H A DAlbum.cpp72 if( track->hasCover() ) in cover()
H A DTrack.h82 bool hasCover() const;
/dports/multimedia/lms/lms-3.25.2/src/libs/metadata/include/metadata/
H A DIParser.hpp73 bool hasCover {}; member

12