FACT++  1.0
State DimControl::description ( ) const
inlinevirtual

Reimplemented from DimState.

Definition at line 308 of file DimState.h.

References DimState::state(), and DimState::time().

309  {
310  return State(state(), "Current label", "", time());
311  }
const int32_t & state() const
Definition: DimState.h:80
const Time & time() const
Definition: DimState.h:79

+ Here is the call graph for this function: