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

Method connectAll

Default/GenericInspector/FACTab.cpp:118–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void
119FACTab::connectAll(void)
120{
121 connect(
122 this->ui->recordButton,
123 SIGNAL(clicked(bool)),
124 this,
125 SLOT(onRecord(void)));
126
127 connect(
128 this->ui->unitCheck,
129 SIGNAL(clicked(bool)),
130 this,
131 SLOT(onUnitsChanged(void)));
132
133 connect(
134 this->ui->detectPeaksCheck,
135 SIGNAL(clicked(bool)),
136 this,
137 SLOT(onChangePeakDetect(void)));
138
139 connect(
140 this->ui->facSizeCombo,
141 SIGNAL(activated(int)),
142 this,
143 SLOT(onChangeFACSize(void)));
144
145 connect(
146 this->ui->averagingSlider,
147 SIGNAL(valueChanged(int)),
148 this,
149 SLOT(onAdjustAveraging(void)));
150}
151
152void
153FACTab::setThrottleControl(ThrottleControl *ctl)

Callers 1

FACTabMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected