Searched refs:CommandExecutor (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.h20 class CommandExecutor : public BLooper { class in inherits:BLooper
22 CommandExecutor();
23 virtual ~CommandExecutor();
H A DCommandExecutor.cpp10 #include "CommandExecutor.h"
22 CommandExecutor::CommandExecutor() function in class:CommandExecutor
29 CommandExecutor::~CommandExecutor()
39 CommandExecutor::GetNextWord(char** setBegin, char** setEnd) const
70 CommandExecutor::MessageReceived(BMessage* message)
H A DShortcutsServerFilter.h30 class CommandExecutor;
45 CommandExecutor* fExecutor;
H A DShortcutsServerFilter.cpp17 #include "CommandExecutor.h"
33 fExecutor(new CommandExecutor)

Completed in 53 milliseconds