Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.h33 bool GetRedoName(BString& name);
H A DCommandStack.cpp125 CommandStack::GetRedoName(BString& name) in GetRedoName() function in CommandStack
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.h30 bool GetRedoName(BString& name);
H A DCommandStack.cpp128 CommandStack::GetRedoName(BString& name) in GetRedoName() function in CommandStack
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.h40 bool GetRedoName(BString& name);
H A DEditManager.cpp119 EditManager::GetRedoName(BString& name) in GetRedoName() function in EditManager
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp334 fRedoMI->SetEnabled(fCommandStack->GetRedoName(label)); in _ObjectChanged()
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp426 fRedoMI->SetEnabled(fDocument->CommandStack()->GetRedoName(temp)); in MessageReceived()