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

Method columnCount

YUViewLib/src/parser/common/PacketItemModel.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 virtual QModelIndex parent(const QModelIndex &index) const override;
54 virtual int rowCount(const QModelIndex &parent = QModelIndex()) const override;
55 virtual int columnCount(const QModelIndex &parent = QModelIndex()) const override { (void)parent; return 5; }
56
57 // The root of the tree
58 std::shared_ptr<TreeItem> rootItem;

Callers 5

widgetAtFunction · 0.80
clearMethod · 0.80
clearMethod · 0.80
widgetAtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected