GammaRay API Documentation
2.7.0
|
GammaRay Object Models. More...
Enumerations | |
enum | Role { ObjectRole = 256 + 1, ObjectIdRole, CreationLocationRole, DeclarationLocationRole, UserRole } |
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 |
the Object role |
ObjectIdRole |
return ObjectId object |
CreationLocationRole |
source location where this object was created, if known. |
DeclarationLocationRole |
source location where the type for this object has been declared, if known. |
UserRole |
the UserRole, as defined by Qt |