This structure represents a data item with a name and a time sequence of data. More...
#include <DataItem.h>
Public Member Functions | |
bool | operator< (const DataItem &other) const |
Public Attributes | |
QString | label |
the name of the data item (for example the movie name) | |
QVector< DataItemPart > | data |
a sequence of data item parts |
This structure represents a data item with a name and a time sequence of data.
A data item can be for example a movie.
bool DataItem::operator< | ( | const DataItem & | other | ) | const [inline] |
< checks if this data item is less than the other
QVector<DataItemPart> DataItem::data |
a sequence of data item parts
QString DataItem::label |
the name of the data item (for example the movie name)