nodes/QskArcRenderer.h

Classes

  Name
class QskArcRenderer

Source code

/******************************************************************************
 * QSkinny - Copyright (C) 2016 Uwe Rathmann
 * This file may be used under the terms of the QSkinny License, Version 1.0
 *****************************************************************************/

#ifndef QSK_ARC_RENDERER_H
#define QSK_ARC_RENDERER_H

#include "QskGlobal.h"

class QskArcMetrics;
class QskGradient;

class QPainter;
class QRectF;

class QSK_EXPORT QskArcRenderer
{
  public:
    void renderArc( const QRectF&, const QskArcMetrics&,
        const QskGradient&, QPainter* );
};

#endif

Updated on 28 July 2023 at 14:02:30 CEST