Searched refs:indicator (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp228 // Finally, you can also define LED indicator. Those can be made instead
499 Indicator* indicator = new(std::nothrow) Indicator; local
500 if (indicator != NULL) {
501 indicator->modifier = modifier;
502 indicator->frame = key.frame;
504 fIndicators.AddItem(indicator);
H A DKeyboardLayoutView.h72 const Indicator* indicator, BRect rect,
H A DKeyboardLayoutView.cpp522 Indicator* indicator = fLayout->IndicatorAt(i); local
524 _DrawIndicator(this, updateRect, indicator, _FrameFor(indicator->frame),
525 (fModifiers & indicator->modifier) != 0);
828 const Indicator* indicator, BRect rect, bool lit)
834 if (indicator->modifier == B_CAPS_LOCK)
836 else if (indicator->modifier == B_NUM_LOCK)
838 else if (indicator->modifier == B_SCROLL_LOCK)
827 _DrawIndicator(BView* view, BRect updateRect, const Indicator* indicator, BRect rect, bool lit) argument

Completed in 90 milliseconds