Definition at line 137 of file StreamAlignerWidget.cpp.
◆ TaskRepresentation()
| TaskRepresentation::TaskRepresentation |
( |
const std::string & |
name | ) |
|
|
inline |
◆ ~TaskRepresentation()
| TaskRepresentation::~TaskRepresentation |
( |
| ) |
|
|
inline |
Definition at line 145 of file StreamAlignerWidget.cpp.
147 for(std::vector<StreamRepresentation *>::const_iterator it = streams.begin(); it != streams.end(); it++)
◆ data() [1/2]
| QVariant TaskRepresentation::data |
( |
int |
col, |
|
|
int |
role |
|
) |
| |
|
inline |
◆ data() [2/2]
| QVariant TaskRepresentation::data |
( |
int |
row, |
|
|
int |
col, |
|
|
int |
role |
|
) |
| |
|
inline |
Definition at line 189 of file StreamAlignerWidget.cpp.
191 if(row >= childCount)
193 throw std::runtime_error(
"Tried to access invalid stream");
195 return streams[row]->data(col, role);
◆ getStreamCount()
| int TaskRepresentation::getStreamCount |
( |
| ) |
const |
|
inline |
◆ updateData()
| void TaskRepresentation::updateData |
( |
const aggregator::StreamAlignerStatus & |
status | ) |
|
|
inline |
Definition at line 153 of file StreamAlignerWidget.cpp.
155 if(status.streams.size() != streams.size())
156 streams.resize(status.streams.size(), NULL);
160 for(std::vector<aggregator::StreamStatus>::const_iterator it = status.streams.begin(); it != status.streams.end(); it++)
168 streams[i]->updateData(*it, status.time);
◆ taskName
| QVariant TaskRepresentation::taskName |
The documentation for this class was generated from the following file: