Public Slots | |
| void | resultActivated (const QModelIndex &idx) |
| void | updateFilter (const QString &filterText) |
| void | updateTimerEvent () |
| void | columnResized (int logicalIndex, int oldSize, int newSize) |
Signals | |
| void | newSelection () |
| Signals inherited from TableViewBase | |
| void | populateHeaderContextMenu (QMenu *, const QPoint &) |
Public Member Functions | |
| SearchResultTable (SearchResultWidget *parent, BinaryViewRef data) | |
| virtual | ~SearchResultTable () |
| void | addSearchResult (const SearchResultItem &addr) |
| void | updateFindParameters (const BinaryNinja::FindParameters ¶ms) |
| void | clearSearchResult () |
| void | updateFonts () |
| void | updateHeaderFontAndSize () |
| virtual QSize | sizeHint () const override |
| virtual void | keyPressEvent (QKeyEvent *e) override |
| virtual bool | hasSelection () const |
| virtual QModelIndexList | selectedRows () const |
| void | goToResult (const QModelIndex &idx) |
| int | rowCount () const |
| int | filteredCount () const |
| void | updateColumnWidth () |
| void | resetColumnWidth () |
| void | cacheTokens () |
| void | terminateCacheThread () |
| SearchResultModel * | model () const |
| void | StopTimer () |
| void | copy () |
| Public Member Functions inherited from TableViewBase | |
| TableViewBase (QWidget *parent=nullptr, const QString &viewName={}) | |
| void | setModel (QAbstractItemModel *m) override |
| void | scheduleSaveHeaderState () |
Additional Inherited Members | |
| Protected Member Functions inherited from TableViewBase | |
| QString | viewName () const |
| QString | settingsKey (const QString &suffix) const |
| void | saveHeaderState () const |
| void | restoreHeaderState () const |
| virtual int | defaultSectionWidth (const int logicalIndex, const int charWidth) const |
| void | captureDefaultHeaderState () const |
| void | resetColumnLayout () const |
| SearchResultTable::SearchResultTable | ( | SearchResultWidget * | parent, |
| BinaryViewRef | data ) |
|
virtual |
| void SearchResultTable::addSearchResult | ( | const SearchResultItem & | addr | ) |
| void SearchResultTable::updateFindParameters | ( | const BinaryNinja::FindParameters & | params | ) |
| void SearchResultTable::clearSearchResult | ( | ) |
| void SearchResultTable::updateFonts | ( | ) |
| void SearchResultTable::updateHeaderFontAndSize | ( | ) |
|
overridevirtual |
|
overridevirtual |
|
inlinevirtual |
|
inlinevirtual |
| void SearchResultTable::goToResult | ( | const QModelIndex & | idx | ) |
| int SearchResultTable::rowCount | ( | ) | const |
| int SearchResultTable::filteredCount | ( | ) | const |
| void SearchResultTable::updateColumnWidth | ( | ) |
| void SearchResultTable::resetColumnWidth | ( | ) |
| void SearchResultTable::cacheTokens | ( | ) |
|
inline |
|
inline |
| void SearchResultTable::StopTimer | ( | ) |
| void SearchResultTable::copy | ( | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
signal |