kjsembed
jseventmapper.h
Go to the documentation of this file.
void addEvent(const KJS::Identifier &name, QEvent::Type t)
Adds an event to the map.
Definition: jseventmapper.cpp:263
KJS::Identifier findEventHandler(QEvent::Type t) const
Returns the name of the handler method for the specified event type.
Definition: jseventmapper.cpp:279
bool isEventHandler(const KJS::Identifier &name) const
Returns true iff the specified name is the identifier for an event handler.
Definition: jseventmapper.cpp:274
Maintains a map between the types of QEvent and the names of their event handlers.
Definition: jseventmapper.h:49
QEvent::Type findEventType(const KJS::Identifier &name) const
Returns the type of the events handled by the specified handler.
Definition: jseventmapper.cpp:269
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.