Searched refs:fFocus (Results 1 - 19 of 19) sorted by relevance

/haiku/src/kits/shared/
H A DDateTimeEdit.cpp162 fFocus = index;
196 if (fFocus == -1)
213 if (fFocus == -1)
229 if (fFocus < 0 || fFocus >= fFieldCount)
262 if (fFocus < 0 || fFocus >= fFieldCount)
266 switch (fFields[fFocus]) {
324 if (fFocus < 0 || fFocus >
[all...]
/haiku/src/kits/interface/
H A DTabView.cpp54 fFocus(false),
65 fFocus(false),
202 fFocus = focus;
209 return fFocus;
436 fFocus(-1)
712 int32 focus = fFocus - 1;
721 int32 focus = fFocus + 1;
875 if (tab == fFocus)
878 if (fFocus != -1){
879 if (TabAt (fFocus) !
[all...]
H A DWindow.cpp392 if (BMenu* menu = dynamic_cast<BMenu*>(fFocus)) {
1099 if (fFocus)
1100 inputMethodAware = fFocus->Flags() & B_INPUT_METHOD_AWARE;
1102 BMessenger messenger(fFocus);
1104 if (fFocus)
1868 return fFocus;
2756 fFocus = NULL;
3190 if (fFocus == focusView)
3208 fFocus = focusView;
3812 nextFocus = _FindPreviousNavigable(fFocus, jumpGroup
[all...]
H A DView.cpp5909 if (fOwner->fFocus == this)
/haiku/src/apps/diskprobe/
H A DDataView.cpp99 fFocus(kHexFocus),
696 DrawSelectionBlock(fFocus);
697 DrawSelectionFrame(fFocus == kHexFocus ? kAsciiFocus : kHexFocus);
755 DrawSelectionBlock(fFocus, fStart, start - 1);
758 DrawSelectionBlock(fFocus, start, fStart - 1);
763 DrawSelectionBlock(fFocus, end + 1, fEnd);
766 DrawSelectionBlock(fFocus, fEnd + 1, end);
771 fFocus = focus;
806 BRect rect = SelectionFrame(fFocus, start, end);
812 rect = SelectionFrame(fFocus
[all...]
H A DDataView.h108 view_focus fFocus; member in class:DataView
/haiku/src/apps/mail/
H A DEnclosures.h69 bool fFocus; member in class:TEnclosuresView
H A DEnclosures.cpp105 fFocus(false)
290 if (fFocus != focus) {
291 fFocus = focus;
H A DContent.h119 bool fFocus; member in class:TContentView
H A DContent.cpp588 fFocus(false),
674 if (fFocus != focus) {
675 fFocus = focus;
/haiku/src/servers/app/
H A DEventDispatcher.cpp241 fFocus(NULL),
341 if (fFocus == &target)
342 fFocus = NULL;
891 ETRACE(("key event, focus = %p\n", fFocus));
894 && fKeyboardFilter->Filter(event, &fFocus)
901 if (fFocus != NULL && _AddTokens(event, fFocus,
921 current = fFocus;
H A DEventDispatcher.h138 EventTarget* fFocus; member in class:EventDispatcher
H A DDesktop.h220 Window* FocusWindow() const { return fFocus; }
381 Window* fFocus; member in class:Desktop
H A DDesktop.cpp444 fFocus(NULL),
2050 if (nextFocus == fFocus && nextFocus != NULL && !nextFocus->IsHidden()
2084 if (fFocus == nextFocus) {
2093 if (fFocus != NULL) {
2094 fFocus->SetFocus(false);
2095 oldActiveApp = fFocus->ServerWindow()->App()->ClientTeam();
2098 fFocus = nextFocus;
2100 if (fFocus != NULL) {
2101 fFocus->SetFocus(true);
2102 newActiveApp = fFocus
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.h143 bool fFocus; member in class:WindowLayer
H A DWindowLayer.cpp46 fFocus(false),
251 // accessing fFocus
257 fFocus = focus;
716 if (fFocus) {
/haiku/headers/os/interface/
H A DTabView.h82 bool fFocus; member in class:BTab
219 int32 fFocus; member in class:BTabView
H A DWindow.h379 BView* fFocus; member in class:BWindow
/haiku/headers/private/shared/
H A DDateTimeEdit.h75 int32 fFocus; member in class:BPrivate::SectionEdit

Completed in 165 milliseconds