|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Find bar widget for the single-packet dialog only. More...
#include <in_packet_find_bar.h>
Signals | |
| void | matchesChanged () |
| void | openChanged (bool open) |
Public Member Functions | |
| InPacketFindBar (ProtoTree *tree, QWidget *parent=nullptr) | |
| void | showAnimated () |
| void | hideAnimated () |
| void | focusSearchField () |
| bool | isOpen () const |
| bool | isMatch (const QModelIndex &model_index) const |
| bool | isCurrentMatch (const QModelIndex &model_index) const |
| int | barHeight () const |
| void | setBarHeight (int h) |
Static Public Member Functions | |
| static int | openInstances () |
Protected Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *event) override |
| void | keyPressEvent (QKeyEvent *event) override |
Properties | |
| int | barHeight |
Find bar widget for the single-packet dialog only.
Uses InPacketFindEdit (FilterEdit) for search-field syntax tinting. The main-window Find Packet toolbar keeps DisplayFilterEdit for cross-packet find.