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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.h27 class KeyCommandMap : public BLooper { class in inherits:BLooper
29 KeyCommandMap(const char* watchFile);
30 virtual ~KeyCommandMap();
H A DShortcutsServerFilter.h29 class KeyCommandMap;
42 KeyCommandMap* fMap;
H A DKeyCommandMap.cpp12 #include "KeyCommandMap.h"
75 // #pragma mark - KeyCommandMap
78 KeyCommandMap::KeyCommandMap(const char* file) function in class:KeyCommandMap
102 KeyCommandMap::~KeyCommandMap()
120 KeyCommandMap::MouseMessageReceived(const BMessage* message)
128 KeyCommandMap::KeyEvent(const BMessage* keyMessage, BList* outList,
163 KeyCommandMap::DrainInjectedEvents(const BMessage* keyMessage, BList* outList,
203 KeyCommandMap
[all...]
H A DShortcutsServerFilter.cpp15 #include "KeyCommandMap.h"
39 fMap = new KeyCommandMap(path.Path());

Completed in 38 milliseconds