#include <qhexdocument.h>
|
void | undo () |
|
void | redo () |
|
void | cut (bool hex=false) |
|
void | copy (bool hex=false) |
|
void | paste (bool hex=false) |
|
void | insert (qint64 offset, uchar b) |
|
void | replace (qint64 offset, uchar b) |
|
void | insert (qint64 offset, const QByteArray &data) |
|
void | replace (qint64 offset, const QByteArray &data) |
|
void | remove (qint64 offset, int len) |
|
QByteArray | read (qint64 offset, int len) const |
|
bool | saveTo (QIODevice *device) |
|
qint64 | searchForward (const QByteArray &ba) |
|
qint64 | searchBackward (const QByteArray &ba) |
|
◆ areaIndent()
int QHexDocument::areaIndent |
( |
| ) |
const |
◆ at()
char QHexDocument::at |
( |
int |
offset | ) |
const |
◆ atEnd()
bool QHexDocument::atEnd |
( |
| ) |
const |
◆ baseAddress()
quint64 QHexDocument::baseAddress |
( |
| ) |
const |
◆ canRedo()
bool QHexDocument::canRedo |
( |
| ) |
const |
◆ canRedoChanged
void QHexDocument::canRedoChanged |
( |
bool |
canRedo | ) |
|
|
signal |
◆ canUndo()
bool QHexDocument::canUndo |
( |
| ) |
const |
◆ canUndoChanged
void QHexDocument::canUndoChanged |
( |
bool |
canUndo | ) |
|
|
signal |
◆ copy
void QHexDocument::copy |
( |
bool |
hex = false | ) |
|
|
slot |
◆ cursor()
◆ cut
void QHexDocument::cut |
( |
bool |
hex = false | ) |
|
|
slot |
◆ documentChanged
void QHexDocument::documentChanged |
( |
| ) |
|
|
signal |
◆ fromDevice()
template<typename T >
QHexDocument * QHexDocument::fromDevice |
( |
QIODevice * |
iodevice, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
static |
◆ fromFile()
template<typename T >
QHexDocument * QHexDocument::fromFile |
( |
QString |
filename, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
static |
◆ fromLargeFile()
QHexDocument * QHexDocument::fromLargeFile |
( |
QString |
filename, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
static |
◆ fromMemory() [1/2]
template<typename T >
QHexDocument * QHexDocument::fromMemory |
( |
char * |
data, |
|
|
int |
size, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
static |
◆ fromMemory() [2/2]
template<typename T >
QHexDocument * QHexDocument::fromMemory |
( |
const QByteArray & |
ba, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
static |
◆ hexLineWidth()
int QHexDocument::hexLineWidth |
( |
| ) |
const |
◆ insert [1/2]
void QHexDocument::insert |
( |
qint64 |
offset, |
|
|
const QByteArray & |
data |
|
) |
| |
|
slot |
◆ insert [2/2]
void QHexDocument::insert |
( |
qint64 |
offset, |
|
|
uchar |
b |
|
) |
| |
|
slot |
◆ isEmpty()
bool QHexDocument::isEmpty |
( |
| ) |
const |
◆ length()
qint64 QHexDocument::length |
( |
| ) |
const |
◆ lineChanged
void QHexDocument::lineChanged |
( |
quint64 |
line | ) |
|
|
signal |
◆ metadata()
◆ paste
void QHexDocument::paste |
( |
bool |
hex = false | ) |
|
|
slot |
◆ read [1/2]
QByteArray QHexDocument::read |
( |
qint64 |
offset, |
|
|
int |
len |
|
) |
| const |
|
slot |
◆ read() [2/2]
QByteArray QHexDocument::read |
( |
qint64 |
offset, |
|
|
int |
len = 0 |
|
) |
| |
◆ redo
void QHexDocument::redo |
( |
| ) |
|
|
slot |
◆ remove
void QHexDocument::remove |
( |
qint64 |
offset, |
|
|
int |
len |
|
) |
| |
|
slot |
◆ removeSelection()
void QHexDocument::removeSelection |
( |
| ) |
|
◆ replace [1/2]
void QHexDocument::replace |
( |
qint64 |
offset, |
|
|
const QByteArray & |
data |
|
) |
| |
|
slot |
◆ replace [2/2]
void QHexDocument::replace |
( |
qint64 |
offset, |
|
|
uchar |
b |
|
) |
| |
|
slot |
◆ saveTo
bool QHexDocument::saveTo |
( |
QIODevice * |
device | ) |
|
|
slot |
◆ searchBackward
qint64 QHexDocument::searchBackward |
( |
const QByteArray & |
ba | ) |
|
|
slot |
◆ searchForward
qint64 QHexDocument::searchForward |
( |
const QByteArray & |
ba | ) |
|
|
slot |
◆ selectedBytes()
QByteArray QHexDocument::selectedBytes |
( |
| ) |
const |
◆ setAreaIndent()
void QHexDocument::setAreaIndent |
( |
quint8 |
value | ) |
|
◆ setBaseAddress()
void QHexDocument::setBaseAddress |
( |
quint64 |
baseaddress | ) |
|
◆ setHexLineWidth()
void QHexDocument::setHexLineWidth |
( |
quint8 |
value | ) |
|
◆ sync()
void QHexDocument::sync |
( |
| ) |
|
◆ undo
void QHexDocument::undo |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: