Definition at line 2103 of file FactGui.h.
References DimData::get(), Time::GetAsStr(), str, and DimData::time.
2113 str << d.
time <<
" -- " << d.
get<
float>() <<
"s";
2115 box->setToolTip(str.str().c_str());
2116 box->setValue(d.
get<
float>(idx*4+4));
T get(uint32_t offset=0) const
std::string GetAsStr(const char *fmt="%Y-%m-%d %H:%M:%S") const