Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DupAckGraph Class Reference

A custom QCPGraph representing Duplicate ACKs. More...

#include <tcp_stream_dialog.h>

Inheritance diagram for DupAckGraph:

Public Member Functions

 DupAckGraph (QCPAxis *keyAxis, QCPAxis *valueAxis)
 Constructs a new DupAckGraph.
 
virtual ~DupAckGraph ()
 Destroys the DupAckGraph.
 
virtual void drawLegendIcon (QCPPainter *painter, const QRectF &rect) const override
 Draws the legend icon specific to Duplicate ACKs.
 

Detailed Description

A custom QCPGraph representing Duplicate ACKs.

Constructor & Destructor Documentation

◆ DupAckGraph()

DupAckGraph::DupAckGraph ( QCPAxis *  keyAxis,
QCPAxis *  valueAxis 
)
explicit

Constructs a new DupAckGraph.

Parameters
keyAxisThe key axis.
valueAxisThe value axis.

Member Function Documentation

◆ drawLegendIcon()

void DupAckGraph::drawLegendIcon ( QCPPainter *  painter,
const QRectF &  rect 
) const
overridevirtual

Draws the legend icon specific to Duplicate ACKs.

Parameters
painterThe QCPPainter to draw with.
rectThe rectangle defining the icon bounds.

The documentation for this class was generated from the following files: