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

/haiku/src/preferences/input/
H A DKeyboardView.h23 class KeyboardView : public BGroupView class in inherits:BGroupView
26 KeyboardView();
27 virtual ~KeyboardView();
H A DKeyboardView.cpp12 #include "KeyboardView.h"
28 #define B_TRANSLATION_CONTEXT "KeyboardView"
31 KeyboardView::KeyboardView() function in class:KeyboardView
70 KeyboardView::~KeyboardView()
76 KeyboardView::Draw(BRect updateFrame)
H A DInputKeyboard.h18 #include "KeyboardView.h"
29 KeyboardView *fSettingsView;
H A DInputKeyboard.cpp23 #include "KeyboardView.h"
34 fSettingsView = new KeyboardView();

Completed in 42 milliseconds