|
GammaRay
2.0.0
|
A templated convenience ToolUiFactory applicable for most use-cases. More...
#include <tooluifactory.h>

Public Member Functions | |
| virtual QWidget * | createWidget (QWidget *parentWidget) |
| virtual QString | id () const |
| virtual bool | remotingSupported () const |
A templated convenience ToolUiFactory applicable for most use-cases.
|
inlinevirtual |
Create the UI part of this tool.
| parentWidget | The parent widget for the visual elements of this tool. |
Implements GammaRay::ToolUiFactory.
|
inlinevirtual |
Unique id of this tool, must match the id of a the corresponding probe tool.
Implements GammaRay::ToolUiFactory.
|
inlinevirtual |
Return true if this tool supports remoting, false otherwise.
Implements GammaRay::ToolUiFactory.
GammaRay