| Home · All Namespaces · All Classes |
#include <QString>#include <QHash>#include <X11/Xlib.h>#include <X11/Xutil.h>#include <QExplicitlySharedDataPointer>

Go to the source code of this file.
Classes | |
| class | WindowInfo |
Functions | |
| bool | operator== (const WindowInfo &, const WindowInfo &) |
| Comparison operator for WindowInfo objects. | |
| uint | qHash (WindowInfo wi) |
| Calculates a hash of a WindowInfo. | |
| bool operator== | ( | const WindowInfo & | , | |
| const WindowInfo & | ||||
| ) |
Comparison operator for WindowInfo objects.
Definition at line 171 of file windowinfo.cpp.
{
return wi1.window() == wi2.window();
}

| uint qHash | ( | WindowInfo | wi | ) |
Calculates a hash of a WindowInfo.
Definition at line 223 of file windowinfo.cpp.
{
return static_cast<uint>(wi.window());
}

| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:20:42 Doxygen 1.7.1 |
MeeGo Touch |