HomeSort by relevance Sort by last modified time
    Searched refs:Qt (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 42 case Qt::Key_Menu:
43 case Qt::Key_Alt:
45 case Qt::Key_Clear:
47 case Qt::Key_Down:
49 case Qt::Key_End:
51 case Qt::Key_Return:
52 case Qt::Key_Enter:
54 case Qt::Key_Execute:
56 case Qt::Key_F1:
58 case Qt::Key_F2
    [all...]
PlatformTouchPointQt.cpp 35 case Qt::TouchPointReleased: m_state = TouchReleased; break;
36 case Qt::TouchPointMoved: m_state = TouchMoved; break;
37 case Qt::TouchPointPressed: m_state = TouchPressed; break;
38 case Qt::TouchPointStationary: m_state = TouchStationary; break;
PlatformMouseEventQt.cpp 58 if (event->button() == Qt::LeftButton || (event->buttons() & Qt::LeftButton))
60 else if (event->button() == Qt::RightButton || (event->buttons() & Qt::RightButton))
62 else if (event->button() == Qt::MidButton || (event->buttons() & Qt::MidButton))
68 m_shiftKey = (event->modifiers() & Qt::ShiftModifier);
69 m_ctrlKey = (event->modifiers() & Qt::ControlModifier);
70 m_altKey = (event->modifiers() & Qt::AltModifier);
71 m_metaKey = (event->modifiers() & Qt::MetaModifier)
    [all...]
CursorQt.cpp 91 m_platformCursor = new QCursor(Qt::ArrowCursor);
94 m_platformCursor = new QCursor(Qt::CrossCursor);
97 m_platformCursor = new QCursor(Qt::PointingHandCursor);
100 m_platformCursor = new QCursor(Qt::IBeamCursor);
103 m_platformCursor = new QCursor(Qt::WaitCursor);
106 m_platformCursor = new QCursor(Qt::WhatsThisCursor);
110 m_platformCursor = new QCursor(Qt::SizeHorCursor);
114 m_platformCursor = new QCursor(Qt::SizeVerCursor);
118 m_platformCursor = new QCursor(Qt::SizeBDiagCursor);
122 m_platformCursor = new QCursor(Qt::SizeFDiagCursor)
    [all...]
WheelEventQt.cpp 33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
40 if (orientation == Qt::Horizontal) {
66 , m_shiftKey(e->modifiers() & Qt::ShiftModifier)
67 , m_ctrlKey(e->modifiers() & Qt::ControlModifier)
68 , m_altKey(e->modifiers() & Qt::AltModifier)
69 , m_metaKey(e->modifiers() & Qt::MetaModifier)
85 , m_shiftKey(e->modifiers() & Qt::ShiftModifier)
86 , m_ctrlKey(e->modifiers() & Qt::ControlModifier)
87 , m_altKey(e->modifiers() & Qt::AltModifier)
88 , m_metaKey(e->modifiers() & Qt::MetaModifier
    [all...]
PlatformTouchEventQt.cpp 42 m_ctrlKey = (event->modifiers() & Qt::ControlModifier);
43 m_altKey = (event->modifiers() & Qt::AltModifier);
44 m_shiftKey = (event->modifiers() & Qt::ShiftModifier);
45 m_metaKey = (event->modifiers() & Qt::MetaModifier);
QtMobileWebStyle.cpp 75 static const QString prefix = QLatin1String("$qt-maemo5-") + QLatin1String(metaObject()->className())+ QLatin1String("-checker-");
79 result.fill(Qt::transparent);
81 drawChecker(&painter, size, disabled ? Qt::lightGray : Qt::darkGray);
98 radialGradient.setColorAt(0.0, Qt::white);
99 radialGradient.setColorAt(0.6, Qt::white);
112 painter->setPen(Qt::NoPen);
121 static const QString prefix = QLatin1String("$qt-maemo5-") + QLatin1String(metaObject()->className()) + QLatin1String("-radio-");
126 result.fill(Qt::transparent);
128 drawRadio(&painter, size, checked, disabled ? Qt::lightGray : Qt::darkGray)
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
TextInputControllerQt.cpp 44 Qt::KeyboardModifiers modifiers = Qt::NoModifier;
47 modifiers |= Qt::ShiftModifier;
48 keycode = Qt::Key_Left;
50 keycode = Qt::Key_Down;
52 modifiers |= Qt::ShiftModifier;
53 keycode = Qt::Key_Down;
55 keycode = Qt::Key_Right;
57 modifiers |= Qt::ShiftModifier;
58 keycode = Qt::Key_Right
    [all...]
EventSenderQt.cpp 43 // API if compared to Qt: they have specific methods for zooming in and out,
44 // as well as a settable zoom factor, while Qt has only a 'setZoomValue' method.
45 // Hence Qt DRT adopts a fixed zoom-factor (1.2) for compatibility.
79 Qt::MouseButton mouseButton;
82 mouseButton = Qt::LeftButton;
85 mouseButton = Qt::MidButton;
88 mouseButton = Qt::RightButton;
92 mouseButton = Qt::MidButton;
95 mouseButton = Qt::LeftButton;
117 m_mousePos, m_mousePos, mouseButton, m_mouseButtons, Qt::NoModifier)
    [all...]
EventSenderQt.h 88 QGraphicsSceneMouseEvent* createGraphicsSceneMouseEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers);
89 QGraphicsSceneWheelEvent* createGraphicsSceneWheelEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers, Qt::Orientation);
99 Qt::MouseButtons m_mouseButtons;
109 Qt::KeyboardModifiers m_touchModifiers;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 40 static inline Qt::DropActions dragOperationsToDropActions(unsigned op)
42 Qt::DropActions result = Qt::IgnoreAction;
44 result = Qt::CopyAction;
46 result |= Qt::MoveAction;
48 result |= Qt::MoveAction;
50 result |= Qt::LinkAction;
54 static inline DragOperation dropActionToDragOperation(Qt::DropActions action)
57 if (action & Qt::CopyAction)
59 if (action & Qt::LinkAction
    [all...]
FullScreenVideoWidget.cpp 45 palette.setColor(QPalette::Base, Qt::black);
46 palette.setColor(QPalette::Background, Qt::black);
49 setWindowModality(Qt::ApplicationModal);
50 setWindowFlags(windowFlags() | Qt::FramelessWindowHint);
104 if (m_mediaPlayer && ev->key() == Qt::Key_Space) {
109 } else if (ev->key() == Qt::Key_Escape)
115 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor));
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowQt.cpp 35 : QWidget(0, Qt::Window)
38 setAttribute(Qt::WA_NativeWindow);
39 setWindowModality(Qt::ApplicationModal);
40 setAttribute(Qt::WA_NoSystemBackground, true);
41 setAttribute(Qt::WA_PaintOnScreen, true);
62 if (m_mediaElement && ev->key() == Qt::Key_Space) {
67 } else if (ev->key() == Qt::Key_Escape)
99 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor));
112 m_window->setWindowFlags(m_window->windowFlags() | Qt::FramelessWindowHint);
114 p.setColor(QPalette::Base, Qt::black)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 94 Qt::ButtonState button = e->button();
96 if( (button & Qt::LeftButton)) {
99 if( (button & Qt::RightButton)) {
102 if( (button & Qt::MidButton)) {
111 Qt::ButtonState button = e->button();
113 (button & Qt::LeftButton) ? 1 :
114 ((button & Qt::RightButton) ? 2 : 3),
120 Qt::ButtonState button = e->button();
122 (button & Qt::LeftButton) ? 1 :
123 ((button & Qt::RightButton) ? 2 : 3)
    [all...]
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 44 if (event->button() == Qt::LeftButton || (event->buttons() & Qt::LeftButton))
46 else if (event->button() == Qt::RightButton || (event->buttons() & Qt::RightButton))
48 else if (event->button() == Qt::MidButton || (event->buttons() & Qt::MidButton))
83 static inline WebEvent::Modifiers modifiersForEvent(Qt::KeyboardModifiers modifiers)
86 if (modifiers & Qt::ShiftModifier)
88 if (modifiers & Qt::ControlModifier)
90 if (modifiers & Qt::AltModifier
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
34 int role = Qt::DisplayRole) const;
49 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.h 29 bool modal = false, Qt::WFlags fl = 0);
eventhistory.cpp 37 if (role == Qt::DisplayRole)
52 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
55 if (role != Qt::DisplayRole)
58 if (orientation == Qt::Horizontal) {
81 EventHistory::EventHistory(QWidget *parent, const char *, bool, Qt::WFlags)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
34 int role = Qt::DisplayRole) const;
49 bool modal = false, Qt::WFlags fl = 0);
scanresults.h 29 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.h 29 bool modal = false, Qt::WFlags fl = 0);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
34 int role = Qt::DisplayRole) const;
49 bool modal = false, Qt::WFlags fl = 0);
scanresults.h 29 bool modal = false, Qt::WFlags fl = 0);
userdatarequest.h 29 bool modal = false, Qt::WFlags fl = 0);
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 36 QVERIFY(actual & Qt::ImhNoAutoUppercase); \
37 QVERIFY(actual & Qt::ImhNoPredictiveText); \
228 QVariant initialMicroFocus = page->inputMethodQuery(Qt::ImMicroFocus);
233 QVariant currentMicroFocus = page->inputMethodQuery(Qt::ImMicroFocus);
254 QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center());
256 QVERIFY(webView.inputMethodHints() & Qt::ImhNoAutoUppercase);
257 QVERIFY(webView.inputMethodHints() & Qt::ImhNoPredictiveText);
259 QVERIFY(webView.inputMethodHints() == Qt::ImhNone);
261 QVERIFY(webView.testAttribute(Qt::WA_InputMethodEnabled));
265 QTest::mouseClick(&webView, Qt::LeftButton, 0, inputElement.geometry().center())
    [all...]

Completed in 1352 milliseconds

1 2 3 4 5