/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIDialogButtonBox.cpp | 44 QPushButton *QIDialogButtonBox::button (StandardButton aWhich) const function in class:QIDialogButtonBox 46 QPushButton *button = QDialogButtonBox::button (aWhich); local 47 if (!button && 49 button = mHelpButton; 50 return button; 113 QPushButton *btn = QDialogButtonBox::button (QDialogButtonBox::Help); 116 /* Use our very own help button if the user requested for one. */
|
H A D | QIFileDialog.cpp | 104 HWND button = GetDlgItem (parent, IDOK); local 117 SendMessage (button, BM_CLICK, 0, 0);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | VBoxUtils-darwin.h | 105 void darwinSendMouseGrabEvents(QWidget *pWidget, int type, int button, int buttons, int x, int y); 191 UIGrabMouseEvent(QEvent::Type type, Qt::MouseButton button, Qt::MouseButtons buttons, int x, int y, int wheelDelta, Qt::Orientation o) argument 194 , m_button(button) 202 Qt::MouseButton button() const { return m_button; } function in class:UIGrabMouseEvent
|
H A D | VBoxUtils-darwin.cpp | 415 void darwinSendMouseGrabEvents(QWidget *pWidget, int type, int button, int buttons, int x, int y) argument 423 /* Which button is used in the NSOtherMouse... cases? */ 424 if (button == 0) 426 else if (button == 1) 428 else if (button == 2) 430 else if (button == 3) 432 else if (button == 4)
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElement.h | 151 UIGraphicsRotatorButton* button() const { return m_pButton; } function in class:UIGDetailsElement 202 /* Variables: Toggle-button stuff: */
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UISpecialControls.cpp | 36 * A mini cancel button in the native Cocoa version. 56 * A rest button in the native Cocoa version. 75 * A help button in the native Cocoa version. 90 * A segmented button in the native Cocoa version. 125 * A mini cancel button for the other OS's. 139 * A help button for the other OS's. 239 * A segmented button for the other OS's. 250 QIToolButton *button = new QIToolButton(this); local 251 button->setAutoRaise(true); 252 button [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | eventstr.h | 95 uint32_t button; /**< Button number (also used in pointer emulating member in union:_DeviceEvent::__anon6753 123 int corestate; /**< Core key/button state BEFORE the event */ 208 uint16_t state; /**< Core modifier/button state */ 223 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon6760
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | eventstr.h | 95 uint32_t button; /**< Button number (also used in pointer emulating member in union:_DeviceEvent::__anon7074 123 int corestate; /**< Core key/button state BEFORE the event */ 208 uint16_t state; /**< Core modifier/button state */ 223 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon7081
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | eventstr.h | 91 uint32_t button; /**< Button number */ member in union:_DeviceEvent::__anon8746 118 int corestate; /**< Core key/button state BEFORE the event */ 184 uint16_t state; /**< Core modifier/button state */ 200 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon8753
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | eventstr.h | 91 uint32_t button; /**< Button number */ member in union:_DeviceEvent::__anon9060 118 int corestate; /**< Core key/button state BEFORE the event */ 184 uint16_t state; /**< Core modifier/button state */ 200 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon9067
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | eventstr.h | 91 uint32_t button; /**< Button number */ member in union:_DeviceEvent::__anon9379 118 int corestate; /**< Core key/button state BEFORE the event */ 184 uint16_t state; /**< Core modifier/button state */ 200 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon9386
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | eventstr.h | 91 uint32_t button; /**< Button number */ member in union:_DeviceEvent::__anon4909 118 int corestate; /**< Core key/button state BEFORE the event */ 184 uint16_t state; /**< Core modifier/button state */ 200 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon4916
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | eventstr.h | 87 uint32_t button; /**< Button number */ member in union:_DeviceEvent::__anon5224 114 int corestate; /**< Core key/button state BEFORE the event */ 180 uint16_t state; /**< Core modifier/button state */ 196 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon5231
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | eventstr.h | 94 uint32_t button; /**< Button number (also used in pointer emulating member in union:_DeviceEvent::__anon5537 122 int corestate; /**< Core key/button state BEFORE the event */ 208 uint16_t state; /**< Core modifier/button state */ 224 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon5544
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | eventstr.h | 93 uint32_t button; /**< Button number (also used in pointer emulating member in union:_DeviceEvent::__anon5845 121 int corestate; /**< Core key/button state BEFORE the event */ 204 uint16_t state; /**< Core modifier/button state */ 219 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon5852
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | eventstr.h | 95 uint32_t button; /**< Button number (also used in pointer emulating member in union:_DeviceEvent::__anon6152 123 int corestate; /**< Core key/button state BEFORE the event */ 206 uint16_t state; /**< Core modifier/button state */ 221 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon6159
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | eventstr.h | 95 uint32_t button; /**< Button number (also used in pointer emulating member in union:_DeviceEvent::__anon6455 123 int corestate; /**< Core key/button state BEFORE the event */ 208 uint16_t state; /**< Core modifier/button state */ 223 uint32_t button; /**< Button number */ member in union:_RawDeviceEvent::__anon6462
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | crut_api.h | 35 have a button associated with it. */ 41 /* Mouse button state. */ 101 int button; member in struct:__anon16138 199 void CRUT_APIENTRY crutSendMouseEvent( CRUTAPI *crut_api, int button, int state, int x, int y );
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xkeymap.c | 939 xkeymap_translate_button(unsigned int button) argument 941 switch (button)
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | xf86dga.h | 108 unsigned int button; member in struct:__anon2909
|
/vbox/src/VBox/ExtPacks/VNC/ |
H A D | VBoxVNC.cpp | 1275 unsigned button = 0; local 1276 if (buttonMask & 1) button |= VRDE_INPUT_POINT_BUTTON1; 1277 if (buttonMask & 2) button |= VRDE_INPUT_POINT_BUTTON3; 1278 if (buttonMask & 4) button |= VRDE_INPUT_POINT_BUTTON2; 1279 if (buttonMask & 8) button |= VRDE_INPUT_POINT_WHEEL_UP; 1280 if (buttonMask & 16) button |= VRDE_INPUT_POINT_WHEEL_DOWN; 1281 point.uButtons = button;
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | inputstr.h | 117 DetailRec detail; /* key or button */ 282 ButtonClassPtr button; member in struct:_DeviceIntRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | inputstr.h | 115 DetailRec detail; /* key or button */ 274 ButtonClassPtr button; member in struct:_DeviceIntRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | inputstr.h | 117 DetailRec detail; /* key or button */ 315 ButtonClassPtr button; member in struct:_DeviceIntRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | inputstr.h | 118 DetailRec detail; /* key or button */ 316 ButtonClassPtr button; member in struct:_DeviceIntRec
|