Searched refs:B_PULSE_NEEDED (Results 1 - 25 of 50) sorted by relevance

12

/haiku/src/apps/aboutsystem/
H A DHyperTextView.h38 | B_PULSE_NEEDED);
42 | B_PULSE_NEEDED);
/haiku/src/tests/kits/translation/multitest/
H A DWorkView.cpp15 : BView(rect, "Work View", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp56 SetFlags(Flags() | B_PULSE_NEEDED);
65 SetFlags(Flags() & (~B_PULSE_NEEDED));
76 SetFlags(Flags() & (~B_PULSE_NEEDED));
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp54 BView *view = new PulseView(window->Bounds(), "pulse view", B_FOLLOW_ALL, B_PULSE_NEEDED|B_WILL_DRAW);
H A DToolTipTest.cpp185 BStringView(name, label, B_WILL_DRAW | B_PULSE_NEEDED)
203 BStringView(name, label, B_WILL_DRAW | B_PULSE_NEEDED),
/haiku/src/kits/interface/
H A DTextInput.h26 uint32 flags = B_WILL_DRAW | B_PULSE_NEEDED);
/haiku/src/kits/bluetooth/UI/
H A DConnectionView.cpp17 BView(frame, "ConnectionView", 0, B_PULSE_NEEDED)
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp50 B_FOLLOW_ALL_SIDES, B_WILL_DRAW | B_PULSE_NEEDED);
/haiku/src/apps/pulse/
H A DPulseView.cpp32 B_WILL_DRAW | B_PULSE_NEEDED | B_FRAME_EVENTS),
57 SetFlags(B_WILL_DRAW | B_PULSE_NEEDED);
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp55 B_WILL_DRAW | B_PULSE_NEEDED | B_FRAME_EVENTS);
/haiku/src/preferences/time/
H A DBaseView.cpp24 SetFlags(Flags() | B_PULSE_NEEDED);
/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp46 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
/haiku/headers/private/shared/
H A DCalendarView.h31 | B_NAVIGABLE | B_PULSE_NEEDED);
35 | B_NAVIGABLE | B_PULSE_NEEDED);
/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp78 | B_PULSE_NEEDED | B_NAVIGABLE_JUMP);
99 | B_PULSE_NEEDED | B_NAVIGABLE_JUMP);
H A DCountView.cpp67 BView("CountVw", B_PULSE_NEEDED | B_WILL_DRAW),
/haiku/src/kits/shared/
H A DToolBar.cpp249 SetFlags(Flags() | B_FRAME_EVENTS | B_PULSE_NEEDED); local
/haiku/src/apps/patchbay/
H A DPatchRow.cpp66 B_WILL_DRAW | B_FULL_UPDATE_ON_RESIZE | B_PULSE_NEEDED),
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp28 SetFlags(Flags() | B_PULSE_NEEDED);
H A DMemoryBarMenu.cpp30 SetFlags(Flags() | B_PULSE_NEEDED);
/haiku/src/apps/gradients/
H A DGradientsView.cpp19 : BView(rect, "gradientsview", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED),
/haiku/src/apps/login/
H A DLoginView.cpp47 : BView(frame, "LoginView", B_FOLLOW_ALL, B_PULSE_NEEDED)
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp40 BView(frame, "spider view", B_FOLLOW_NONE, B_WILL_DRAW | B_PULSE_NEEDED),
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp34 : BView(rect, "PPPStatusView", B_FOLLOW_NONE, B_PULSE_NEEDED),
/haiku/headers/os/interface/
H A DTextView.h51 = B_WILL_DRAW | B_PULSE_NEEDED);
59 = B_WILL_DRAW | B_PULSE_NEEDED);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp29 | B_PULSE_NEEDED),

Completed in 142 milliseconds

12