KJSEmbed::JSEventUtils

KJSEmbed::JSEventUtils Namespace Reference

Functions

KJS::JSObject * convertEvent (KJS::ExecState *exec, const QCloseEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QContextMenuEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QDragMoveEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QDropEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QFocusEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QInputEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QInputMethodEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QKeyEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QMouseEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QMoveEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QPaintEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QResizeEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QTimerEvent *ev)
 
KJS::JSObject * convertEvent (KJS::ExecState *exec, const QWheelEvent *ev)
 
KJS::JSObject * event (KJS::ExecState *exec, const QEvent *ev)
 

Detailed Description

Utility class that contains the methods for converting event types to JS.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:04:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.