Home
last modified time | relevance | path

Searched refs:newGenre (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/mediadevicecollection/
H A DMediaDeviceTrackEditor.cpp57 MediaDeviceTrackEditor::setGenre( const QString &newGenre ) in setGenre() argument
59 m_track->setGenre( newGenre ); in setGenre()
H A DMediaDeviceMeta.cpp500 MediaDeviceTrack::setGenre( const QString &newGenre ) in setGenre() argument
526 if ( genreMap.contains( newGenre ) ) in setGenre()
528 genrePtr = MediaDeviceGenrePtr::staticCast( genreMap.value( newGenre ) ); in setGenre()
532 genrePtr = MediaDeviceGenrePtr( new MediaDeviceGenre( newGenre ) ); in setGenre()
533 genreMap.insert( newGenre, GenrePtr::staticCast( genrePtr ) ); in setGenre()
H A DMediaDeviceTrackEditor.h34 void setGenre( const QString &newGenre ) override;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/scriptable/
H A DScriptableServiceMeta.cpp116 void Meta::ScriptableServiceTrack::setGenreName( const QString &newGenre ) in setGenreName() argument
118 … Meta::GenrePtr genrePtr = Meta::PrivateMetaRegistry::instance()->genre( m_serviceName, newGenre ); in setGenreName()
120 ScriptableServiceInternalGenre * intGenre = new ScriptableServiceInternalGenre( newGenre ); in setGenreName()
126 Meta::PrivateMetaRegistry::instance()->insertGenre( m_serviceName, newGenre, genrePtr ); in setGenreName()
H A DScriptableServiceMeta.h77 void setGenreName( const QString &newGenre );
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Library/
H A DGenreFetcher.cpp120 void GenreFetcher::renameGenre(const Genre& oldGenre, const Genre& newGenre) in renameGenre() argument
123 uto->renameGenre(oldGenre, newGenre); in renameGenre()
H A DGenreFetcher.h60 void renameGenre(const Genre& oldGenre, const Genre& newGenre);
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core/meta/
H A DTrackEditor.h49 virtual void setGenre( const QString &newGenre ) = 0;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/daap/
H A DDaapMeta.cpp130 DaapTrack::setGenre( const QString &newGenre ) in setGenre() argument
132 Q_UNUSED( newGenre ) in setGenre()
H A DDaapMeta.h64 virtual void setGenre ( const QString &newGenre );
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Tagging/
H A DUserTaggingOperations.h58 void renameGenre(const Genre& genre, const Genre& newGenre);
H A DUserTaggingOperations.cpp266 void UserOperations::renameGenre(const Genre& genre, const Genre& newGenre) in renameGenre() argument
280 editor->renameGenre(i, genre, newGenre); in renameGenre()
H A DEditor.cpp255 void Editor::renameGenre(int index, const Genre& genre, const Genre& newGenre) in renameGenre() argument
258 addGenre(index, newGenre); in renameGenre()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/upnpcollection/
H A DUpnpMeta.cpp127 UpnpTrack::setGenre( const QString &newGenre ) in setGenre() argument
129 Q_UNUSED( newGenre ) in setGenre()
H A DUpnpMeta.h64 virtual void setGenre ( const QString &newGenre );
/dports/audio/mpdcon/MPDCon-1.5.1/
H A DPlaylistItem.h65 - (void) setGenre: (NSString *)newGenre;
H A DPlaylistItem.m107 - (void) setGenre: (NSString *)newGenre
110 genre = [newGenre copy];
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/meta/timecode/
H A DTimecodeMeta.cpp194 TimecodeTrack::setGenre( const QString &newGenre ) in setGenre() argument
197 m_fields.insert( GENRE_UPDATED, newGenre ); in setGenre()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/meta/file/
H A DFile.h82 void setGenre( const QString &newGenre ) override;
H A DFile.cpp257 Track::setGenre( const QString &newGenre ) in setGenre() argument
260 commitIfInNonBatchUpdate( Meta::valGenre, newGenre ); in setGenre()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/
H A DServiceMetaBase.cpp331 ServiceTrack::setGenre( const QString &newGenre ) in setGenre() argument
333 Q_UNUSED( newGenre ) in setGenre()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlMeta.cpp461 SqlTrack::setGenre( const QString &newGenre ) in setGenre() argument
465 if( !m_genre || m_genre->name() != newGenre ) in setGenre()
466 commitIfInNonBatchUpdate( Meta::valGenre, newGenre ); in setGenre()
804 AmarokSharedPointer<SqlGenre> newGenre; in commitIfInNonBatchUpdate() local
940 newGenre = static_cast<SqlGenre*>(m_genre.data()); in commitIfInNonBatchUpdate()
1006 if( newGenre ) in commitIfInNonBatchUpdate()
1007 registry->m_dirtyGenres.insert( newGenre ); in commitIfInNonBatchUpdate()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/ipodcollection/
H A DIpodMeta.cpp322 Track::setGenre( const QString &newGenre ) in setGenre() argument
326 m_track->genre = g_strdup( newGenre.toUtf8() ); in setGenre()
327 commitIfInNonBatchUpdate( Meta::valGenre, newGenre ); in setGenre()
H A DIpodMeta.h100 void setGenre( const QString &newGenre ) override;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/collections/aggregate/
H A DTestAggregateMeta.cpp443 void setGenre( const QString &newGenre ) override { Q_UNUSED( newGenre ) }; in setGenre() argument

12