|
QCAD Application Framework
CAD Application Development and Automation.
|
#include <QPainter>#include <QPixmap>#include <QBrush>#include "RColor.h"#include "RCircle.h"#include "RDebug.h"#include "RMath.h"#include "RColorCodes.h"Functions | |
| QDebug | operator<< (QDebug dbg, const RColor &c) |
| Stream operator for QDebug. | |
| QDataStream & | operator<< (QDataStream &stream, const RColor &color) |
| Serializes the given RColor object. | |
| QDataStream & | operator>> (QDataStream &stream, RColor &color) |
| Deserializes the given RColor object. | |
| QDebug operator<< | ( | QDebug | dbg, |
| const RColor & | c | ||
| ) |
Stream operator for QDebug.
| QDataStream& operator<< | ( | QDataStream & | stream, |
| const RColor & | color | ||
| ) |