svcore  1.9
PathPoint Struct Reference

#include <PathModel.h>

List of all members.

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

Detailed Description

Definition at line 26 of file PathModel.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

References frame, and mapframe.

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().


Member Data Documentation


The documentation for this struct was generated from the following file: