okteta
abstractbytearraycolumntextrenderer.h
Go to the documentation of this file.
49 AbstractByteArrayColumnTextRenderer( const Okteta::AbstractByteArrayModel* byteArrayModel, Okteta::Address offset,
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
virtual void renderNextLine(QTextStream *stream, bool isSubline) const
Definition: abstractbytearraycolumntextrenderer.cpp:84
interface for the text export of columns
Definition: abstractcolumntextrenderer.h:36
const int mNoOfBytesPerLine
Definition: abstractbytearraycolumntextrenderer.h:69
void setWidths(int byteWidth, int byteSpacingWidth, int noOfGroupedBytes)
Definition: abstractbytearraycolumntextrenderer.cpp:43
virtual void renderLine(QTextStream *stream, bool isSubline) const =0
const Okteta::CoordRange mCoordRange
Definition: abstractbytearraycolumntextrenderer.h:67
int *const mLinePositions
Definition: abstractbytearraycolumntextrenderer.h:79
const Okteta::AbstractByteArrayModel * mByteArrayModel
Definition: abstractbytearraycolumntextrenderer.h:65
int mNoOfCharsPerLine
buffered value of how many chars a line needs
Definition: abstractbytearraycolumntextrenderer.h:77
AbstractByteArrayColumnTextRenderer(const Okteta::AbstractByteArrayModel *byteArrayModel, Okteta::Address offset, const Okteta::CoordRange &coordRange, int noOfBytesPerLine)
Definition: abstractbytearraycolumntextrenderer.cpp:32
virtual ~AbstractByteArrayColumnTextRenderer()
Definition: abstractbytearraycolumntextrenderer.cpp:89
virtual void renderFirstLine(QTextStream *stream, int lineIndex) const
Definition: abstractbytearraycolumntextrenderer.cpp:77
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:06 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:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.