• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KHTML

  • khtml
  • java
kxeventutil.h
Go to the documentation of this file.
1// -*- c++ -*-
2/* This file is part of the KDE project
3 *
4 * Copyright (C) 2002 Till Krech <till@snafu.de>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Library General Public License for more details.
15 *
16 * You should have received a copy of the GNU Library General Public License
17 * along with this library; see the file COPYING.LIB. If not, write to
18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301, USA.
20 */
21#ifndef KXEVENTUTIL_H
22#define KXEVENTUTIL_H
23
24#include <X11/X.h>
25#include <X11/Xlib.h>
26#include <QtCore/QString>
27
28class KXEventUtil {
29 public:
30 static QString getXEventName(XEvent *e);
31 static QString getXAnyEventInfo(XEvent *xevent);
32 static QString getXButtonEventInfo(XEvent *xevent);
33 static QString getXKeyEventInfo(XEvent *xevent);
34 static QString getXMotionEventInfo(XEvent *xevent);
35 static QString getXCrossingEventInfo(XEvent *xevent);
36 static QString getXFocusChangeEventInfo(XEvent *xevent);
37 static QString getXExposeEventInfo(XEvent *xevent);
38 static QString getXGraphicsExposeEventInfo(XEvent *xevent);
39 static QString getXNoExposeEventInfo(XEvent *xevent);
40 static QString getXCreateWindowEventInfo(XEvent *xevent);
41 static QString getXDestroyWindowEventInfo(XEvent *xevent);
42 static QString getXMapEventInfo(XEvent *xevent);
43 static QString getXMappingEventInfo(XEvent *xevent);
44 static QString getXReparentEventInfo(XEvent *xevent);
45 static QString getXUnmapEventInfo(XEvent *xevent);
46 static QString getXConfigureEventInfo(XEvent *xevent);
47 static QString getXConfigureRequestEventInfo(XEvent *xevent);
48 static QString getX11EventInfo( XEvent* e );
49};
50
51#endif
KXEventUtil
Definition: kxeventutil.h:28
KXEventUtil::getXExposeEventInfo
static QString getXExposeEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:152
KXEventUtil::getXNoExposeEventInfo
static QString getXNoExposeEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:177
KXEventUtil::getXReparentEventInfo
static QString getXReparentEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:220
KXEventUtil::getXConfigureRequestEventInfo
static QString getXConfigureRequestEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:249
KXEventUtil::getXButtonEventInfo
static QString getXButtonEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:60
KXEventUtil::getXMappingEventInfo
static QString getXMappingEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:212
KXEventUtil::getX11EventInfo
static QString getX11EventInfo(XEvent *e)
Definition: kxeventutil.cpp:272
KXEventUtil::getXCreateWindowEventInfo
static QString getXCreateWindowEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:186
KXEventUtil::getXKeyEventInfo
static QString getXKeyEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:77
KXEventUtil::getXMotionEventInfo
static QString getXMotionEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:94
KXEventUtil::getXMapEventInfo
static QString getXMapEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:205
KXEventUtil::getXDestroyWindowEventInfo
static QString getXDestroyWindowEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:199
KXEventUtil::getXConfigureEventInfo
static QString getXConfigureEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:237
KXEventUtil::getXFocusChangeEventInfo
static QString getXFocusChangeEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:145
KXEventUtil::getXUnmapEventInfo
static QString getXUnmapEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:229
KXEventUtil::getXGraphicsExposeEventInfo
static QString getXGraphicsExposeEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:165
KXEventUtil::getXEventName
static QString getXEventName(XEvent *e)
KXEventUtil::getXCrossingEventInfo
static QString getXCrossingEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:110
KXEventUtil::getXAnyEventInfo
static QString getXAnyEventInfo(XEvent *xevent)
Definition: kxeventutil.cpp:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal