Elaztek Developer Hub
Blamite Game Engine - Keystone  00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
QHexDocument Member List

This is the complete list of members for QHexDocument, including all inherited members.

areaIndent() constQHexDocument
at(int offset) constQHexDocument
atEnd() constQHexDocument
baseAddress() constQHexDocument
canRedo() constQHexDocument
canRedoChanged(bool canRedo)QHexDocumentsignal
canUndo() constQHexDocument
canUndoChanged(bool canUndo)QHexDocumentsignal
copy(bool hex=false)QHexDocumentslot
cursor() constQHexDocument
cut(bool hex=false)QHexDocumentslot
documentChanged()QHexDocumentsignal
fromDevice(QIODevice *iodevice, QObject *parent=nullptr)QHexDocumentstatic
fromFile(QString filename, QObject *parent=nullptr)QHexDocumentstatic
fromLargeFile(QString filename, QObject *parent=nullptr)QHexDocumentstatic
fromMemory(char *data, int size, QObject *parent=nullptr)QHexDocumentstatic
fromMemory(const QByteArray &ba, QObject *parent=nullptr)QHexDocumentstatic
hexLineWidth() constQHexDocument
insert(qint64 offset, uchar b)QHexDocumentslot
insert(qint64 offset, const QByteArray &data)QHexDocumentslot
isEmpty() constQHexDocument
length() constQHexDocument
lineChanged(quint64 line)QHexDocumentsignal
metadata() constQHexDocument
paste(bool hex=false)QHexDocumentslot
read(qint64 offset, int len=0)QHexDocument
read(qint64 offset, int len) constQHexDocumentslot
redo()QHexDocumentslot
remove(qint64 offset, int len)QHexDocumentslot
removeSelection()QHexDocument
replace(qint64 offset, uchar b)QHexDocumentslot
replace(qint64 offset, const QByteArray &data)QHexDocumentslot
saveTo(QIODevice *device)QHexDocumentslot
searchBackward(const QByteArray &ba)QHexDocumentslot
searchForward(const QByteArray &ba)QHexDocumentslot
selectedBytes() constQHexDocument
setAreaIndent(quint8 value)QHexDocument
setBaseAddress(quint64 baseaddress)QHexDocument
setHexLineWidth(quint8 value)QHexDocument
sync()QHexDocument
undo()QHexDocumentslot