KDEUI
KXUtils Namespace Reference
Namespace with various generic X11-related functionality. More...
Functions | |
QPixmap | createPixmapFromHandle (WId pixmap, WId mask=0) |
int | timestampCompare (unsigned long time1, unsigned long time2) |
int | timestampDiff (unsigned long time1, unsigned long time2) |
Detailed Description
Namespace with various generic X11-related functionality.
Function Documentation
QPixmap KXUtils::createPixmapFromHandle | ( | WId | pixmap, | |
WId | mask = 0 | |||
) |
int KXUtils::timestampCompare | ( | unsigned long | time1, | |
unsigned long | time2 | |||
) |
Compares two X timestamps, taking into account wrapping and 64bit architectures.
Return value is like with strcmp(), 0 for equal, -1 for time1 < time2, 1 for time1 > time2.
- Since:
- 4.1.0
int KXUtils::timestampDiff | ( | unsigned long | time1, | |
unsigned long | time2 | |||
) |
Returns a difference of two X timestamps, time2 - time1, where time2 must be later than time1, as returned by timestampCompare().
- Since:
- 4.1.0