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

Method highlightElement

src/openms_gui/source/VISUAL/Painter2DBase.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34 void Painter2DBase::highlightElement(QPainter* /*painter*/, Plot2DCanvas* /*canvas*/, const PeakIndex /*element*/)
35 {
36 // does nothing by default
37 }
38
39 void Painter2DBase::paintConvexHull_(QPainter& painter, Plot2DCanvas* canvas, const ConvexHull2D& hull, bool has_identifications)
40 {

Callers 1

paintEventMethod · 0.80

Calls 4

getConvexHullsMethod · 0.80
getCurrentLayerIndexMethod · 0.80
getFeatureMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected