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

1 2 3 4

  /external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 43 case Qt::Key_Menu:
44 case Qt::Key_Alt:
46 case Qt::Key_Clear:
48 case Qt::Key_Down:
50 case Qt::Key_End:
52 case Qt::Key_Return:
53 case Qt::Key_Enter:
55 case Qt::Key_Execute:
57 case Qt::Key_F1:
59 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) != 0;
69 m_ctrlKey = (event->modifiers() & Qt::ControlModifier) != 0;
70 m_altKey = (event->modifiers() & Qt::AltModifier) != 0;
71 m_metaKey = (event->modifiers() & Qt::MetaModifier) != 0
    [all...]
WheelEventQt.cpp 32 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
34 if (orientation == Qt::Horizontal) {
64 , m_shiftKey(e->modifiers() & Qt::ShiftModifier)
65 , m_ctrlKey(e->modifiers() & Qt::ControlModifier)
66 , m_altKey(e->modifiers() & Qt::AltModifier)
67 , m_metaKey(e->modifiers() & Qt::MetaModifier)
83 , m_shiftKey(e->modifiers() & Qt::ShiftModifier)
84 , m_ctrlKey(e->modifiers() & Qt::ControlModifier)
85 , m_altKey(e->modifiers() & Qt::AltModifier)
86 , m_metaKey(e->modifiers() & Qt::MetaModifier
    [all...]
PlatformTouchEventQt.cpp 41 m_ctrlKey = (event->modifiers() & Qt::ControlModifier);
42 m_altKey = (event->modifiers() & Qt::AltModifier);
43 m_shiftKey = (event->modifiers() & Qt::ShiftModifier);
44 m_metaKey = (event->modifiers() & Qt::MetaModifier);
CursorQt.cpp 80 : CrossCursor(Qt::CrossCursor)
81 , MoveCursor(Qt::SizeAllCursor)
82 , PointerCursor(Qt::ArrowCursor)
83 , PointingHandCursor(Qt::PointingHandCursor)
84 , IBeamCursor(Qt::IBeamCursor)
85 , WaitCursor(Qt::WaitCursor)
86 , WhatsThisCursor(Qt::WhatsThisCursor)
87 , SizeHorCursor(Qt::SizeHorCursor)
88 , SizeVerCursor(Qt::SizeVerCursor)
89 , SizeFDiagCursor(Qt::SizeFDiagCursor
    [all...]
FileChooserQt.cpp 42 string = fm.elidedText(fname, Qt::ElideLeft, width);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
TextInputControllerQt.cpp 42 Qt::KeyboardModifiers modifiers = Qt::NoModifier;
45 modifiers |= Qt::ShiftModifier;
46 keycode = Qt::Key_Left;
48 keycode = Qt::Key_Down;
50 modifiers |= Qt::ShiftModifier;
51 keycode = Qt::Key_Down;
53 keycode = Qt::Key_Right;
55 modifiers |= Qt::ShiftModifier;
56 keycode = Qt::Key_Right
    [all...]
EventSenderQt.cpp 44 // API if compared to Qt: they have specific methods for zooming in and out,
45 // as well as a settable zoom factor, while Qt has only a 'setZoomValue' method.
46 // Hence Qt DRT adopts a fixed zoom-factor (1.2) for compatibility.
75 Qt::MouseButton mouseButton;
78 mouseButton = Qt::LeftButton;
81 mouseButton = Qt::MidButton;
84 mouseButton = Qt::RightButton;
88 mouseButton = Qt::MidButton;
91 mouseButton = Qt::LeftButton;
98 QMouseEvent* event = new QMouseEvent(QEvent::MouseButtonPress, m_mousePos, m_mousePos, mouseButton, m_mouseButtons, Qt::NoModifier)
    [all...]
  /external/webkit/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...]
QtFallbackWebPopup.cpp 54 && activeFocus->testAttribute(Qt::WA_InputMethodEnabled)) {
83 SLOT(activeChanged(int)), Qt::QueuedConnection);
100 // Comboboxes with Qt on Maemo 5 come up in their full width on the screen, so neither
124 QMouseEvent event(QEvent::MouseButtonPress, QCursor::pos(), Qt::LeftButton,
125 Qt::LeftButton, Qt::NoModifier);
  /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/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)
wpagui.h 30 Qt::WFlags fl = Qt::WType_TopLevel);
scanresults.h 29 bool modal = false, Qt::WFlags fl = 0);
  /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);
eventhistory.cpp 38 if (role == Qt::DisplayRole)
53 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
56 if (role != Qt::DisplayRole)
59 if (orientation == Qt::Horizontal) {
82 EventHistory::EventHistory(QWidget *parent, const char *, bool, Qt::WFlags)
  /external/webkit/JavaScriptCore/wtf/qt/
MainThreadQt.cpp 67 QMetaObject::invokeMethod(webkit_main_thread_invoker(), "dispatch", Qt::QueuedConnection);
  /external/webkit/WebKitTools/QtLauncher/
mainwindow.cpp 41 setAttribute(Qt::WA_DeleteOnClose);
44 setAttribute(Qt::WA_TranslucentBackground);
81 page()->action(QWebPage::Stop)->setShortcut(Qt::Key_Escape);
90 page()->action(QWebPage::ToggleBold)->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_B));
91 page()->action(QWebPage::ToggleItalic)->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_I));
92 page()->action(QWebPage::ToggleUnderline)->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_U));
main.cpp 148 QSplitter* splitter = new QSplitter(Qt::Vertical, this);
191 case Qt::Key_F7:
195 case Qt::Key_F8:
231 if (touchPoints[0].state() == Qt::TouchPointReleased)
233 else if (touchPoints[0].state() == Qt::TouchPointPressed)
242 if (touchPoints[0].state() == Qt::TouchPointReleased)
244 if (touchPoints.size() > 1 && touchPoints[1].state() == Qt::TouchPointReleased)
260 && !(ev->buttons() & Qt::LeftButton))
264 touchPoint.setState(Qt::TouchPointMoved);
267 touchPoint.setState(Qt::TouchPointPressed)
    [all...]
webpage.cpp 81 Qt::KeyboardModifiers modifiers = Qt::KeyboardModifiers(value.toInt());
83 if (modifiers & Qt::ShiftModifier) {
89 if (modifiers & Qt::AltModifier) {

Completed in 267 milliseconds

1 2 3 4