|
GammaRay API Documentation 3.3.1
|
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. | |
| QString | id () const override |
| Unique id of this tool, must match the id of a the corresponding probe tool. | |
Public Member Functions inherited from GammaRay::ToolUiFactory | |
| virtual void | initUi () |
| Initialize UI related stuff for this tool. | |
| virtual QString | name () const |
| Human readable name of this tool. | |
| virtual bool | remotingSupported () const |
Return true if this tool supports remoting, false otherwise. | |
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.
GammaRay
Qt-application inspection and manipulation tool