okteta
Kasten2::CharByteArrayColumnTextRenderer Class Reference
#include <charbytearraycolumntextrenderer.h>
Inheritance diagram for Kasten2::CharByteArrayColumnTextRenderer:

Public Member Functions | |
CharByteArrayColumnTextRenderer (const Okteta::AbstractByteArrayModel *byteArrayModel, Okteta::Address offset, const Okteta::CoordRange &coordRange, int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, const QString &charCodecName, QChar substituteChar, QChar undefinedChar) | |
virtual | ~CharByteArrayColumnTextRenderer () |
![]() | |
AbstractByteArrayColumnTextRenderer (const Okteta::AbstractByteArrayModel *byteArrayModel, Okteta::Address offset, const Okteta::CoordRange &coordRange, int noOfBytesPerLine) | |
virtual | ~AbstractByteArrayColumnTextRenderer () |
virtual void | renderFirstLine (QTextStream *stream, int lineIndex) const |
virtual void | renderNextLine (QTextStream *stream, bool isSubline) const |
![]() | |
virtual | ~AbstractColumnTextRenderer () |
virtual int | noOfSublinesNeeded () const |
Protected Member Functions | |
virtual void | renderLine (QTextStream *stream, bool isSubline) const |
![]() | |
void | setWidths (int byteWidth, int byteSpacingWidth, int noOfGroupedBytes) |
Protected Attributes | |
const Okteta::CharCodec * | mCharCodec |
const QChar | mSubstituteChar |
const QChar | mUndefinedChar |
![]() | |
const Okteta::AbstractByteArrayModel * | mByteArrayModel |
const Okteta::CoordRange | mCoordRange |
int *const | mLinePositions |
const int | mNoOfBytesPerLine |
int | mNoOfCharsPerLine |
Okteta::Address | mOffset |
int | mRenderLine |
Additional Inherited Members | |
![]() | |
static QString | whiteSpace (unsigned int length) |
Detailed Description
Definition at line 39 of file charbytearraycolumntextrenderer.h.
Constructor & Destructor Documentation
Kasten2::CharByteArrayColumnTextRenderer::CharByteArrayColumnTextRenderer | ( | const Okteta::AbstractByteArrayModel * | byteArrayModel, |
Okteta::Address | offset, | ||
const Okteta::CoordRange & | coordRange, | ||
int | noOfBytesPerLine, | ||
int | byteSpacingWidth, | ||
int | noOfGroupedBytes, | ||
const QString & | charCodecName, | ||
QChar | substituteChar, | ||
QChar | undefinedChar | ||
) |
Definition at line 36 of file charbytearraycolumntextrenderer.cpp.
|
virtual |
Definition at line 94 of file charbytearraycolumntextrenderer.cpp.
Member Function Documentation
|
protectedvirtual |
Implements Kasten2::AbstractByteArrayColumnTextRenderer.
Definition at line 51 of file charbytearraycolumntextrenderer.cpp.
Member Data Documentation
|
protected |
Definition at line 53 of file charbytearraycolumntextrenderer.h.
|
protected |
Definition at line 54 of file charbytearraycolumntextrenderer.h.
|
protected |
Definition at line 55 of file charbytearraycolumntextrenderer.h.
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
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.