FACT++  1.0
void FactGui::AddDescription ( const string &  server,
const string &  service,
const vector< Description > &  vec 
)
inlineprivatevirtual

Reimplemented from DimServiceInfoListImp.

Definition at line 331 of file FactGui.h.

References handleAddDescription().

332  {
333  const bool iscmd = IsCommand(server, service)==true;
334 
335  QApplication::postEvent(this,
336  new FunctionEvent(bind(&FactGui::handleAddDescription, this, server, service, vec, iscmd)));
337  }
void handleAddDescription(const string &server, const string &service, const vector< Description > &vec, bool iscmd)
Definition: FactGui.h:395
int IsCommand(const std::string &server, const std::string &service) const

+ Here is the call graph for this function: