MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPMorphologyCheckbox

Method IPMorphologyCheckbox

ImagePlay/src/IPMorphologyCheckbox.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "IPMorphologyCheckbox.h"
21
22IPMorphologyCheckbox::IPMorphologyCheckbox(QWidget *parent) :
23 QCheckBox(parent)
24{
25// setMouseTracking(true);
26}
27
28
29void IPMorphologyCheckbox::paintEvent(QPaintEvent*)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected