Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
models
in_packet_find_delegate.h
Go to the documentation of this file.
1
10
#ifndef IN_PACKET_FIND_DELEGATE_H
11
#define IN_PACKET_FIND_DELEGATE_H
12
13
#include <QStyledItemDelegate>
14
15
class
InPacketFindBar
;
16
17
class
InPacketFindDelegate
:
public
QStyledItemDelegate
18
{
19
Q_OBJECT
20
21
public
:
22
explicit
InPacketFindDelegate
(
InPacketFindBar
*find_bar, QObject *parent =
nullptr
);
23
24
void
paint(QPainter *painter,
const
QStyleOptionViewItem &option,
25
const
QModelIndex &index)
const override
;
26
27
private
:
28
InPacketFindBar
*find_bar_;
29
};
30
31
#endif
// IN_PACKET_FIND_DELEGATE_H
InPacketFindBar
Find bar widget for searching within a specific packet's protocol tree.
Definition
in_packet_find_bar.h:28
InPacketFindDelegate
Definition
in_packet_find_delegate.h:18
Generated by
1.9.8