A Time Display is expirable StrokeDisplay. More...
#include <TextDisplay.h>
Public Member Functions | |
| TimeDisplay (int cols, int rows, int fontSize, bool bg, int expTime) | |
| TimeDisplay (int cols, int rows, int fontSize, bool bg, int expTime) | |
A Time Display is expirable StrokeDisplay.
Definition at line 71 of file TextDisplay.h.
| TimeDisplay::TimeDisplay | ( | int | cols, |
| int | rows, | ||
| int | fontSize, | ||
| bool | bg, | ||
| int | expTime | ||
| ) | [inline] |
Definition at line 76 of file TextDisplay.h.
: StrokeDisplay(cols, rows, fontSize, bg, true) , Lifetime(expTime) {}
| TimeDisplay::TimeDisplay | ( | int | cols, |
| int | rows, | ||
| int | fontSize, | ||
| bool | bg, | ||
| int | expTime | ||
| ) | [inline] |
Definition at line 76 of file TextDisplay.h.
: StrokeDisplay(cols, rows, fontSize, bg, true) , Lifetime(expTime) {}
1.8.0