KDEUI
Go to the documentation of this file.
29#include <QtCore/QtGlobal>
66#ifndef FIXX11H_Unsorted
67#define FIXX11H_Unsorted
68const int XUnsorted = Unsorted;
70const int Unsorted = XUnsorted;
80const XID XNone =
None;
82const XID
None = XNone;
101#define _XTYPEDEF_BOOL
107#ifndef FIXX11H_KeyPress
108#define FIXX11H_KeyPress
109const int XKeyPress = KeyPress;
111const int KeyPress = XKeyPress;
118#ifndef FIXX11H_KeyRelease
119#define FIXX11H_KeyRelease
120const int XKeyRelease = KeyRelease;
122const int KeyRelease = XKeyRelease;
131const int XAbove = Above;
133const int Above = XAbove;
142const int XBelow = Below;
144const int Below = XBelow;
151#ifndef FIXX11H_FocusIn
152#define FIXX11H_FocusIn
153const int XFocusIn = FocusIn;
155const int FocusIn = XFocusIn;
162#ifndef FIXX11H_FocusOut
163#define FIXX11H_FocusOut
164const int XFocusOut = FocusOut;
166const int FocusOut = XFocusOut;
173#ifndef FIXX11H_Always
174#define FIXX11H_Always
175const int XAlways = Always;
177const int Always = XAlways;
184#ifndef FIXX11H_Success
185#define FIXX11H_Success
186const int XSuccess = Success;
188const int Success = XSuccess;
195#ifndef FIXX11H_GrayScale
196#define FIXX11H_GrayScale
197const int XGrayScale = GrayScale;
199const int GrayScale = XGrayScale;
206#ifndef FIXX11H_Status
207#define FIXX11H_Status
218#ifndef FIXX11H_CursorShape
219#define FIXX11H_CursorShape
220const int XCursorShape = CursorShape;
222const int CursorShape = XCursorShape;
231#ifndef FIXX11H_FontChange
232#define FIXX11H_FontChange
233const int XFontChange = FontChange;
235const int FontChange = XFontChange;
243#ifndef FIXX11H_NormalState
244#define FIXX11H_NormalState
245const int XNormalState = NormalState;
247const int NormalState = XNormalState;
258const char* Xindex(
const char* s,
int c )
260 return index( s, c );
264const char* index(
const char* s,
int c )
266 return Xindex( s, c );
275#ifndef FIXX11H_rindex
276#define FIXX11H_rindex
278const char* Xrindex(
const char* s,
int c )
280 return rindex( s, c );
284const char* rindex(
const char* s,
int c )
286 return Xrindex( s, c );
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.