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

/haiku/src/preferences/keymap/
H A DKeymapApplication.h21 #include "ModifierKeysWindow.h"
42 ModifierKeysWindow* fModifierKeysWindow;
H A DModifierKeysWindow.h22 class ModifierKeysWindow : public BWindow { class in inherits:BWindow
24 ModifierKeysWindow();
25 virtual ~ModifierKeysWindow();
H A DKeymapApplication.cpp54 fModifierKeysWindow = new ModifierKeysWindow();
H A DModifierKeysWindow.cpp11 #include "ModifierKeysWindow.h"
72 ModifierKeysWindow::ModifierKeysWindow() function in class:ModifierKeysWindow
158 ModifierKeysWindow::~ModifierKeysWindow()
165 ModifierKeysWindow::MessageReceived(BMessage* message)
279 // #pragma mark - ModifierKeysWindow private methods
283 ModifierKeysWindow::_CreateMenuField(BPopUpMenu** _menu, BMenuField** _menuField, uint32 key,
315 ModifierKeysWindow::_MarkMenuItems()
331 ModifierKeysWindow
[all...]

Completed in 39 milliseconds