13 #ifndef DATA_PRINTER_H
14 #define DATA_PRINTER_H
19 #include <QActionGroup>
41 void toClipboard(DataPrinter::DumpType type,
IDataPrintable * printable);
43 void setByteLineLength(
int);
44 int byteLineLength()
const;
46 static int separatorInterval() {
return 8; }
48 static int hexChars();
50 static QActionGroup * copyActions(QObject * copyClass, QObject * data = Q_NULLPTR);
54 void copyIDataBytes(
bool);
57 QString hexTextDump(
const QByteArray printData,
bool showASCII);
58 void binaryDump(
const QByteArray printData);
Definition: data_printer.h:24
Definition: idata_printable.h:23