MCPcopy Create free account
hub / github.com/IENT/YUView / setUseColorCoding

Method setUseColorCoding

YUViewLib/src/parser/common/PacketItemModel.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void PacketItemModel::setUseColorCoding(bool colorCoding)
195{
196 if (useColorCoding == colorCoding)
197 return;
198
199 useColorCoding = colorCoding;
200 emit dataChanged(QModelIndex(), QModelIndex(), QVector<int>() << Qt::BackgroundRole);
201}
202
203void PacketItemModel::setShowVideoStreamOnly(bool videoOnly)
204{

Callers 1

setStreamColorCodingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected