ganeswidgets/inc/hgmediawallrenderer.h
branchGCC_SURGE
changeset 10 c348b9772569
parent 5 4fa04caf0f43
equal deleted inserted replaced
4:463f1934e292 10:c348b9772569
    15 *
    15 *
    16 */
    16 */
    17 #ifndef HGMEDIAWALLRENDERER_H
    17 #ifndef HGMEDIAWALLRENDERER_H
    18 #define HGMEDIAWALLRENDERER_H
    18 #define HGMEDIAWALLRENDERER_H
    19 
    19 
    20 #include <qmatrix4x4>
    20 #include <QMatrix4x4>
    21 #include <qobject>
    21 #include <QObject>
    22 #include <qmap>
    22 #include <QMap>
    23 
    23 
    24 class HgQuadRenderer;
    24 class HgQuadRenderer;
    25 class HgMediaWallDataProvider;
    25 class HgMediaWallDataProvider;
    26 class QPointF;
    26 class QPointF;
    27 class QPainter;
    27 class QPainter;