QCAD
Open Source 2D CAD
RPainterPath.cpp File Reference
#include <QPen>
#include "RArc.h"
#include "RCircle.h"
#include "RBox.h"
#include "REllipse.h"
#include "RLine.h"
#include "RMath.h"
#include "RPainterPath.h"
#include "RPainterPathExporter.h"
#include "RSpline.h"

Functions

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

Function Documentation

◆ operator<()

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

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

◆ operator<<()

QDebug operator<< ( QDebug  dbg,
RPainterPath p 
)

Stream operator for QDebug.