Searched refs:pressed (Results 1 - 23 of 23) sorted by relevance

/haiku/headers/os/interface/
H A DChannelSlider.h74 BRect area, bool pressed);
80 BPoint where, bool pressed);
82 virtual const BBitmap* ThumbFor(int32 channel, bool pressed);
H A DSplitView.h90 bool pressed);
113 bool pressed);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h68 rgb_color background, bool pressed);
70 const Key* key, BRect frame, bool pressed);
89 void _SetKeyState(uint32 code, bool pressed);
H A DKeyboardLayoutView.cpp697 rgb_color base, rgb_color background, bool pressed)
699 uint32 flags = pressed ? BControlLook::B_ACTIVATED : 0;
710 BRect rect, bool pressed)
733 uint32 flags = pressed ? BControlLook::B_ACTIVATED : 0;
741 _DrawKeyButton(view, rect, updateRect, base, background, pressed);
1084 KeyboardLayoutView::_SetKeyState(uint32 code, bool pressed) argument
1089 if (pressed)
696 _DrawKeyButton(BView* view, BRect& rect, BRect updateRect, rgb_color base, rgb_color background, bool pressed) argument
709 _DrawKey(BView* view, BRect updateRect, const Key* key, BRect rect, bool pressed) argument
/haiku/headers/private/shared/
H A DToolBar.h39 void SetActionPressed(uint32 command, bool pressed);
H A DIconButton.h69 void SetPressed(bool pressed);
/haiku/src/kits/shared/
H A DToolBar.cpp179 BToolBar::SetActionPressed(uint32 command, bool pressed) argument
182 button->SetValue(pressed);
H A DIconButton.cpp283 BIconButton::SetPressed(bool pressed) argument
285 _SetFlags(STATE_FORCE_PRESSED, pressed);
/haiku/src/kits/interface/
H A DSplitView.cpp368 orientation orientation, bool pressed)
370 _DrawDefaultSplitter(this, frame, updateRect, orientation, pressed);
376 const BRect& updateRect, orientation orientation, bool pressed)
378 uint32 flags = pressed ? BControlLook::B_ACTIVATED : 0;
367 DrawSplitter(BRect frame, const BRect& updateRect, orientation orientation, bool pressed) argument
375 _DrawDefaultSplitter(BView* view, BRect frame, const BRect& updateRect, orientation orientation, bool pressed) argument
H A DChannelSlider.cpp545 bool pressed)
568 DrawThumb(into, channel, thumbLocation, pressed);
594 bool pressed)
598 const BBitmap* thumb = ThumbFor(channel, pressed);
620 BChannelSlider::ThumbFor(int32 channel, bool pressed) argument
817 bool pressed = IsTracking()
819 DrawChannel(fBackingView, channel, channelArea, pressed);
544 DrawChannel(BView* into, int32 channel, BRect area, bool pressed) argument
593 DrawThumb(BView* into, int32 channel, BPoint where, bool pressed) argument
H A DButton.cpp205 bool pressed = inside ^ _Flag(FLAG_WAS_PRESSED); local
206 SetValue(pressed ? B_CONTROL_ON : B_CONTROL_OFF);
386 bool pressed = inside ^ _Flag(FLAG_WAS_PRESSED); local
387 SetValue(pressed ? B_CONTROL_ON : B_CONTROL_OFF);
/haiku/src/servers/app/decorator/
H A DDecorator.h151 void SetClose(int32 tab, bool pressed);
152 void SetMinimize(int32 tab, bool pressed);
153 void SetZoom(int32 tab, bool pressed);
H A DDecorator.cpp379 \param pressed Whether the button is down or not
382 Decorator::SetClose(int32 tab, bool pressed) argument
390 if (pressed != decoratorTab->closePressed) {
391 decoratorTab->closePressed = pressed;
405 Decorator::SetMinimize(int32 tab, bool pressed) argument
413 if (pressed != decoratorTab->minimizePressed) {
414 decoratorTab->minimizePressed = pressed;
427 Decorator::SetZoom(int32 tab, bool pressed) argument
435 if (pressed != decoratorTab->zoomPressed) {
436 decoratorTab->zoomPressed = pressed;
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.h64 void SetPressed(bool pressed);
H A DIconButton.cpp299 IconButton::SetPressed(bool pressed) argument
301 if (pressed)
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h83 BRect rect, bool pressed);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c437 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) argument
448 if(!pressed)
459 if(!pressed)
473 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm');
477 if(!pressed)
486 static void mousefunc(int col, int row, int button, int pressed, int modifiers, void *data) argument
498 if(pressed)
510 output_mouse(state, button-1, pressed, modifiers, col, row);
513 output_mouse(state, button-4 + 0x40, pressed, modifiers, col, row);
/haiku/src/kits/tracker/
H A DTitleView.h118 virtual void Draw(BView*, bool pressed = false);
H A DTitleView.cpp476 BColumnTitle::Draw(BView* view, bool pressed) argument
489 if (pressed) {
521 view->SetHighUIColor(B_PANEL_TEXT_COLOR, pressed ? B_DARKEN_1_TINT : 1.0f);
581 // if it is pressed shortly and not moved, it is a click
/haiku/src/preferences/input/
H A DMouseView.cpp286 bool pressed = (fButtons & map.button[_ConvertFromVisualOrder(i)]) != 0; local
287 // is button currently pressed?
288 if (pressed) {
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.cpp294 // only reported once when one of the buttons is pressed or
300 bool pressed; local
304 pressed = event_buffer[4 + button % 2] >> button / 2 & 0x1;
305 if (pressed) {
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h96 typedef void (*VTermMouseFunc)(int x, int y, int button, int pressed, int modifiers, void *data);
/haiku/src/apps/bootmanager/
H A Dbootman.S392 mov ah, GET_MODIFIER_KEYS ; Disable timeout if ALT key is pressed
407 jnz inputLoop ; cancel timeout if key is pressed

Completed in 159 milliseconds