MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / dontShowAgainChecked

Method dontShowAgainChecked

pj_widgets/src/MessageBox.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool MessageBox::dontShowAgainChecked() const {
181 return dont_show_again_->isVisible() && dont_show_again_->isChecked();
182}
183
184QPushButton* MessageBox::addButton(const QString& label, ButtonRole role) {
185 auto* btn = new QPushButton(label, this);

Callers 1

questionMethod · 0.80

Calls 2

isVisibleMethod · 0.45
isCheckedMethod · 0.45

Tested by

no test coverage detected