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

/haiku/src/apps/mediaplayer/playlist/
H A DImportPLItemsCommand.h13 class ImportPLItemsCommand : public PLItemsCommand { class in inherits:PLItemsCommand
15 ImportPLItemsCommand(
20 virtual ~ImportPLItemsCommand();
H A DImportPLItemsCommand.cpp7 #include "ImportPLItemsCommand.h"
27 ImportPLItemsCommand::ImportPLItemsCommand(Playlist* playlist, function in class:ImportPLItemsCommand
99 ImportPLItemsCommand::~ImportPLItemsCommand()
107 ImportPLItemsCommand::InitCheck()
116 ImportPLItemsCommand::Perform()
149 ImportPLItemsCommand::Undo()
177 ImportPLItemsCommand::GetName(BString& name)
H A DPlaylistListView.cpp28 #include "ImportPLItemsCommand.h"
528 if (fCommandStack->Perform(new (nothrow) ImportPLItemsCommand(fPlaylist,

Completed in 30 milliseconds