GammaRay API Documentation
3.2.0
|
GammaRay Object Models. More...
Enumerations | |
enum | Role { ObjectRole = GammaRay::UserRole + 1 , ObjectIdRole , DecorationIdRole , IsFavoriteRole , UserRole , CreationLocationRole = 9999 , DeclarationLocationRole } |
Role enum, to be used with the object list and tree models. More... | |
GammaRay Object Models.
Public object model roles, for use by tool plugins without needing access to the real object model classes.
Role enum, to be used with the object list and tree models.
Enumerator | |
---|---|
ObjectRole | Pointer to the represented object (available in the probe code only). |
ObjectIdRole | ObjectId instance for represented object. |
DecorationIdRole | The classes icon id to display as Qt::DecorationRole (see ClientDecorationIdentityProxyModel). |
UserRole | UserRole, as defined by Qt. |
CreationLocationRole | Source location where this object was created, if known. |
DeclarationLocationRole | Source location where the type for this object has been declared, if known. |