#include <QtGui/qpixmap.h>
#ifndef QPIXMAP_H
classQPixmap: publicQPaintDevice{
/* Some contents are skipped to improve readability */public: staticclassQPixmapgrabWindow(WId, int x = 0, int y = 0, int w = -1, int h = -1);/* ... */
};
#endif // QPIXMAP_H