MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / rowCount

Method rowCount

Plugins/WebBrowser/History/HistoryModel.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int CHistoryModel::rowCount(const QModelIndex &parent) const
44{
45 Q_UNUSED(parent);
46 return m_historyItems.count();
47}
48
49int CHistoryModel::columnCount(const QModelIndex &parent) const
50{

Callers 13

CDlgScreenCaptureMethod · 0.45
RefreshPluginListMethod · 0.45
AddPluginItemMethod · 0.45
RefreshExtensionListMethod · 0.45
AddExtensionItemMethod · 0.45
RemoveExtensionItemMethod · 0.45
AddExtensionItemMethod · 0.45
ClearExtensionListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected