#include <SimTimeTextFigure.h>
◆ getAllowedPropertyKeys()
| const char ** inet::SimTimeTextFigure::getAllowedPropertyKeys |
( |
| ) |
const |
|
override |
32 static const char *
keys[32];
34 const char *localKeys[] = {
37 concatArrays(
keys, cTextFigure::getAllowedPropertyKeys(), localKeys);
◆ parse()
| void inet::SimTimeTextFigure::parse |
( |
cProperty * |
property | ) |
|
|
override |
22 cTextFigure::parse(property);
26 if ((
s = property->getValue(PKEY_PREFIX)) !=
nullptr)
◆ refreshDisplay()
| void inet::SimTimeTextFigure::refreshDisplay |
( |
| ) |
|
|
override |
17 setText((
prefix + simTime().format(SimTime::getScaleExp(),
".",
"'",
true,
"",
" ")).c_str());
◆ prefix
| std::string inet::SimTimeTextFigure::prefix |
|
protected |
The documentation for this class was generated from the following files: