MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / ToolWidget

Method ToolWidget

UIComponent/ToolWidgetFactory.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace SigDigger;
23
24ToolWidget::ToolWidget(
25 ToolWidgetFactory *factory, UIMediator *mediator, QWidget *parent) :
26 QWidget(parent), UIComponent(factory, mediator)
27{
28
29}
30
31bool
32ToolWidgetFactory::registerGlobally(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected