![]() |
QCAD
Open Source 2D CAD
|
#include <QDebug>
#include <QMap>
#include <QPainter>
#include <QPixmap>
#include <QBrush>
#include "RColor.h"
#include "RMath.h"
#include "RPluginLoader.h"
#include "RSettings.h"
#include "RColorCodes.h"
Functions | |
QDataStream & | operator<< (QDataStream &stream, const RColor &color) |
Serializes the given RColor object. | |
QDebug | operator<< (QDebug dbg, const RColor &c) |
Stream operator for QDebug. | |
QDataStream & | operator>> (QDataStream &stream, RColor &color) |
Deserializes the given RColor object. | |