FACT++  1.0
void FactGui::IndicateStateChange ( const Time time,
const string &  server 
)
inlineprivatevirtual

This function is called to indicate a state change by StateChanged() to derived classes.

Parameters
timeTime at which the state change happened
serverServer which emitted the state change

Reimplemented from MessageImp.

Definition at line 2888 of file FactGui.h.

References handleStateChanged().

2889  {
2890  const State s = GetState(server, GetCurrentState(server));
2891 
2892  QApplication::postEvent(this,
2893  new FunctionEvent(bind(&FactGui::handleStateChanged, this, time, server, s)));
2894  }
void handleStateChanged(const Time &time, const string &server, const State &s)
Definition: FactGui.h:2513
int GetCurrentState(const string &server) const
Definition: DimNetwork.cc:138
State GetState(const std::string &server, int state) const

+ Here is the call graph for this function: