Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ cancelEdit
Function
cancelEdit
pj_plotting/widget/src/TabbedPlotWidget.cpp:211–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
void cancelEdit() {
212
if (!edit_active_) {
213
return;
214
}
215
edit_active_ = false;
216
edit_->hide();
217
label_->show();
218
}
219
220
private:
221
QLabel* label_;
Callers
1
eventFilter
Function · 0.85
Calls
2
hide
Method · 0.45
show
Method · 0.45
Tested by
no test coverage detected