Home
last modified time | relevance | path

Searched refs:ID_COPY_ARTIST (Results 1 – 3 of 3) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMSource.h114 ID_COPY_ARTIST, enumerator
H A DGMDatabaseSource.cpp100 FXMAPFUNC(SEL_COMMAND,GMDatabaseSource::ID_COPY_ARTIST,GMDatabaseSource::onCmdCopyArtistAlbum),
103 …FXMAPFUNC(SEL_DND_REQUEST,GMDatabaseSource::ID_COPY_ARTIST,GMDatabaseSource::onCmdRequestArtistAlb…
323 …Copy associated tracks to the clipboard."),GMIconTheme::instance()->icon_copy,this,ID_COPY_ARTIST); in artist_context_menu()
H A DGMTrackView.cpp2401 …IST_LIST: return source->handle(sender,FXSEL(SEL_DND_REQUEST,GMSource::ID_COPY_ARTIST),ptr); break; in onDndRequest()