MCPcopy Create free account
hub / github.com/Profactor/cv-plot / flags

Method flags

CvPlot/inc/CvPlot/gui/MouseEvent.h:44–46  ·  view source on GitHub ↗

flags (see cv::setMouseCallback documentation)

Source from the content-addressed store, hash-verified

42 }
43 //flags (see cv::setMouseCallback documentation)
44 int flags()const {
45 return _flags;
46 }
47 Projection projection()const {
48 return _axes.getProjection(_renderSize);
49 }

Callers 2

hexEscapeCharFunction · 0.80
examples_gui.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected