#include <QObject>
Go to the source code of this file.
Classes | |
singleton | QList< T > |
class | GemData |
The GemData class stores all required information to describe an AbstractGem. The advantage of GemData is, that it is possible to assign, copy, compare and qHash() this class. Therefore, it is possible to store it in most Qt-containers. More... | |
Functions | |
bool | operator== (const GemData &lhs, const GemData &rhs) |
bool | operator!= (const GemData &lhs, const GemData &rhs) |
uint | qHash (const GemData &key, uint seed) |
uint qHash | ( | const GemData & | key, |
uint | seed | ||
) |