Searched refs:focused (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h25 virtual void MakeFocus(bool focused);
H A DSwatchValueView.cpp34 SwatchValueView::MakeFocus(bool focused) argument
36 BView::MakeFocus(focused);
H A DTextInputValueView.h33 virtual void MakeFocus(bool focused);
H A DBoolValueView.h24 virtual void MakeFocus(bool focused);
H A DColorValueView.h26 virtual void MakeFocus(bool focused);
H A DOptionValueView.h25 virtual void MakeFocus(bool focused);
H A DTextInputValueView.cpp67 TextInputValueView::MakeFocus(bool focused) argument
69 TextView()->MakeFocus(focused);
H A DColorValueView.cpp72 ColorValueView::MakeFocus(bool focused) argument
74 fSwatchView->MakeFocus(focused);
H A DBoolValueView.cpp79 BoolValueView::MakeFocus(bool focused) argument
81 PropertyEditorView::MakeFocus(focused);
H A DOptionValueView.cpp103 OptionValueView::MakeFocus(bool focused) argument
105 PropertyEditorView::MakeFocus(focused);
/haiku-fatelf/src/kits/tracker/
H A DMiniMenuField.cpp146 // draw focus if focused, else erase focus
148 bool focused = IsFocus() && Window()->IsActive(); local
153 BPoint(bounds.right, bounds.top), focused ? markColor : viewColor);
155 BPoint(bounds.right, bounds.bottom), focused ? markColor : viewColor);
157 BPoint(bounds.left, bounds.bottom), focused ? markColor : viewColor);
159 BPoint(bounds.left, bounds.top), focused ? markColor : viewColor);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.h26 virtual void MakeFocus(bool focused);
H A DPropertyItemView.cpp99 PropertyItemView::MakeFocus(bool focused) argument
102 fEditorView->MakeFocus(focused);
/haiku-fatelf/headers/private/interface/
H A DBMCPrivate.h50 virtual void MakeFocus(bool focused = true);
/haiku-fatelf/src/apps/deskcalc/
H A DExpressionTextView.h27 virtual void MakeFocus(bool focused = true);
H A DExpressionTextView.cpp55 ExpressionTextView::MakeFocus(bool focused) argument
57 if (focused == IsFocus()) {
63 InputTextView::MakeFocus(focused);
64 fCalcView->MakeFocus(focused);
/haiku-fatelf/src/apps/people/
H A DPictureView.h43 virtual void MakeFocus(bool focused);
/haiku-fatelf/src/preferences/time/
H A DSectionEdit.h30 virtual void MakeFocus(bool focused = true);
H A DSectionEdit.cpp144 TSectionEdit::MakeFocus(bool focused) argument
146 if (focused == IsFocus())
149 BControl::MakeFocus(focused);
/haiku-fatelf/src/kits/interface/
H A DBMCPrivate.cpp330 _BMCMenuBar_::MakeFocus(bool focused) argument
332 if (IsFocus() == focused)
335 BMenuBar::MakeFocus(focused);
337 if (focused) {
346 if (focused)
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dutil.c276 focused -- indicates yc is focused or not
280 extractSimpleYomiString(yomiContext yc, WCHAR_T *s, WCHAR_T *e, WCHAR_T **sr, WCHAR_T **er, wcKanjiAttributeInternal *pat, int focused) argument
286 char target = focused ?
312 if (focused) {
349 focused -- focus is on this yc.
353 extractKanjiString(yomiContext yc, WCHAR_T *s, WCHAR_T *e, int b, WCHAR_T **sr, WCHAR_T **er, wcKanjiAttributeInternal *pat, int focused) argument
377 if (i == yc->curbun && !yc->bunlen && focused) { /* focused */
408 char target = focused
451 extractYomiString(yomiContext yc, WCHAR_T *s, WCHAR_T *e, int b, WCHAR_T **sr, WCHAR_T **er, wcKanjiAttributeInternal *pat, int focused) argument
[all...]
/haiku-fatelf/headers/os/interface/
H A DBox.h65 virtual void MakeFocus(bool focused = true);
H A DButton.h56 virtual void MakeFocus(bool focused = true);
H A DCheckBox.h59 virtual void MakeFocus(bool focused = true);
H A DControl.h43 virtual void MakeFocus(bool focused = true);

Completed in 115 milliseconds

123