MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / store

Method store

src/openms_gui/source/VISUAL/VISUALIZER/ProductVisualizer.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void ProductVisualizer::store()
46 {
47 ptr_->setMZ(product_mz_->text().toFloat());
48 ptr_->setIsolationWindowLowerOffset(product_window_low_->text().toFloat());
49 ptr_->setIsolationWindowUpperOffset(product_window_up_->text().toFloat());
50
51 temp_ = (*ptr_);
52 }
53
54 void ProductVisualizer::undo_()
55 {

Callers

nothing calls this directly

Calls 4

toFloatMethod · 0.80
setMZMethod · 0.45

Tested by

no test coverage detected