Searched refs:IsFocused (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.h40 virtual bool IsFocused() const;
H A DColorValueView.h32 virtual bool IsFocused() const;
H A DTextInputValueView.cpp99 // IsFocused
101 TextInputValueView::IsFocused() const function in class:TextInputValueView
H A DColorValueView.cpp112 // IsFocused
114 ColorValueView::IsFocused() const function in class:ColorValueView
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.h37 virtual bool IsFocused() const function in class:PropertyEditorView
H A DPropertyItemView.h47 virtual bool IsFocused() const;
H A DPropertyItemView.cpp207 // IsFocused
209 PropertyItemView::IsFocused() const function in class:PropertyItemView
212 return fEditorView->IsFocused();
H A DPropertyListView.cpp303 if (oldItem->IsFocused()) {
409 if (item->IsFocused())

Completed in 59 milliseconds