Gem Illuminator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
Classes | Functions
gemdata.h File Reference
#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)
 

Function Documentation

bool operator!= ( const GemData lhs,
const GemData rhs 
)
bool operator== ( const GemData lhs,
const GemData rhs 
)
uint qHash ( const GemData key,
uint  seed 
)