#include <QtGui/qpolygon.h>
#ifndef QPOLYGON_H
class QPolygon: public QVector < class QPoint >{
   /* Some contents are skipped to improve readability */
   public: inline class QPoint point(int index) const
   /* ... */
};
#endif // QPOLYGON_H