FACT++  1.0
int FactGui::Write ( const Time time,
const string &  txt,
int  qos 
)
inlineprivatevirtual

Reimplemented from MessageImp.

Definition at line 2896 of file FactGui.h.

References handleWrite().

2897  {
2898  QApplication::postEvent(this,
2899  new FunctionEvent(bind(&FactGui::handleWrite, this, time, txt, qos)));
2900 
2901  return 0;
2902  }
void handleWrite(const Time &time, const string &text, int qos)
Definition: FactGui.h:2834
uint16_t qos
Definition: HeadersGPS.h:29

+ Here is the call graph for this function: