GammaRay API Documentation
3.2.0
|
Type-safe and cross-process object identifier. More...
#include <objectid.h>
Public Types | |
enum | Type { Invalid , QObjectType , VoidStarType } |
Public Member Functions | |
ObjectId (QObject *obj) | |
ObjectId (void *obj, const QByteArray &typeName) | |
QObject * | asQObject () const |
template<typename T > | |
T | asQObjectType () const |
void * | asVoidStar () const |
quint64 | id () const |
bool | isNull () const |
operator quint64 () const | |
bool | operator== (const ObjectId &o2) const |
Type | type () const |
QByteArray | typeName () const |
Type-safe and cross-process object identifier.