GammaRay API Documentaion
2.5.0
|
Server-side part for the object property inspector. Use this to integrate a property inspector like in the QObject view into your tool. More...
#include <probecontroller.h>
Public Slots | |
void | detachProbe () override |
void | quitHost () override |
void | requestSupportedTools (GammaRay::ObjectId id) override |
void | selectObject (GammaRay::ObjectId id, const QString &toolId) override |
Public Member Functions | |
ProbeController (QObject *parent=0) | |
Public Member Functions inherited from GammaRay::ProbeControllerInterface | |
ProbeControllerInterface (QObject *parent=nullptr) | |
virtual void | detachProbe ()=0 |
virtual void | quitHost ()=0 |
virtual void | requestSupportedTools (ObjectId id)=0 |
virtual void | selectObject (ObjectId id, const QString &toolId)=0 |
Additional Inherited Members | |
Signals inherited from GammaRay::ProbeControllerInterface | |
void | supportedToolsResponse (GammaRay::ObjectId id, const GammaRay::ToolInfos &toolInfos) |
Server-side part for the object property inspector. Use this to integrate a property inspector like in the QObject view into your tool.