28 Point(
long frame, QString label);
29 Point(
long frame,
float value, QString label);
30 Point(
long frame,
float value,
int duration, QString label);
31 Point(
long frame,
float value,
int duration,
float level, QString label);
bool referenceFramesDiffer() const
bool haveReferenceFrames() const
Point withFrame(long frame) const
void addPoint(const Point &point)
void setPoints(const PointList &points)
bool referenceFrameDiffers() const
Point(long frame, QString label)
Point withDuration(int duration) const
const PointList & getPoints() const
Point & operator=(const Point &point)
bool haveDuration() const
bool m_haveReferenceFrame
Point withValue(float value) const
bool haveReferenceFrame() const
void setReferenceFrame(long)
Point withLevel(float level) const
std::vector< Point > PointList
Point withLabel(QString label) const
long getReferenceFrame() const