MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / rowCount

Method rowCount

src/WizMessageCompleter.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 MessageCompleterModel(const CWizBizUserDataArray& arrayUser, QObject* parent = 0);
33
34 virtual int rowCount(const QModelIndex& parent = QModelIndex()) const
35 {
36 Q_UNUSED(parent);
37 return m_users.size();
38 }
39
40 virtual QVariant data(const QModelIndex& index, int role) const
41 {

Callers 3

paintEventMethod · 0.80
writeDataToIniMethod · 0.80
addEditorMethod · 0.80

Calls 2

QModelIndexClass · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected