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

Method disableLocation

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

Source from the content-addressed store, hash-verified

115 }
116
117 void TOPPViewOpenDialog::disableLocation(bool as_window)
118 {
119 ui_->window_->setEnabled(false);
120 ui_->layer_->setEnabled(false);
121 ui_->merge_->setEnabled(false);
122 ui_->merge_combo_->setEnabled(false);
123 if (as_window)
124 {
125 ui_->window_->setChecked(true);
126 }
127 else
128 {
129 ui_->layer_->setChecked(true);
130 }
131 }
132
133 void TOPPViewOpenDialog::updateViewMode_(QAbstractButton * button)
134 {

Callers 1

addDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected