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

Method getCurrentLayer

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

Source from the content-addressed store, hash-verified

1836 }
1837
1838 const LayerDataBase* TOPPViewBase::getCurrentLayer() const
1839 {
1840 PlotCanvas* canvas = getActiveCanvas();
1841 if (canvas == nullptr)
1842 {
1843 return nullptr;
1844 }
1845 return &(canvas->getCurrentLayer());
1846 }
1847
1848 LayerDataBase* TOPPViewBase::getCurrentLayer()
1849 {

Callers 15

finishAdding_Method · 0.80
addFeaturesFunction · 0.80
showChromatogramsMethod · 0.80
setFiltersMethod · 0.80
showStatisticsMethod · 0.80
showGoToDialogMethod · 0.80
showSpectrumAsNew1DMethod · 0.80
addPeakAnnotations_Method · 0.80
activate1DSpectrumMethod · 0.80
addPrecursorLabels1D_Method · 0.80

Calls

no outgoing calls

Tested by 3

showSpectrumAsNew1DMethod · 0.64
activate1DSpectrumMethod · 0.64