MCPcopy 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
207int MessageBox::clickedIndex() const {
208 return clicked_index_;
209}
210
211void MessageBox::keyPressEvent(QKeyEvent* event) {
212 if (event->key() == Qt::Key_Escape) {

Callers 2

questionMethod · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected