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

/haiku/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.h14 class CopyPLItemsCommand : public PLItemsCommand { class in inherits:PLItemsCommand
16 CopyPLItemsCommand(
20 virtual ~CopyPLItemsCommand();
H A DCopyPLItemsCommand.cpp5 #include "CopyPLItemsCommand.h"
24 CopyPLItemsCommand::CopyPLItemsCommand(Playlist* playlist, function in class:CopyPLItemsCommand
58 CopyPLItemsCommand::~CopyPLItemsCommand()
65 CopyPLItemsCommand::InitCheck()
74 CopyPLItemsCommand::Perform()
95 CopyPLItemsCommand::Undo()
118 CopyPLItemsCommand::GetName(BString& name)
H A DPlaylistListView.cpp26 #include "CopyPLItemsCommand.h"
493 fCommandStack->Perform(new (nothrow) CopyPLItemsCommand(fPlaylist,

Completed in 30 milliseconds