Lines Matching refs:QMouseEvent
29138 … (QMouseEvent::QMouseEvent): Use the new helper functions so this can be constructed even with
29140 to synthesize a QMouseEvent for KHTML internal use, using the key down NSEvent.
29157 …(RenderFormElement::slotClicked): Change to create the QMouseEvent from the actual mouse event rat…
29158 creating it with all the flags set to 0, using the new QMouseEvent constructor that does so.
29164 …(QMouseEvent::QMouseEvent): Factored out the state-fixing code that was in the two existing constr…
29166 (QMouseEvent::fixState): Compute state and click count based on event type.
55452 (QMouseEvent::button): Use a cast here since the field is now int.
55453 (QMouseEvent::state): Use a cast here since the field is now int.
55454 (QMouseEvent::stateAfter): Use a cast here since the field is now int, and use the new
55482 (QMouseEvent::QMouseEvent): Rewrote constructors. One matches the one from Qt that's
55494 (KWQKHTMLPart::mouseDown): Same thing as above, only for QMouseEvent.