GammaRay API Documentation
3.2.0
|
A templated convenience ToolUiFactory applicable for most use-cases. More...
#include <tooluifactory.h>
Public Member Functions | |
QWidget * | createWidget (QWidget *parentWidget) override |
Create the UI part of this tool. More... | |
QString | id () const override |
Unique id of this tool, must match the id of a the corresponding probe tool. More... | |
Public Member Functions inherited from GammaRay::ToolUiFactory | |
virtual void | initUi () |
Initialize UI related stuff for this tool. More... | |
virtual QString | name () const |
Human readable name of this tool. More... | |
virtual bool | remotingSupported () const |
Return true if this tool supports remoting, false otherwise. More... | |
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.