13#ifndef IDATA_PRINTABLE_H
14#define IDATA_PRINTABLE_H
43#define IDataPrintable_iid "org.wireshark.Qt.UI.IDataPrintable"
An interface for objects that can provide a printable data representation.
Definition idata_printable.h:26
virtual const QByteArray printableData()=0
Retrieves the printable data representation of the object.
virtual ~IDataPrintable()
Destroys the IDataPrintable object.
Definition idata_printable.h:31
#define IDataPrintable_iid
The interface identifier for IDataPrintable, used by Qt's meta-object system.
Definition idata_printable.h:43