ganeswidgets/inc/hgvgquadrenderer.h
changeset 5 4fa04caf0f43
parent 2 49c70dcc3f17
equal deleted inserted replaced
3:c863538fcbb6 5:4fa04caf0f43
    17 
    17 
    18 #ifndef HGVGQUADRENDERER_H
    18 #ifndef HGVGQUADRENDERER_H
    19 #define HGVGQUADRENDERER_H
    19 #define HGVGQUADRENDERER_H
    20 
    20 
    21 #include "hgtransformedquadrenderer.h"
    21 #include "hgtransformedquadrenderer.h"
    22 #include <qlist>
    22 #include <QList>
    23 #include <VG/openvg.h>
    23 #include <VG/openvg.h>
    24 #include <qimage>
    24 #include <QImage>
    25 #include <qtransform>
    25 #include <QTransform>
    26 
    26 
    27 class QPoint;
    27 class QPoint;
    28 class QPainter;
    28 class QPainter;
    29 class QRectF;
    29 class QRectF;
    30 class QMatrix4x4;
    30 class QMatrix4x4;