#include <QCoreApplication>
#include <QObject>
#include <QColor>
#include <QMetaType>
#include <QMap>
#include <QIcon>
#include <QDebug>
Go to the source code of this file.
Macro Definition Documentation
| #define RDEFAULT_QSIZE_ICON QSize(32,10) |
Typedef Documentation
Function Documentation
| QDataStream& operator<< |
( |
QDataStream & |
stream, |
|
|
const RColor & |
color |
|
) |
| |
Serializes the given RColor object.
- Non-Scriptable:
- This function is not available in script environments.
Used for RSettings, keep in sync with operator>>.
| QDebug operator<< |
( |
QDebug |
dbg, |
|
|
const RColor & |
c |
|
) |
| |
Stream operator for QDebug.
| QDataStream& operator>> |
( |
QDataStream & |
stream, |
|
|
RColor & |
color |
|
) |
| |
Deserializes the given RColor object.
- Non-Scriptable:
- This function is not available in script environments.