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

An interface for objects that can provide a printable data representation. More...

#include <idata_printable.h>

Inheritance diagram for IDataPrintable:
FieldInformation FrameInformation HexDataSourceView

Public Member Functions

virtual ~IDataPrintable ()
 Destroys the IDataPrintable object.
 
virtual const QByteArray printableData ()=0
 Retrieves the printable data representation of the object.
 

Detailed Description

An interface for objects that can provide a printable data representation.

Member Function Documentation

◆ printableData()

virtual const QByteArray IDataPrintable::printableData ( )
pure virtual

Retrieves the printable data representation of the object.

Returns
A QByteArray containing the printable data.

Implemented in FieldInformation, and FrameInformation.


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