Home
last modified time | relevance | path

Searched refs:fIndicators (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp34 fIndicators(5, true), in KeyboardLayout()
74 return fIndicators.CountItems(); in CountIndicators()
81 return fIndicators.ItemAt(index); in IndicatorAt()
325 fIndicators.MakeEmpty(); in _FreeKeys()
504 fIndicators.AddItem(indicator); in _AddKeyCodes()
H A DKeyboardLayout.h115 BObjectList<Indicator> fIndicators; variable