KDEUI
Go to the documentation of this file. 29 #include <QtCore/QtGlobal> 66 #ifndef FIXX11H_Unsorted 67 #define FIXX11H_Unsorted 68 const int XUnsorted = Unsorted;
70 const int Unsorted = XUnsorted;
80 const XID XNone =
None;
82 const XID
None = XNone;
101 #define _XTYPEDEF_BOOL 107 #ifndef FIXX11H_KeyPress 108 #define FIXX11H_KeyPress 109 const int XKeyPress = KeyPress;
111 const int KeyPress = XKeyPress;
118 #ifndef FIXX11H_KeyRelease 119 #define FIXX11H_KeyRelease 120 const int XKeyRelease = KeyRelease;
122 const int KeyRelease = XKeyRelease;
129 #ifndef FIXX11H_Above 130 #define FIXX11H_Above 131 const int XAbove = Above;
133 const int Above = XAbove;
140 #ifndef FIXX11H_Below 141 #define FIXX11H_Below 142 const int XBelow = Below;
144 const int Below = XBelow;
151 #ifndef FIXX11H_FocusIn 152 #define FIXX11H_FocusIn 153 const int XFocusIn = FocusIn;
155 const int FocusIn = XFocusIn;
162 #ifndef FIXX11H_FocusOut 163 #define FIXX11H_FocusOut 164 const int XFocusOut = FocusOut;
166 const int FocusOut = XFocusOut;
173 #ifndef FIXX11H_Always 174 #define FIXX11H_Always 175 const int XAlways = Always;
177 const int Always = XAlways;
184 #ifndef FIXX11H_Success 185 #define FIXX11H_Success 186 const int XSuccess = Success;
188 const int Success = XSuccess;
195 #ifndef FIXX11H_GrayScale 196 #define FIXX11H_GrayScale 197 const int XGrayScale = GrayScale;
199 const int GrayScale = XGrayScale;
206 #ifndef FIXX11H_Status 207 #define FIXX11H_Status 218 #ifndef FIXX11H_CursorShape 219 #define FIXX11H_CursorShape 220 const int XCursorShape = CursorShape;
222 const int CursorShape = XCursorShape;
231 #ifndef FIXX11H_FontChange 232 #define FIXX11H_FontChange 233 const int XFontChange = FontChange;
235 const int FontChange = XFontChange;
243 #ifndef FIXX11H_NormalState 244 #define FIXX11H_NormalState 245 const int XNormalState = NormalState;
247 const int NormalState = XNormalState;
255 #ifndef FIXX11H_index 256 #define FIXX11H_index 258 const char* Xindex(
const char* s,
int c )
260 return index( s, c );
264 const char* index(
const char* s,
int c )
266 return Xindex( s, c );
275 #ifndef FIXX11H_rindex 276 #define FIXX11H_rindex 278 const char* Xrindex(
const char* s,
int c )
280 return rindex( s, c );
284 const char* rindex(
const char* s,
int c )
286 return Xrindex( s, c );
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Wed May 24 2017 08:03:52 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.