![]() |
QCAD
Open Source 2D CAD
|
#include "../core_global.h"
#include <QList>
#include <QMetaType>
#include <QMultiMap>
#include "RS.h"
Go to the source code of this file.
Classes | |
class | RVector |
Represents a 3d vector (x/y/z). More... | |
class | RVector::RVectorAngleSort |
class | RVector::RVectorDistanceSort |
class | RVector::RVectorLeftRightTopBottomSort |
Macros | |
#define | RDEFAULT_RVECTOR RVector() |
Typedefs | |
typedef QMultiMap< int, RVector > | _RMapIntVector |
Functions | |
QCADCORE_EXPORT RVector | operator* (double s, const RVector &v) |
Multiplication operator. | |
QCADCORE_EXPORT QDataStream & | operator<< (QDataStream &stream, const RVector &vector) |
Serializes the given RVector object. | |
QCADCORE_EXPORT QDebug | operator<< (QDebug dbg, const RVector &v) |
Stream operator for QDebug. | |
QCADCORE_EXPORT QDataStream & | operator>> (QDataStream &stream, RVector &vector) |
Deserializes the given RColor object. | |
#define RDEFAULT_RVECTOR RVector() |
typedef QMultiMap<int, RVector> _RMapIntVector |
QCADCORE_EXPORT RVector operator* | ( | double | s, |
const RVector & | v ) |
Multiplication operator.
QCADCORE_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
const RVector & | vector ) |
QCADCORE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const RVector & | v ) |
Stream operator for QDebug.
QCADCORE_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
RVector & | vector ) |
Deserializes the given RColor object.