|
Wireshark 4.7.4
The Wireshark network protocol analyzer
|
The option.widget passed to paint(), resolved to its concrete overlay type (if any) once per paint() call and threaded through to the background-drawing helpers below, rather than each helper independently re-running its own qobject_cast chain against option.widget. More...
#include <multi_color_packet_delegate.h>
Static Public Member Functions | |
| static OverlayWidget | resolve (const QWidget *widget) |
Public Attributes | |
| const PinnedColumnView * | column_view = nullptr |
| const PinnedRowView * | row_view = nullptr |
The option.widget passed to paint(), resolved to its concrete overlay type (if any) once per paint() call and threaded through to the background-drawing helpers below, rather than each helper independently re-running its own qobject_cast chain against option.widget.