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

Method MultitaskControllerModel

Misc/MultitaskControllerModel.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace SigDigger;
24
25MultitaskControllerModel::MultitaskControllerModel(
26 QObject *parent,
27 Suscan::MultitaskController *ctl) : QAbstractTableModel(parent)
28{
29 this->controller = ctl;
30 ctl->getTaskVector(this->taskVec);
31
32 this->connectAll();
33}
34
35void
36MultitaskControllerModel::connectAll(void)

Callers

nothing calls this directly

Calls 2

connectAllMethod · 0.95
getTaskVectorMethod · 0.80

Tested by

no test coverage detected