MCPcopy Create free account
hub / github.com/clementgallet/libTAS / renderAddress

Method renderAddress

src/external/qhexview/src/model/qhexdelegate.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void QHexDelegate::renderAddress(quint64 address, QTextCharFormat& cf,
22 const QHexView* hexview) const {
23 Q_UNUSED(address);
24 Q_UNUSED(hexview);
25 Q_UNUSED(cf);
26 Q_UNUSED(hexview);
27}
28
29void QHexDelegate::renderHeader(QTextBlockFormat& bf,
30 const QHexView* hexview) const {

Callers 1

drawDocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected