Searched refs:WindowActivated (Results 76 - 100 of 121) sorted by relevance

12345

/haiku/src/kits/tracker/
H A DContainerWindow.h388 virtual void WindowActivated(bool);
H A DStatusWindow.cpp423 BStatusWindow::WindowActivated(bool state) function in class:BStatusWindow
428 return _inherited::WindowActivated(state);
H A DFilePanelPriv.cpp1746 TFilePanel::WindowActivated(bool active) function in class:TFilePanel
1750 _inherited::WindowActivated(active);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp134 TermView::State::WindowActivated(bool active) function in class:TermView::State
469 TermView::DefaultState::WindowActivated(bool active) function in class:TermView::DefaultState
778 TermView::HyperLinkState::WindowActivated(bool active) function in class:TermView::HyperLinkState
H A DThemeView.cpp258 ThemeView::WindowActivated(bool active) function in class:ThemeView
H A DTermView.cpp1523 TermView::WindowActivated(bool active) function in class:TermView
1525 BView::WindowActivated(active);
1536 fActiveState->WindowActivated(active);
/haiku/headers/os/interface/
H A DWindow.h158 virtual void WindowActivated(bool focus);
H A DTextView.h80 virtual void WindowActivated(bool active);
/haiku/src/kits/interface/
H A DChannelSlider.cpp397 BChannelSlider::WindowActivated(bool state) function in class:BChannelSlider
399 BChannelControl::WindowActivated(state);
H A DColorControl.cpp736 BColorControl::WindowActivated(bool state) function in class:BColorControl
738 BControl::WindowActivated(state);
H A DScrollView.cpp382 BScrollView::WindowActivated(bool active) function in class:BScrollView
387 BView::WindowActivated(active);
H A DSlider.cpp374 BSlider::WindowActivated(bool state) function in class:BSlider
376 BControl::WindowActivated(state);
H A DMenuField.cpp531 BMenuField::WindowActivated(bool active) function in class:BMenuField
533 BView::WindowActivated(active);
H A DTabView.cpp847 BTabView::WindowActivated(bool active) function in class:BTabView
849 BView::WindowActivated(active);
H A DListView.cpp288 BListView::WindowActivated(bool active) function in class:BListView
290 BView::WindowActivated(active);
H A DTextControl.cpp542 BTextControl::WindowActivated(bool active) function in class:BTextControl
/haiku/src/kits/game/
H A DWindowScreen.cpp263 BWindowScreen::WindowActivated(bool active) function in class:BWindowScreen
283 WindowActivated(true);
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp347 StackAndTile::WindowActivated(Window* window) function in class:StackAndTile
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp311 HeaderView::WindowActivated(bool active) function in class:HeaderView
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp563 FindWindow::WindowActivated(bool active) function in class:FindWindow
H A DDataView.cpp926 DataView::WindowActivated(bool active) function in class:DataView
928 BView::WindowActivated(active);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp122 TextDocumentView::WindowActivated(bool active) function in class:TextDocumentView
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp54 GradientControl::WindowActivated(bool active) function in class:GradientControl
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp691 URLInputGroup::WindowActivated(bool active) function in class:URLInputGroup
693 BGroupView::WindowActivated(active);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp313 // WindowActivated
315 DragSortableListView::WindowActivated( bool active ) function in class:DragSortableListView

Completed in 678 milliseconds

12345