![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "lib/time/timecode.hpp"
Definition at line 189 of file timecode.hpp.
Public Types | |
| using | Format = format::Hms |
Public Member Functions | |
| HmsTC (QuTime const &quantisedTime) | |
| double | getMillis () const |
| int | getSecs () const |
| int | getMins () const |
| int | getHours () const |
Public Member Functions inherited from TCode | |
| virtual | ~TCode () |
| operator string () const | |
| string | describe () const |
| Time | getTime () 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_ |
Definition at line 343 of file timecode.cpp.
| using Format = format::Hms |
Definition at line 199 of file timecode.hpp.
|
inlineprivatevirtual |
|
inlineprivatevirtual |
Implements TCode.
Definition at line 195 of file timecode.hpp.
|
inlineprivatevirtual |
| double getMillis | ( | ) | const |
Definition at line 473 of file timecode.cpp.
References HmsTC::tpoint_.
| int getSecs | ( | ) | const |
Definition at line 452 of file timecode.cpp.
References HmsTC::tpoint_.
| int getMins | ( | ) | const |
Definition at line 459 of file timecode.cpp.
References HmsTC::tpoint_.
| int getHours | ( | ) | const |
Definition at line 466 of file timecode.cpp.
References HmsTC::tpoint_.
|
private |
Definition at line 192 of file timecode.hpp.
Referenced by HmsTC::getHours(), HmsTC::getMillis(), HmsTC::getMins(), HmsTC::getSecs(), HmsTC::show(), and HmsTC::value().
Inheritance diagram for HmsTC:
Collaboration diagram for HmsTC: