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

Method disableDimension

src/openms_gui/source/VISUAL/DIALOGS/TOPPViewOpenDialog.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void TOPPViewOpenDialog::disableDimension(bool as_2d)
103 {
104 ui_->d1_->setChecked(!as_2d);
105 ui_->d1_->setEnabled(false);
106 ui_->d2_->setChecked(as_2d);
107 ui_->d2_->setEnabled(false);
108 ui_->d3_->setEnabled(false);
109 map_as_2d_disabled_ = true;
110 }
111
112 void TOPPViewOpenDialog::disableCutoff(bool /* cutoff_on */)
113 {

Callers 1

addDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected