MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / newStateId

Function newStateId

pj_plotting/widget/src/DockWidget.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace {
38
39QString newStateId() {
40 return QUuid::createUuid().toString(QUuid::WithoutBraces);
41}
42
43bool isContentWidgetOrChild(QObject* watched, QWidget* content_widget) {
44 auto* widget = qobject_cast<QWidget*>(watched);

Callers 1

DockWidgetMethod · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected