FACT++  1.0
void FactGui::CallInfoHandler ( void(FactGui::*)(const DimData &)  handler,
const DimData d 
)
inlineprivate

Definition at line 2965 of file FactGui.h.

References handler().

Referenced by PostInfoHandler().

2966  {
2967  fInHandler = true;
2968  (this->*handler)(d);
2969  fInHandler = false;
2970  }
bool fInHandler
Definition: MainWindow.h:26
static void handler(int conn_id, char *packet, int size, int status)
Definition: webServer.c:635

+ Here is the call graph for this function:

+ Here is the caller graph for this function: