Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/time/timecode.hpp"
Definition at line 190 of file timecode.hpp.
Public Types | |
typedef format::Hms | Format |
Public Member Functions | |
HmsTC (QuTime const &quantisedTime) | |
int | getHours () const |
double | getMillis () const |
int | getMins () const |
int | getSecs () const |
Public Member Functions inherited from TCode | |
string | describe () const |
Time | getTime () const |
operator string () const | |
Private Member Functions | |
virtual string | show () const |
virtual Literal | tcID () const |
virtual TimeValue | value () const |
Private Attributes | |
TimeVar | tpoint_ |
Additional Inherited Members | |
Protected Member Functions inherited from TCode | |
TCode (PQuant const &quant) | |
Protected Attributes inherited from TCode | |
PQuant | quantiser_ |