QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RPainterPath.h File Reference
#include "core_global.h"
#include <QBrush>
#include <QFlags>
#include <QPainterPath>
#include <QPen>
#include <QSharedPointer>
#include "RVector.h"

Go to the source code of this file.

Classes

class  RPainterPath
 Extended painter path with a z-level and a pen. More...
 

Functions

QCADCORE_EXPORT bool operator< (const RPainterPath &p1, const RPainterPath &p2)
 This operator allows us to sort painter paths based on z-level.
 
QCADCORE_EXPORT QDebug operator<< (QDebug dbg, RPainterPath &p)
 Stream operator for QDebug.
 

Function Documentation

◆ operator<()

QCADCORE_EXPORT bool operator< ( const RPainterPath & p1,
const RPainterPath & p2 )

This operator allows us to sort painter paths based on z-level.

◆ operator<<()

QCADCORE_EXPORT QDebug operator<< ( QDebug dbg,
RPainterPath & p )

Stream operator for QDebug.