◆ updateSystemState()
| void IVP12DStandardChannelWidget::Imp::updateSystemState |
( |
QCheckBox * | cb | ) |
|
Definition at line 169 of file IVP12DStandardChannelWidget.cxx.
170{
172 IVP12DSystem*
sys =
static_cast<IVP12DSystem*
>(
checkbox2system.value(cb)); assert(sys);
173
175 if (cb->isChecked()) {
178 ic->reattachToView();
179 }
182 if (sysindex>=0) {
185
186
187
190 nextsystem=testsys;
191 break;
192 }
193 }
194
198 if (index2!=-1) {
200 }
201 }
202 }
203 } else {
204
207 ic->detachFromView();
208 }
211 if (index!=-1) {
214 }
215 }
216 }
217
218 view->scene()->update();
219
220}
◆ channel
◆ checkbox2system
| QMap<QCheckBox*,IVP1System*> IVP12DStandardChannelWidget::Imp::checkbox2system |
◆ colorselectbutton
◆ first
| bool IVP12DStandardChannelWidget::Imp::first |
◆ sys2tabpage
| QMap<IVP1System*,QWidget*> IVP12DStandardChannelWidget::Imp::sys2tabpage |
◆ system2itemcols
◆ system2startdisabled
| QMap<IVP1System*,bool> IVP12DStandardChannelWidget::Imp::system2startdisabled |
◆ system2switchable
| QList<QPair<IVP1System*,bool> > IVP12DStandardChannelWidget::Imp::system2switchable |
◆ systemsAllowedControllers
| QList<IVP1System*> IVP12DStandardChannelWidget::Imp::systemsAllowedControllers |
◆ tabwidget
◆ view
The documentation for this class was generated from the following file: