Lines Matching +defs:w +defs:buttons +defs:remove
127 explicit CloseEvent(QWindow *w) in CloseEvent()
181 WindowScreenChangedEvent(QWindow *w, QScreen *s) in WindowScreenChangedEvent()
191 SafeAreaMarginsChangedEvent(QWindow *w) in SafeAreaMarginsChangedEvent()
219 UserEvent(QWindow * w, ulong time, EventType t) in UserEvent()
231 InputEvent(QWindow * w, ulong time, EventType t, Qt::KeyboardModifiers mods) in InputEvent()
242 : InputEvent(w, time, Mouse, mods), localPos(local), globalPos(global), buttons(state), in InputEvent() argument
254 Qt::MouseButtons buttons; variable
279 :InputEvent(w, time, Key, mods), key(k), unicode(text), repeat(autorep), in InputEvent() argument
285 :InputEvent(w, time, Key, mods), key(k), unicode(text), repeat(autorep), in InputEvent() argument
300 TouchEvent(QWindow *w, ulong time, QEvent::Type t, QTouchDevice *dev, in TouchEvent()
344 explicit ThemeChangeEvent(QWindow * w) in ThemeChangeEvent()
376 TabletEvent(QWindow *w, ulong time, const QPointF &local, const QPointF &global, in TabletEvent()
383 Qt::MouseButtons buttons; variable
420 explicit PlatformPanelEvent(QWindow *w) in PlatformPanelEvent()
428 explicit ContextMenuEvent(QWindow *w, bool mouseTriggered, const QPoint &pos, in ContextMenuEvent()
500 void remove(const WindowSystemEvent *e) in remove() function