3155 if (dynamic_cast<FunctionEvent*>(evt))
3156 return static_cast<FunctionEvent*
>(evt)->Exec();
3158 if (dynamic_cast<CheckBoxEvent*>(evt))
3161 const QStandardItem *par = item.parent();
3164 const QString server = par->text();
3165 const QString service = item.text();
3167 const string s = (server+
'/'+service).toStdString();
3169 if (item.checkState()==Qt::Checked)
3176 return MainWindow::event(evt);
void SubscribeService(const string &service)
void UnsubscribeService(const string &service, bool allow_unsubscribed=false)
An event posted by the CheckBoxDelegate if the CheckBox is used.