#include <time.hpp>
Inheritance diagram for StreamTime:

Public Member Functions | |
| virtual void | set (float percentage) |
| Set the internal value. | |
| virtual const string | getAsStringPercent () const |
| Return a string containing a value from 0 to 100. | |
| virtual const string | getAsStringCurrTime () const |
| Return the current time formatted as a time display (h:mm:ss). | |
| virtual const string | getAsStringTimeLeft () const |
| Return the time left formatted as a time display (h:mm:ss). | |
| virtual const string | getAsStringDuration () const |
| Return the duration formatted as a time display (h:mm:ss). | |
Definition at line 32 of file time.hpp.
1.4.2