Searched refs:RandomizePLItemsCommand (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DRandomizePLItemsCommand.h14 class RandomizePLItemsCommand : public PLItemsCommand { class in inherits:PLItemsCommand
16 RandomizePLItemsCommand(
19 virtual ~RandomizePLItemsCommand();
H A DRandomizePLItemsCommand.cpp6 #include "RandomizePLItemsCommand.h"
26 RandomizePLItemsCommand::RandomizePLItemsCommand(Playlist* playlist, function in class:RandomizePLItemsCommand
67 RandomizePLItemsCommand::~RandomizePLItemsCommand()
76 RandomizePLItemsCommand::InitCheck()
86 RandomizePLItemsCommand::Perform()
93 RandomizePLItemsCommand::Undo()
100 RandomizePLItemsCommand::GetName(BString& name)
107 RandomizePLItemsCommand
[all...]
H A DPlaylistListView.cpp35 #include "RandomizePLItemsCommand.h"
565 fCommandStack->Perform(new (nothrow) RandomizePLItemsCommand(fPlaylist,

Completed in 36 milliseconds