Searched refs:KeymapListItem (Results 1 - 5 of 5) sorted by relevance

/haiku/src/preferences/keymap/
H A DKeymapListItem.cpp11 #include "KeymapListItem.h"
14 KeymapListItem::KeymapListItem(entry_ref& keymap, const char* name) function in class:KeymapListItem
H A DKeymapListItem.h23 class KeymapListItem : public BStringItem { class in inherits:BStringItem
25 KeymapListItem(entry_ref& keymap,
H A DKeymapWindow.cpp41 #include "KeymapListItem.h"
82 KeymapListItem* item1 = *(KeymapListItem**)a;
83 KeymapListItem* item2 = *(KeymapListItem**)b;
185 KeymapListItem* current
186 = static_cast<KeymapListItem*>(fUserListView->FirstItem());
320 KeymapListItem* item
321 = static_cast<KeymapListItem*>(listView->ItemAt(index));
944 new KeymapListItem(re
[all...]
H A DKeymapWindow.h29 class KeymapListItem;
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardWindow.cpp19 #include "KeymapListItem.h"
26 KeymapListItem* item1 = *(KeymapListItem**)a;
27 KeymapListItem* item2 = *(KeymapListItem**)b;
57 KeymapListItem* current =
58 static_cast<KeymapListItem*>(fMapListView->LastItem());
132 fMapListView->AddItem(new KeymapListItem(ref));

Completed in 42 milliseconds