#include <QObject>Go to the source code of this file.
Classes | |
| class | LightRayData |
| The LightRayData class stores data of a LightRay. The LightRayData doesn't inherit from QObject, so it can be stored in Qt-Containers (currently only those require == or qHash) by Value. Also the data can be copied easily. More... | |
Functions | |
| bool | operator== (const LightRayData &ray1, const LightRayData &ray2) |
| uint | qHash (const LightRayData &key, uint seed) |
| bool operator== | ( | const LightRayData & | ray1, |
| const LightRayData & | ray2 | ||
| ) |
| uint qHash | ( | const LightRayData & | key, |
| uint | seed | ||
| ) |
1.8.8