Read@CVL
|
#include "Shapes.h"
#include "Utils.h"
#include "Algorithms.h"
#include "Image.h"
#include <QDebug>
#include <QPainter>
Namespaces | |
rdf | |
Functions | |
QDebug | rdf::operator<< (QDebug d, const Vector2D &v) |
QDataStream & | rdf::operator<< (QDataStream &s, const Vector2D &v) |
bool | rdf::operator== (const Rect &l, const Rect &r) |
bool | rdf::operator!= (const Rect &l, const Rect &r) |
QDebug | rdf::operator<< (QDebug d, const Ellipse &e) |