QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
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 "RPoint.h"
#include "RPolyline.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.
 
QDebug operator<< (QDebug dbg, RPainterPath &p)
 Stream operator for QDebug.
 

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.