MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GenericEntryModel

Method GenericEntryModel

examples/triage/entry.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13GenericEntryModel::GenericEntryModel(QWidget* parent, BinaryViewRef data): QAbstractItemModel(parent)
14{
15 m_data = data;
16 m_sortOrder = Qt::AscendingOrder;
17 m_allEntries = data->GetAllEntryFunctions();
18 m_entries = m_allEntries;
19}
20
21
22int GenericEntryModel::columnCount(const QModelIndex&) const

Callers

nothing calls this directly

Calls 1

GetAllEntryFunctionsMethod · 0.80

Tested by

no test coverage detected