MCPcopy Create free account
hub / github.com/Vector35/debugger / rowCount

Method rowCount

ui/moduleswidget.h:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 virtual QModelIndex index(int row, int col, const QModelIndex& parent = QModelIndex()) const override;
83
84 virtual int rowCount(const QModelIndex& parent = QModelIndex()) const override
85 {
86 (void)parent;
87 return (int)m_items.size();
88 }
89 virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override
90 {
91 (void)parent;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected