FACT++  1.0
void FactGui::PostInfoHandler ( void(FactGui::*)(const DimData &)  handler)
inlineprivate

Definition at line 2982 of file FactGui.h.

References CallInfoHandler().

2983  {
2984  //const boost::function<void()> f = boost::bind(handler, this, DimData(getInfo()));
2985 
2986  FunctionEvent *evt = new FunctionEvent(bind(&FactGui::CallInfoHandler, this, handler, DimData(getInfo())));
2987  // FunctionEvent *evt = new FunctionEvent(boost::bind(&FactGui::CallInfoHandler, this, f));
2988  // FunctionEvent *evt = new FunctionEvent(boost::bind(handler, this, DimData(getInfo()))));
2989 
2990  QApplication::postEvent(this, evt);
2991  }
void CallInfoHandler(void(FactGui::*handler)(const DimData &), const DimData &d)
Definition: FactGui.h:2965
Definition: DimData.h:3
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635
DimInfo * getInfo()
Definition: dic.hxx:26

+ Here is the call graph for this function: