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

/haiku/src/apps/mediaplayer/playlist/
H A DMovePLItemsCommand.h14 class MovePLItemsCommand : public PLItemsCommand { class in inherits:PLItemsCommand
16 MovePLItemsCommand(
20 virtual ~MovePLItemsCommand();
H A DMovePLItemsCommand.cpp6 #include "MovePLItemsCommand.h"
25 MovePLItemsCommand::MovePLItemsCommand(Playlist* playlist, function in class:MovePLItemsCommand
64 MovePLItemsCommand::~MovePLItemsCommand()
72 MovePLItemsCommand::InitCheck()
109 MovePLItemsCommand::Perform()
144 MovePLItemsCommand::Undo()
178 MovePLItemsCommand::GetName(BString& name)
H A DPlaylistListView.cpp30 #include "MovePLItemsCommand.h"
485 fCommandStack->Perform(new (nothrow) MovePLItemsCommand(fPlaylist,

Completed in 42 milliseconds