Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ clickedIndex
Method
clickedIndex
pj_widgets/src/MessageBox.cpp:207–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
int MessageBox::clickedIndex() const {
208
return clicked_index_;
209
}
210
211
void MessageBox::keyPressEvent(QKeyEvent* event) {
212
if (event->key() == Qt::Key_Escape) {
Callers
2
question
Method · 0.80
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected