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

Method Parser

YUViewLib/src/parser/Parser.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48/// --------------- Base ---------------------
49
50Parser::Parser(QObject *parent) : QObject(parent)
51{
52 this->packetModel.reset(new PacketItemModel(parent));
53 this->bitratePlotModel.reset(new BitratePlotModel());
54 this->hrdPlotModel.reset(new HRDPlotModel());
55 this->streamIndexFilter.reset(new FilterByStreamIndexProxyModel(parent));
56 this->streamIndexFilter->setSourceModel(this->packetModel.data());
57}
58
59Parser::~Parser()
60{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected