MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / connectAll

Method connectAll

Components/HistogramDialog.cpp:55–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void
56HistogramDialog::connectAll(void)
57{
58 connect(
59 this->ui->buttonBox,
60 SIGNAL(clicked(QAbstractButton *)),
61 this,
62 SLOT(onClose(void)));
63
64 connect(
65 this->ui->histogram,
66 SIGNAL(newLimits(float, float)),
67 this,
68 SLOT(onNewLimits(float, float)));
69
70 connect(
71 this->ui->histogram,
72 SIGNAL(resetLimits(void)),
73 this,
74 SLOT(onResetLimits(void)));
75
76 connect(
77 this->ui->histogram,
78 SIGNAL(blanked()),
79 this,
80 SIGNAL(blanked()));
81}
82
83void
84HistogramDialog::reset(void)

Callers 1

HistogramDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected