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

Method rowCount

ui/stackwidget.h:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 virtual Qt::ItemFlags flags(const QModelIndex& index) const override;
96
97 virtual int rowCount(const QModelIndex& parent = QModelIndex()) const override
98 {
99 (void)parent;
100 return (int)m_items.size();
101 }
102 virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override
103 {
104 (void)parent;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected