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