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