Loading...
Searching...
No Matches
Execution::ClockFactory Class Referenceabstract
Inheritance diagram for Execution::ClockFactory:
Public Member Functions | |
| virtual QString | prettyName () const =0 |
| virtual std::unique_ptr< Clock > | make (const Execution::Context &ctx)=0 |
| virtual time_function | makeTimeFunction (const score::DocumentContext &ctx) const =0 |
| virtual reverse_time_function | makeReverseTimeFunction (const score::DocumentContext &ctx) const =0 |
Public Member Functions inherited from score::InterfaceBase | |
| virtual InterfaceKey | interfaceKey () const noexcept=0 |
| Identifies an interface uniquely. | |
The documentation for this class was generated from the following files:
- ClockFactory.hpp
- ClockFactory.cpp
Public Member Functions inherited from