#include <qhexmetadata.h>
|
| QHexMetadata (QObject *parent=nullptr) |
|
const QHexLineMetadata & | get (quint64 line) const |
|
QString | comments (quint64 line, int column) const |
|
bool | hasMetadata (quint64 line) const |
|
void | clear (quint64 line) |
|
void | clear () |
|
void | setLineWidth (quint8 width) |
|
void | metadata (qint64 begin, qint64 end, const QColor &fgcolor, const QColor &bgcolor, const QString &comment) |
|
void | metadata (quint64 line, int start, int length, const QColor &fgcolor, const QColor &bgcolor, const QString &comment) |
|
void | color (quint64 line, int start, int length, const QColor &fgcolor, const QColor &bgcolor) |
|
void | foreground (quint64 line, int start, int length, const QColor &fgcolor) |
|
void | background (quint64 line, int start, int length, const QColor &bgcolor) |
|
void | comment (quint64 line, int start, int length, const QString &comment) |
|
◆ QHexMetadata()
QHexMetadata::QHexMetadata |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ background()
void QHexMetadata::background |
( |
quint64 |
line, |
|
|
int |
start, |
|
|
int |
length, |
|
|
const QColor & |
bgcolor |
|
) |
| |
◆ clear() [1/2]
void QHexMetadata::clear |
( |
| ) |
|
◆ clear() [2/2]
void QHexMetadata::clear |
( |
quint64 |
line | ) |
|
◆ color()
void QHexMetadata::color |
( |
quint64 |
line, |
|
|
int |
start, |
|
|
int |
length, |
|
|
const QColor & |
fgcolor, |
|
|
const QColor & |
bgcolor |
|
) |
| |
◆ comment()
void QHexMetadata::comment |
( |
quint64 |
line, |
|
|
int |
start, |
|
|
int |
length, |
|
|
const QString & |
comment |
|
) |
| |
◆ comments()
QString QHexMetadata::comments |
( |
quint64 |
line, |
|
|
int |
column |
|
) |
| const |
◆ foreground()
void QHexMetadata::foreground |
( |
quint64 |
line, |
|
|
int |
start, |
|
|
int |
length, |
|
|
const QColor & |
fgcolor |
|
) |
| |
◆ get()
◆ hasMetadata()
bool QHexMetadata::hasMetadata |
( |
quint64 |
line | ) |
const |
◆ metadata() [1/2]
void QHexMetadata::metadata |
( |
qint64 |
begin, |
|
|
qint64 |
end, |
|
|
const QColor & |
fgcolor, |
|
|
const QColor & |
bgcolor, |
|
|
const QString & |
comment |
|
) |
| |
◆ metadata() [2/2]
void QHexMetadata::metadata |
( |
quint64 |
line, |
|
|
int |
start, |
|
|
int |
length, |
|
|
const QColor & |
fgcolor, |
|
|
const QColor & |
bgcolor, |
|
|
const QString & |
comment |
|
) |
| |
◆ metadataChanged
void QHexMetadata::metadataChanged |
( |
quint64 |
line | ) |
|
|
signal |
◆ metadataCleared
void QHexMetadata::metadataCleared |
( |
| ) |
|
|
signal |
◆ setLineWidth()
void QHexMetadata::setLineWidth |
( |
quint8 |
width | ) |
|
The documentation for this class was generated from the following files: