FACT++  1.0
void FactGui::RemoveAllServices ( const string &  server)
inlineprivatevirtual

Reimplemented from DimServiceInfoListImp.

Definition at line 323 of file FactGui.h.

References handleRemoveAllServices().

324  {
325  UnsubscribeAllServices(server);
326 
327  QApplication::postEvent(this,
328  new FunctionEvent(bind(&FactGui::handleRemoveAllServices, this, server)));
329  }
void handleRemoveAllServices(const string &server)
Definition: FactGui.h:375
void UnsubscribeAllServices(const string &server)
Definition: FactGui.h:430

+ Here is the call graph for this function: