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

Method editMetadata

src/openms_gui/source/VISUAL/APPLICATIONS/TOPPViewBase.cpp:1013–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011 }
1012
1013 void TOPPViewBase::editMetadata()
1014 {
1015 PlotCanvas* canvas = getActiveCanvas();
1016
1017 // warn if hidden layer => wrong layer selected...
1018 if (!canvas->getCurrentLayer().visible)
1019 {
1020 log_->appendNewHeader(LogWindow::LogState::NOTICE, "The current layer is not visible", "Have you selected the right layer for this action?");
1021 }
1022
1023 // show editable meta data dialog
1024 canvas->showMetaData(true);
1025 }
1026
1027 void TOPPViewBase::layerStatistics() const
1028 {

Callers

nothing calls this directly

Calls 3

getCurrentLayerMethod · 0.80
appendNewHeaderMethod · 0.80
showMetaDataMethod · 0.80

Tested by

no test coverage detected