|
GammaRay
2.1.0
|
Namespaces | |
| namespace | ObjectBroker |
| Retrieve/expose objects independent of whether using in-process or out-of-process UI. | |
| namespace | ObjectMethodModelRole |
| Custom roles for GammaRay::ObjectMethodModel. | |
| namespace | ObjectModel |
| GammaRay Object Models. | |
| namespace | PropertyWidgetDisplayState |
| Display mode settings of the property widget. | |
| namespace | Protocol |
| Helper functions and constants defining the communication protocol between client and server. | |
| namespace | ToolModelRole |
| Custom roles for GammaRay::ToolModel. | |
| namespace | Util |
| GammaRay utilities. | |
| namespace | VariantHandler |
| Variant conversion functions, extendable by plugins. | |
Classes | |
| class | Endpoint |
| Network protocol endpoint. More... | |
| class | MetaObject |
| Compile-time introspection adaptor for non-QObject classes. More... | |
| class | MetaObjectImpl |
| Template implementation of MetaObject. More... | |
| class | MetaObjectRepository |
| MetaObject repository. More... | |
| class | MetaProperty |
| Introspectable adaptor to non-QObject properties. More... | |
| class | MetaPropertyImpl |
| Template-ed implementation of MetaProperty. More... | |
| class | ObjectFilterProxyModelBase |
| A QSortFilterProxyModel for generic Objects. More... | |
| class | ObjectModelBase |
| A container for a generic Object Model derived from some Base. More... | |
| class | ObjectTypeFilterProxyModel |
| A templated generic ObjectFilterProxyModelBase for some data type. More... | |
| class | ProbeInterface |
| An abstract interface for accessing the core GammaRay probe. More... | |
| class | PropertyController |
| Non-UI part of the property widget. More... | |
| class | PropertyControllerExtension |
| Base-class for server-side property editor extensions. More... | |
| class | PropertyControllerInterface |
| Client/Server interface of the property editor. More... | |
| class | SingleColumnObjectProxyModel |
| A QIdentityProxyModel for generic Objects. More... | |
| class | StandardToolFactory |
| A templated generic ToolFactory for some data type and tool. More... | |
| class | StandardToolFactory2 |
| A templated generic ToolFactory for some data type and Tool. More... | |
| class | ToolFactory |
| An abstract interface for probe tools. More... | |
Variables | |
| static const int | UserRole = 256 |
All GammaRay classes.
|
static |
Portable replacement for Qt::UserRole. Qt4 uses 32, Qt5 256, use the latter globally to allow combining Qt4/5 client/servers.
GammaRay