Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ isEmpty
Method
isEmpty
pj_plotting/widget/src/PlotWidgetBase.cpp:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
bool PlotWidgetBase::isEmpty() const noexcept {
281
return plot_->curve_list.empty();
282
}
283
284
std::map<QString, QColor> PlotWidgetBase::curveColors() const {
285
std::map<QString, QColor> colors;
Callers
15
drawLegendData
Method · 0.45
addCurve
Method · 0.45
addActionCategorySeparator
Function · 0.45
curveKey
Function · 0.45
addCurveXY
Method · 0.45
setStateId
Method · 0.45
xmlLoadState
Method · 0.45
revalidate
Method · 0.45
rebindClipboardCurveKeys
Method · 0.45
decodeCurveDrop
Method · 0.45
addTab
Method · 0.45
xmlLoadState
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
6
PlotFixture
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36