okteta
charbytearraycolumnrenderer.h
Go to the documentation of this file.
41 AbstractByteArrayModel* byteArrayModel, ByteArrayTableLayout* layout, ByteArrayTableRanges* ranges );
74 virtual void renderByteText( QPainter *painter, Byte byte, Character byteChar, const QColor& color ) const;
86 inline bool CharByteArrayColumnRenderer::isShowingNonprinting() const { return mShowingNonprinting; }
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
bool setSubstituteChar(QChar substituteChar)
sets the substitute character for "unprintable" chars returns true if there was a change ...
Definition: charbytearraycolumnrenderer.h:90
a class to control all the ranges like marking and selections holds also all modified ranges and merg...
Definition: bytearraytableranges.h:45
QChar mUndefinedChar
Definition: charbytearraycolumnrenderer.h:82
bool mShowingNonprinting
Definition: charbytearraycolumnrenderer.h:78
the logical layout of a byte array table for a view
Definition: bytearraytablelayout.h:61
QChar substituteChar() const
returns the actually used substitute character for "unprintable" chars, default is '...
Definition: charbytearraycolumnrenderer.h:87
bool setShowingNonprinting(bool showingNonprinting=true)
sets whether "unprintable" chars (>32) should be displayed in the char column with their correspondin...
Definition: charbytearraycolumnrenderer.h:108
base class of all buffer column displayers holds all information about the vertical layout of a buffe...
Definition: abstractbytearraycolumnrenderer.h:60
QChar undefinedChar() const
returns the actually used undefined character for "undefined" chars, default is '?'
Definition: charbytearraycolumnrenderer.h:88
QChar mSubstituteChar
Definition: charbytearraycolumnrenderer.h:80
bool setUndefinedChar(QChar undefinedChar)
sets the undefined character for "undefined" chars returns true if there was a change ...
Definition: charbytearraycolumnrenderer.h:99
bool isShowingNonprinting() const
returns true if "unprintable" chars (>32) are displayed in the char column with their corresponding c...
Definition: charbytearraycolumnrenderer.h:86
buffer column that interprets the bytes as chars
Definition: charbytearraycolumnrenderer.h:37
Definition: character.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 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:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.