Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
namespace {
38
39
QString newStateId() {
40
return QUuid::createUuid().toString(QUuid::WithoutBraces);
41
}
42
43
bool isContentWidgetOrChild(QObject* watched, QWidget* content_widget) {
44
auto* widget = qobject_cast<QWidget*>(watched);
Callers
1
DockWidget
Method · 0.70
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected