#include <QDebug>
#include <QList>
#include <QMetaType>
#include <QTransform>
#include "RGlobal.h"
Go to the source code of this file.
Macro Definition Documentation
Typedef Documentation
Function Documentation
| QDebug operator<< |
( |
QDebug |
dbg, |
|
|
const RVector & |
v |
|
) |
| |
Stream operator for QDebug.
| QDataStream& operator<< |
( |
QDataStream & |
stream, |
|
|
const RVector & |
vector |
|
) |
| |
Serializes the given RVector object.
- Non-Scriptable:
- This function is not available in script environments.
Used for RSettings, keep in sync with operator>>.
| QDataStream& operator>> |
( |
QDataStream & |
stream, |
|
|
RVector & |
vector |
|
) |
| |
Deserializes the given RColor object.
- Non-Scriptable:
- This function is not available in script environments.