Searched refs:Keymap (Results 1 - 21 of 21) sorted by relevance

/haiku/headers/build/private/shared/
H A DKeymap.h1 #include <../private/shared/Keymap.h>
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeymap.h12 #include <Keymap.h>
16 class Keymap : public BKeymap { class in inherits:BKeymap
18 Keymap();
19 ~Keymap();
H A DKeymap.cpp10 #include "Keymap.h"
64 Keymap::Keymap() function in class:Keymap
70 Keymap::~Keymap()
76 Keymap::DumpKeymap()
102 Keymap::RetrieveCurrent()
H A DKeyboardInputDevice.h19 #include "Keymap.h"
69 Keymap fKeymap;
/haiku/src/bin/keymap/
H A DKeymap.h13 #include <Keymap.h>
26 class Keymap : public BKeymap { class in inherits:BKeymap
28 Keymap();
29 ~Keymap();
H A Dmain.cpp19 #include "Keymap.h"
58 load_keymap(Keymap& keymap, const char* name, bool source)
155 Keymap keymap;
H A DKeymap.cpp12 #include "Keymap.h"
200 Keymap::Keymap() function in class:Keymap
205 Keymap::~Keymap()
211 Keymap::LoadSource(const char* name)
225 Keymap::LoadSource(FILE* file)
492 Keymap::SaveAsCurrent()
517 Keymap::Save(const char* name)
561 Keymap
[all...]
/haiku/src/preferences/keymap/
H A DKeymap.h13 #include <Keymap.h>
29 class Keymap : public BKeymap { class in inherits:BKeymap
31 Keymap();
32 ~Keymap();
63 Keymap& operator=(const Keymap& other);
H A DKeymap.cpp12 #include "Keymap.h"
66 Keymap::Keymap() function in class:Keymap
73 Keymap::~Keymap()
80 Keymap::SetTarget(BMessenger target, BMessage* modificationMessage)
90 Keymap::SetName(const char* name)
97 Keymap::DumpKeymap()
124 Keymap::Load(const entry_ref& ref)
151 Keymap
[all...]
H A DKeymapWindow.h21 #include "Keymap.h"
91 Keymap fCurrentMap;
92 Keymap fPreviousMap;
93 Keymap fAppliedMap;
H A DKeyboardLayoutView.h22 class Keymap;
32 void SetKeymap(Keymap* keymap);
108 Keymap* fKeymap;
H A DKeyboardLayoutView.cpp27 #include "Keymap.h"
121 KeyboardLayoutView::SetKeymap(Keymap* keymap)
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.h11 #include "Keymap.h"
14 class Keymap;
29 Keymap fCurrentKeymap;
/haiku/src/tests/kits/shared/
H A DKeymapTest.h12 #include <Keymap.h>
/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh24 Keymap
/haiku/src/bin/consoled/
H A Dconsoled.cpp25 #include <Keymap.h>
/haiku/src/kits/shared/
H A DKeymap.cpp12 #include <Keymap.h>
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp46 #include "Keymap.h"
180 data = (const uint8_t*)res->LoadResource('VICN', "Keymap", &size);
413 fKeymapsMenuLabel->SetText(B_TRANSLATE("Keymap"));
567 Keymap keymap;
/haiku/src/apps/terminal/
H A DTermWindow.cpp36 #include <Keymap.h>
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp52 #include <Keymap.h>
/haiku/src/kits/tracker/
H A DContainerWindow.cpp49 #include <Keymap.h>

Completed in 213 milliseconds