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 () |
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 () |
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 | ( | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
signal |