GammaRay API Documentation
2.7.0
|
A templated convenience ToolUiFactory applicable for most use-cases. More...
#include <tooluifactory.h>
Public Member Functions | |
QWidget * | createWidget (QWidget *parentWidget) override |
QString | id () const override |
Public Member Functions inherited from GammaRay::ToolUiFactory | |
virtual void | initUi () |
virtual QString | name () const |
Human readable name of this tool. More... | |
virtual bool | remotingSupported () const |
A templated convenience ToolUiFactory applicable for most use-cases.
|
inlineoverridevirtual |
Create the UI part of this tool.
parentWidget | The parent widget for the visual elements of this tool. |
Implements GammaRay::ToolUiFactory.
|
inlineoverridevirtual |
Unique id of this tool, must match the id of a the corresponding probe tool.
Implements GammaRay::ToolUiFactory.