MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / on_actionMath_triggered

Method on_actionMath_triggered

DSView/pv/toolbars/trigbar.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void TrigBar::on_actionMath_triggered()
286{
287 pv::dialogs::MathOptions math_dlg(_session, this);
288 if (math_dlg.exec() == QDialog::Accepted)
289 {
290 math_dlg.Apply();
291 }
292}
293
294void TrigBar::on_actionDark_triggered()
295{

Callers

nothing calls this directly

Calls 2

ApplyMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected