GammaRay API Documentation  2.8.0
Public Member Functions | List of all members
GammaRay::ToolUiFactory Class Referenceabstract

An abstract interface for creating the UI parts of probe tools. More...

#include <tooluifactory.h>

Inheritance diagram for GammaRay::ToolUiFactory:
Inheritance graph
[legend]

Public Member Functions

virtual QWidgetcreateWidget (QWidget *parentWidget)=0
 
virtual QString id () const =0
 
virtual void initUi ()
 
virtual QString name () const
 Human readable name of this tool. More...
 
virtual bool remotingSupported () const
 

Detailed Description

An abstract interface for creating the UI parts of probe tools.

The ToolUiFactory class is an abstract base class for creating UIs for probe tools for GammaRay. The unique identifier used for the UI must match the one of the corresponding probe tool.

Member Function Documentation

◆ createWidget()

virtual QWidget* GammaRay::ToolUiFactory::createWidget ( QWidget parentWidget)
pure virtual

Create the UI part of this tool.

Parameters
parentWidgetThe parent widget for the visual elements of this tool.
Returns
a pointer to the created QwWidget.

Implemented in GammaRay::StandardToolUiFactory< ToolUi >.

◆ id()

virtual QString GammaRay::ToolUiFactory::id ( ) const
pure virtual

Unique id of this tool, must match the id of a the corresponding probe tool.

Returns
a QString containing the tool id.

Implemented in GammaRay::StandardToolUiFactory< ToolUi >.

◆ initUi()

virtual void GammaRay::ToolUiFactory::initUi ( )
virtual

Initialize UI related stuff for this tool. This function is called on loading the plugin, before the widget itself is needed. Use createWidget to create the actual widget.

◆ name()

virtual QString GammaRay::ToolUiFactory::name ( ) const
virtual

Human readable name of this tool.

You do not need to override this usually, the plugin loader will fill this in.

Returns
a QString containing the tool name.

◆ remotingSupported()

virtual bool GammaRay::ToolUiFactory::remotingSupported ( ) const
virtual

Return true if this tool supports remoting, false otherwise. The default implementation returns true.


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