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

Detailed Description
Definition at line 33 of file charbytearraycolumntextrenderer.h.
Public Member Functions | |
| CharByteArrayColumnTextRenderer (const KHECore::KAbstractByteArrayModel *byteArrayModel, int offset, const KHEUI::CoordRange &coordRange, int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, const QString &charCodecName, QChar substituteChar, QChar undefinedChar) | |
| virtual | ~CharByteArrayColumnTextRenderer () |
Protected Member Functions | |
| virtual void | renderLine (QTextStream *stream) const |
Protected Attributes | |
| const KHECore::KCharCodec * | mCharCodec |
| const QChar | mSubstituteChar |
| const QChar | mUndefinedChar |
Constructor & Destructor Documentation
| CharByteArrayColumnTextRenderer::CharByteArrayColumnTextRenderer | ( | const KHECore::KAbstractByteArrayModel * | byteArrayModel, | |
| int | offset, | |||
| const KHEUI::CoordRange & | coordRange, | |||
| int | noOfBytesPerLine, | |||
| int | byteSpacingWidth, | |||
| int | noOfGroupedBytes, | |||
| const QString & | charCodecName, | |||
| QChar | substituteChar, | |||
| QChar | undefinedChar | |||
| ) |
Definition at line 33 of file charbytearraycolumntextrenderer.cpp.
| CharByteArrayColumnTextRenderer::~CharByteArrayColumnTextRenderer | ( | ) | [virtual] |
Definition at line 89 of file charbytearraycolumntextrenderer.cpp.
Member Function Documentation
| void CharByteArrayColumnTextRenderer::renderLine | ( | QTextStream * | stream | ) | const [protected, virtual] |
Implements AbstractByteArrayColumnTextRenderer.
Definition at line 48 of file charbytearraycolumntextrenderer.cpp.
Member Data Documentation
const KHECore::KCharCodec* CharByteArrayColumnTextRenderer::mCharCodec [protected] |
Definition at line 46 of file charbytearraycolumntextrenderer.h.
const QChar CharByteArrayColumnTextRenderer::mSubstituteChar [protected] |
Definition at line 47 of file charbytearraycolumntextrenderer.h.
const QChar CharByteArrayColumnTextRenderer::mUndefinedChar [protected] |
Definition at line 48 of file charbytearraycolumntextrenderer.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference