GammaRay API Documentation  2.10.0
Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
GammaRay Namespace Reference

All GammaRay classes. More...

Namespaces

 EnumUtil
 Enum conversion utility functions.
 
 LauncherFinder
 Utility function to find the various executables related to the launcher.
 
 ObjectBroker
 Retrieve/expose objects independent of whether using in-process or out-of-process UI.
 
 ObjectDataProvider
 Retrieve basic information about QObject instances.
 
 ObjectModel
 GammaRay Object Models.
 
 Paths
 Methods to determine install locations of the various bits of GammaRay.
 
 ProbeFinder
 Functions to locate a suitable probe.
 
 PropertyWidgetTabPriority
 Priority values for property widget extension tabs.
 
 Protocol
 Helper functions and constants defining the communication protocol between client and server.
 
 ToolModelRole
 Custom roles for GammaRay::ToolModel.
 
 Util
 GammaRay probe utilities.
 
 VariantHandler
 Variant conversion functions, extendable by plugins.
 

Classes

class  AbstractObjectDataProvider
 Base class for custom object data providers. More...
 
class  AttachDialog
 Widget for selecting a process to attach GammaRay to. More...
 
class  ClientConnectionManager
 Pre-MainWindow connection setup logic. More...
 
class  ClientDecorationIdentityProxyModel
 Proxy model for client-side resolution of class icons. More...
 
class  ClientToolManager
 Tool Management API for the client to find out, which tools exist, get the tool's widgets, etc. More...
 
class  ConnectPage
 UI for connecting to a running GammaRay instance. More...
 
class  Endpoint
 Network protocol endpoint. More...
 
class  EnumDefinition
 Target-independent representation of an enum or flag definition. More...
 
class  EnumDefinitionElement
 A single element of an EnumDefinition. More...
 
class  EnumRepository
 Collection of EnumDefinition and on-demand client/server transfer of those. More...
 
class  EnumRepositoryServer
 Probe-side enum definition management. More...
 
class  EnumValue
 A target-independent representation of an enum or flag value. More...
 
class  Launcher
 Manages launching a target process, injecting the probe and if needed also starting the client application. More...
 
class  LauncherWindow
 Widget for launching a new process with GammaRay injected. More...
 
class  LaunchOptions
 Describes the injection and probe options used for launching/attacing to a host process. More...
 
class  MetaObject
 Compile-time introspection adaptor for non-QObject classes. More...
 
class  MetaObjectRepository
 MetaObject repository. More...
 
class  MetaProperty
 Introspectable adaptor to non-QObject properties. More...
 
class  NetworkDiscoveryModel
 Lists all active server instances found via network autodiscovery. More...
 
class  ObjectFilterProxyModelBase
 A QSortFilterProxyModel for generic Objects. More...
 
class  ObjectId
 Type-safe and cross-process object identifier. More...
 
class  ObjectIdsFilterProxyModel
 A KRecursiveFilterProxyModel for ObjectIds. 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  Probe
 Central entity of GammaRay: The probe is tracking the Qt application under test. More...
 
class  ProbeABI
 Describes a probe ABI. More...
 
class  ProbeABIDetector
 Detect the probe ABI required for a given target. More...
 
class  ProbeController
 Server-side part for the object property inspector. Use this to integrate a property inspector like in the QObject view into your tool. More...
 
class  ProbeControllerInterface
 Probe and host process remote control functions. More...
 
class  ProcessTracker
 
class  ProcessTrackerBackend
 
class  ProcessTrackerInfo
 
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  PropertyEditorDelegate
 Delegate for rendering and editing QVariant property values. More...
 
class  PropertyWidget
 Client-side counter-part GammaRay::PropertyController. More...
 
class  PropertyWidgetTabFactory
 Template implementation of PropertyWidgetTabFactoryBase. More...
 
class  PropertyWidgetTabFactoryBase
 Interface for tabs in the property widget. More...
 
struct  SignalSpyCallbackSet
 Callbacks for tracing signal emissions and slot invocation. More...
 
class  SingleColumnObjectProxyModel
 A QIdentityProxyModel for generic Objects. More...
 
class  SourceLocation
 Specifies a source code location. More...
 
class  StandardToolFactory
 A templated generic ToolFactory for some data type and tool. More...
 
class  StandardToolUiFactory
 A templated convenience ToolUiFactory applicable for most use-cases. More...
 
class  ToolFactory
 An abstract interface for probe tools. More...
 
class  ToolInfo
 Data structure describing a single GammaRay tool. More...
 
class  ToolUiFactory
 An abstract interface for creating the UI parts of probe tools. More...
 
class  UiIntegration
 Interface for UI plugins to integrate with the client UI. More...
 
class  UIStateManager
 Interface for UI plugins to manage their states. More...
 

Typedefs

typedef int EnumId
 Unique identifier for EnumDefinition instances. More...
 
typedef QVector< class ObjectIdObjectIds
 Type-safe and cross-process object identifier vector.
 
typedef QVector< QVariantUISizeVector
 

Enumerations

enum  EnumIds { InvalidEnumId = -1, FirstValidEnumId = 0 }
 Special value constants for GammaRay::EnumId. More...
 

Functions

template<typename Out , typename In >
Out DynamicCast (In *in)
 
template<typename T >
bool IsPolymorphic ()
 

Variables

static const int UserRole = 256
 Portable replacement for Qt::UserRole. More...
 

Detailed Description

All GammaRay classes.

Typedef Documentation

typedef int GammaRay::EnumId

Unique identifier for EnumDefinition instances.

Enumeration Type Documentation

Special value constants for GammaRay::EnumId.

Function Documentation

template<typename Out , typename In >
Out GammaRay::DynamicCast ( In *  in)

Dynamic casting trait for supporting dynamic_cast-like functions for pseudo-polymorphic Qt types. The generic implementation in here just does dynamic_cast, this needs to be specialized where needed.

template<typename T >
bool GammaRay::IsPolymorphic ( )

Specializable variant of std::is_polymorphic, for use with pseudo-polymorphic Qt types.

Variable Documentation

const int GammaRay::UserRole = 256
static

Portable replacement for Qt::UserRole.

Qt4 uses 32, Qt5 256, use the latter globally to allow combining Qt4/5 client/servers.


Klarälvdalens Datakonsult AB (KDAB)
"The Qt Experts"
https://www.kdab.com/
GammaRay
Qt-application inspection and manipulation tool
https://www.kdab.com/gammaray/