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

/haiku-fatelf/src/preferences/keymap/
H A DKeymapListItem.cpp15 #include "KeymapListItem.h"
18 KeymapListItem::KeymapListItem(entry_ref& keymap, const char* name) function in class:KeymapListItem
H A DKeymapListItem.h20 class KeymapListItem : public BStringItem { class in inherits:BStringItem
22 KeymapListItem(entry_ref& keymap,
H A DKeymapWindow.h28 class KeymapListItem;
H A DKeymapWindow.cpp39 #include "KeymapListItem.h"
148 KeymapListItem* current
149 = static_cast<KeymapListItem*>(fUserListView->FirstItem());
283 KeymapListItem* item
284 = static_cast<KeymapListItem*>(listView->ItemAt(index));
830 fSystemListView->AddItem(new KeymapListItem(ref));
846 fUserListView->AddItem(new KeymapListItem(ref, B_TRANSLATE("(Current)")));
859 fUserListView->AddItem(new KeymapListItem(ref));

Completed in 178 milliseconds