Scenario::IntervalDurations Class Referencefinal
Inheritance diagram for Scenario::IntervalDurations:
Classes | |
class | Algorithms |
Public Member Functions | |
IntervalDurations (IntervalModel &model) | |
IntervalDurations & | operator= (const IntervalDurations &other) |
const TimeVal & | defaultDuration () const |
TimeVal | minDuration () const |
TimeVal | maxDuration () const |
const double & | playPercentage () const |
double | speed () const |
bool | isRigid () const |
TimeVal | guiDuration () const |
bool | isMinNull () const |
bool | isMaxInfinite () const |
void | setDefaultDuration (const TimeVal &arg) |
void | setMinDuration (const TimeVal &arg) |
void | setMaxDuration (const TimeVal &arg) |
void | setGuiDuration (TimeVal guiDuration) |
void | setPlayPercentage (double arg) |
void | setRigid (bool arg) |
void | setMinNull (bool isMinNull) |
void | setMaxInfinite (bool isMaxInfinite) |
void | setSpeed (double Speed) |
void | checkConsistency () |
void | defaultDurationChanged (const TimeVal &arg) |
void | minDurationChanged (const TimeVal &arg) |
void | maxDurationChanged (const TimeVal &arg) |
void | playPercentageChanged (double arg) |
void | rigidityChanged (bool arg) |
void | minNullChanged (bool isMinNull) |
void | maxInfiniteChanged (bool isMaxInfinite) |
void | speedChanged (double speed) |
void | guiDurationChanged (TimeVal guiDuration) |
The documentation for this class was generated from the following files:
- IntervalDurations.hpp
- IntervalDurations.cpp