|
QCAD Application Framework
CAD Application Development and Automation.
|
#include "QPen"#include "RBox.h"#include "RLine.h"#include "RMath.h"#include "RPainterPath.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. | |
| 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.