FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FactGui::PostInfoHandler
(
void(FactGui::*)(const
DimData
&)
handler
)
inline
private
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
}
FactGui::CallInfoHandler
void CallInfoHandler(void(FactGui::*handler)(const DimData &), const DimData &d)
Definition:
FactGui.h:2965
DimData
Definition:
DimData.h:3
handler
static void handler(int conn_id, char *packet, int size, int status)
Definition:
webServer.c:635
DimInfoHandler::getInfo
DimInfo * getInfo()
Definition:
dic.hxx:26
Here is the call graph for this function:
FactGui
Generated on Sun Sep 18 2016 20:50:51 for FACT++ by
1.8.11