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

Function model

ui/logview.h:266–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 void focus() override;
265
266 LogListModel* model() { return m_listModel; }
267 void setFilter(const std::string& filter) override;
268 LoggingScope getScope() const { return m_model->getScope(); }
269 void setScope(LoggingScope scope) { m_model->setScope(scope); }

Callers 11

setFilterMethod · 0.50
scrollToFirstItemMethod · 0.50
selectFirstItemMethod · 0.50
activateFirstItemMethod · 0.50
setFilterMethod · 0.50
scrollToFirstItemMethod · 0.50
selectFirstItemMethod · 0.50
activateFirstItemMethod · 0.50
scrollToFirstItemMethod · 0.50
selectFirstItemMethod · 0.50
activateFirstItemMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected