svcore
1.9
|
#include <PathModel.h>
Classes | |
struct | Comparator |
struct | OrderComparator |
Public Member Functions | |
PathPoint (long _frame) | |
PathPoint (long _frame, long _mapframe) | |
int | getDimensions () const |
QString | getLabel () const |
void | toXml (QTextStream &stream, QString indent="", QString extraAttributes="") const |
QString | toDelimitedDataString (QString delimiter, int sampleRate) const |
Public Attributes | |
long | frame |
long | mapframe |
Definition at line 26 of file PathModel.h.
PathPoint::PathPoint | ( | long | _frame | ) | [inline] |
Definition at line 28 of file PathModel.h.
PathPoint::PathPoint | ( | long | _frame, |
long | _mapframe | ||
) | [inline] |
Definition at line 29 of file PathModel.h.
int PathPoint::getDimensions | ( | ) | const [inline] |
Definition at line 32 of file PathModel.h.
QString PathPoint::getLabel | ( | ) | const [inline] |
Definition at line 37 of file PathModel.h.
void PathPoint::toXml | ( | QTextStream & | stream, |
QString | indent = "" , |
||
QString | extraAttributes = "" |
||
) | const [inline] |
Definition at line 39 of file PathModel.h.
QString PathPoint::toDelimitedDataString | ( | QString | delimiter, |
int | sampleRate | ||
) | const [inline] |
Definition at line 45 of file PathModel.h.
References frame, RealTime::frame2RealTime(), mapframe, and RealTime::toString().
long PathPoint::frame |
Definition at line 34 of file PathModel.h.
Referenced by PathPoint::Comparator::operator()(), PathPoint::OrderComparator::operator()(), toDelimitedDataString(), and toXml().
long PathPoint::mapframe |
Definition at line 35 of file PathModel.h.
Referenced by PathPoint::Comparator::operator()(), toDelimitedDataString(), and toXml().