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

Public Member Functions | |
| QWidget * | createWidget (QWidget *parentWidget) Q_DECL_OVERRIDE |
| QString | id () const Q_DECL_OVERRIDE |
| bool | remotingSupported () const Q_DECL_OVERRIDE |
Public Member Functions inherited from GammaRay::ToolUiFactory | |
| virtual void | initUi () |
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