Home
last modified time | relevance | path

Searched refs:dnd_provides (Results 1 – 8 of 8) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMLocalSource.h75 FXuint dnd_provides(FXDragType types[]) override;
H A DGMPodcastSource.h151 FXuint dnd_provides(FXDragType types[]) override;
H A DGMSource.h243 virtual FXuint dnd_provides(FXDragType []) {return 0;} in dnd_provides() function
H A DGMDatabaseSource.h183 FXuint dnd_provides(FXDragType types[]) override;
H A DGMLocalSource.cpp122 FXuint GMLocalSource::dnd_provides(FXDragType types[]){ in dnd_provides() function in GMLocalSource
H A DGMPodcastSource.cpp1673 FXuint GMPodcastSource::dnd_provides(FXDragType types[]){ in dnd_provides() function in GMPodcastSource
H A DGMDatabaseSource.cpp376 FXuint GMDatabaseSource::dnd_provides(FXDragType types[]){ in dnd_provides() function in GMDatabaseSource
H A DGMTrackView.cpp2195 FXuint ntypes=source->dnd_provides(types); in onCmdBeginDrag()