Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
utils
idata_printable.h
Go to the documentation of this file.
1
13
#ifndef IDATA_PRINTABLE_H
14
#define IDATA_PRINTABLE_H
15
16
#include <config.h>
17
18
#include <QtPlugin>
19
#include <QByteArray>
20
#include <QObject>
21
22
class
IDataPrintable
23
{
24
public
:
25
virtual
~IDataPrintable
() {}
26
27
virtual
const
QByteArray printableData() = 0;
28
};
29
30
#define IDataPrintable_iid "org.wireshark.Qt.UI.IDataPrintable"
31
32
Q_DECLARE_INTERFACE(
IDataPrintable
, IDataPrintable_iid)
33
34
#endif
// IDATA_PRINTABLE_H
IDataPrintable
Definition
idata_printable.h:23
Generated by
1.9.8