QCAD
Open Source 2D CAD
RPainterPath.h File Reference
#include "core_global.h"
#include <QBrush>
#include <QFlags>
#include <QPainterPath>
#include <QPen>
#include <QSharedPointer>
#include "RBox.h"
#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. More...
 
QCADCORE_EXPORT QDebug operator<< (QDebug dbg, RPainterPath &p)
 Stream operator for QDebug. More...
 

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.