#include <qhexcursor.h>
◆ InsertionMode
Enumerator |
---|
OverwriteMode | |
InsertMode | |
◆ QHexCursor()
QHexCursor::QHexCursor |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ atEnd()
bool QHexCursor::atEnd |
( |
| ) |
const |
◆ clearSelection()
void QHexCursor::clearSelection |
( |
| ) |
|
◆ currentColumn()
int QHexCursor::currentColumn |
( |
| ) |
const |
◆ currentLine()
quint64 QHexCursor::currentLine |
( |
| ) |
const |
◆ currentNibble()
int QHexCursor::currentNibble |
( |
| ) |
const |
◆ hasSelection()
bool QHexCursor::hasSelection |
( |
| ) |
const |
◆ insertionMode()
◆ insertionModeChanged
void QHexCursor::insertionModeChanged |
( |
| ) |
|
|
signal |
◆ isLineSelected()
bool QHexCursor::isLineSelected |
( |
quint64 |
line | ) |
const |
◆ moveTo() [1/3]
◆ moveTo() [2/3]
void QHexCursor::moveTo |
( |
qint64 |
offset | ) |
|
◆ moveTo() [3/3]
void QHexCursor::moveTo |
( |
quint64 |
line, |
|
|
int |
column, |
|
|
int |
nibbleindex = 1 |
|
) |
| |
◆ position()
◆ positionChanged
void QHexCursor::positionChanged |
( |
| ) |
|
|
signal |
◆ select() [1/3]
◆ select() [2/3]
void QHexCursor::select |
( |
int |
length | ) |
|
◆ select() [3/3]
void QHexCursor::select |
( |
quint64 |
line, |
|
|
int |
column, |
|
|
int |
nibbleindex = 1 |
|
) |
| |
◆ selectionColumn()
int QHexCursor::selectionColumn |
( |
| ) |
const |
◆ selectionEnd()
◆ selectionLength()
int QHexCursor::selectionLength |
( |
| ) |
const |
◆ selectionLine()
quint64 QHexCursor::selectionLine |
( |
| ) |
const |
◆ selectionNibble()
int QHexCursor::selectionNibble |
( |
| ) |
const |
◆ selectionStart()
◆ selectOffset()
void QHexCursor::selectOffset |
( |
qint64 |
offset, |
|
|
int |
length |
|
) |
| |
◆ setInsertionMode()
◆ setLineWidth()
void QHexCursor::setLineWidth |
( |
quint8 |
width | ) |
|
◆ switchInsertionMode()
void QHexCursor::switchInsertionMode |
( |
| ) |
|
The documentation for this class was generated from the following files: