okteta
#include <bytearrayrowscolumntextrenderer.h>
|
| ByteArrayRowsColumnTextRenderer (const Okteta::AbstractByteArrayModel *byteArrayModel, Okteta::Address offset, const Okteta::CoordRange &coordRange, int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, int visibleCodings, Okteta::ValueCoding valueCoding, const QString &charCodecName, QChar substituteChar, QChar undefinedChar) |
|
virtual | ~ByteArrayRowsColumnTextRenderer () |
|
virtual int | noOfSublinesNeeded () const |
|
virtual void | renderFirstLine (QTextStream *stream, int lineIndex) const |
|
virtual void | renderNextLine (QTextStream *stream, bool isSubline) const |
|
Public Member Functions inherited from Kasten2::AbstractColumnTextRenderer |
virtual | ~AbstractColumnTextRenderer () |
|
|
void | renderLine (QTextStream *stream, bool isSubline) const |
|
void | setWidths (int byteWidth, int byteSpacingWidth, int noOfGroupedBytes) |
|
Kasten2::ByteArrayRowsColumnTextRenderer::ByteArrayRowsColumnTextRenderer |
( |
const Okteta::AbstractByteArrayModel * |
byteArrayModel, |
|
|
Okteta::Address |
offset, |
|
|
const Okteta::CoordRange & |
coordRange, |
|
|
int |
noOfBytesPerLine, |
|
|
int |
byteSpacingWidth, |
|
|
int |
noOfGroupedBytes, |
|
|
int |
visibleCodings, |
|
|
Okteta::ValueCoding |
valueCoding, |
|
|
const QString & |
charCodecName, |
|
|
QChar |
substituteChar, |
|
|
QChar |
undefinedChar |
|
) |
| |
Kasten2::ByteArrayRowsColumnTextRenderer::~ByteArrayRowsColumnTextRenderer |
( |
| ) |
|
|
virtual |
int Kasten2::ByteArrayRowsColumnTextRenderer::noOfSublinesNeeded |
( |
| ) |
const |
|
virtual |
void Kasten2::ByteArrayRowsColumnTextRenderer::renderFirstLine |
( |
QTextStream * |
stream, |
|
|
int |
lineIndex |
|
) |
| const |
|
virtual |
void Kasten2::ByteArrayRowsColumnTextRenderer::renderLine |
( |
QTextStream * |
stream, |
|
|
bool |
isSubline |
|
) |
| const |
|
protected |
void Kasten2::ByteArrayRowsColumnTextRenderer::renderNextLine |
( |
QTextStream * |
stream, |
|
|
bool |
isSubline |
|
) |
| const |
|
virtual |
void Kasten2::ByteArrayRowsColumnTextRenderer::setWidths |
( |
int |
byteWidth, |
|
|
int |
byteSpacingWidth, |
|
|
int |
noOfGroupedBytes |
|
) |
| |
|
protected |
int* const Kasten2::ByteArrayRowsColumnTextRenderer::mLinePositions |
|
protected |
const int Kasten2::ByteArrayRowsColumnTextRenderer::mNoOfBytesPerLine |
|
protected |
int Kasten2::ByteArrayRowsColumnTextRenderer::mNoOfCharsPerLine |
|
protected |
int Kasten2::ByteArrayRowsColumnTextRenderer::mRenderLine |
|
mutableprotected |
const QChar Kasten2::ByteArrayRowsColumnTextRenderer::mSubstituteChar |
|
protected |
const QChar Kasten2::ByteArrayRowsColumnTextRenderer::mUndefinedChar |
|
protected |
const int Kasten2::ByteArrayRowsColumnTextRenderer::mVisibleCodings |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.